new git card

This commit is contained in:
JamesFlare1212
2024-04-17 17:36:26 -04:00
parent a100b6794e
commit 06085a2b19
7 changed files with 25 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -2,3 +2,6 @@
path = themes/FixIt path = themes/FixIt
url = https://github.com/hugo-fixit/FixIt.git url = https://github.com/hugo-fixit/FixIt.git
branch = dev branch = dev
[submodule "themes/component-projects"]
path = themes/component-projects
url = https://github.com/hugo-fixit/component-projects.git

View File

@@ -13,7 +13,7 @@ title = "FlareBlog"
# Hostname (and path) to the root # Hostname (and path) to the root
baseURL = "https://www.jamesflare.com/" baseURL = "https://www.jamesflare.com/"
# theme list # theme list
theme = "FixIt" # enable in your site config file theme = ["FixIt", "component-projects"]
# default amount of posts in each pages # default amount of posts in each pages
paginate = 12 paginate = 12
# copyright description used only for seo schema # copyright description used only for seo schema

View File

@@ -76,6 +76,6 @@
parent = "about" parent = "about"
name = "About Me" name = "About Me"
url = "/me/" url = "/me/"
weight = 5 weight = 10
[main.params] [main.params]
icon = "fa-solid fa-clipboard-user" icon = "fa-solid fa-clipboard-user"

View File

@@ -76,6 +76,6 @@
parent = "about" parent = "about"
name = "关于我" name = "关于我"
url = "/me/" url = "/me/"
weight = 5 weight = 10
[main.params] [main.params]
icon = "fa-solid fa-clipboard-user" icon = "fa-solid fa-clipboard-user"

View File

@@ -20,4 +20,12 @@ I am a fan of technology, design, and innovation. Recently, I am watching Starsh
## What is this blog? ## What is this blog?
This is a personal blog where I write about my thoughts and experiences. I hope you find it interesting and useful. This is a personal blog where I write about my thoughts and experiences. I hope you find it interesting and useful.
## My Projects
{{< gh-repo-card-container >}}
{{< gh-repo-card repo="JamesFlare1212/FlareBlog" >}}
{{< gh-repo-card repo="JamesFlare1212/SCDocs" >}}
{{< gh-repo-card repo="JamesFlare1212/NancyPortfolio" >}}
{{< /gh-repo-card-container >}}

View File

@@ -20,4 +20,12 @@ lightgallery: false
## 这个博客是什么? ## 这个博客是什么?
这是一个个人博客,我在这里写下我的想法和经历。我希望你会觉得它有趣且有用。 这是一个个人博客,我在这里写下我的想法和经历。我希望你会觉得它有趣且有用。
## 我的项目
{{< gh-repo-card-container >}}
{{< gh-repo-card repo="JamesFlare1212/FlareBlog" >}}
{{< gh-repo-card repo="JamesFlare1212/SCDocs" >}}
{{< gh-repo-card repo="JamesFlare1212/NancyPortfolio" >}}
{{< /gh-repo-card-container >}}