new git card
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -2,3 +2,6 @@
|
||||
path = themes/FixIt
|
||||
url = https://github.com/hugo-fixit/FixIt.git
|
||||
branch = dev
|
||||
[submodule "themes/component-projects"]
|
||||
path = themes/component-projects
|
||||
url = https://github.com/hugo-fixit/component-projects.git
|
||||
|
||||
@@ -13,7 +13,7 @@ title = "FlareBlog"
|
||||
# Hostname (and path) to the root
|
||||
baseURL = "https://www.jamesflare.com/"
|
||||
# theme list
|
||||
theme = "FixIt" # enable in your site config file
|
||||
theme = ["FixIt", "component-projects"]
|
||||
# default amount of posts in each pages
|
||||
paginate = 12
|
||||
# copyright description used only for seo schema
|
||||
|
||||
@@ -76,6 +76,6 @@
|
||||
parent = "about"
|
||||
name = "About Me"
|
||||
url = "/me/"
|
||||
weight = 5
|
||||
weight = 10
|
||||
[main.params]
|
||||
icon = "fa-solid fa-clipboard-user"
|
||||
@@ -76,6 +76,6 @@
|
||||
parent = "about"
|
||||
name = "关于我"
|
||||
url = "/me/"
|
||||
weight = 5
|
||||
weight = 10
|
||||
[main.params]
|
||||
icon = "fa-solid fa-clipboard-user"
|
||||
@@ -20,4 +20,12 @@ I am a fan of technology, design, and innovation. Recently, I am watching Starsh
|
||||
|
||||
## 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 >}}
|
||||
@@ -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 >}}
|
||||
1
themes/component-projects
Submodule
1
themes/component-projects
Submodule
Submodule themes/component-projects added at adcb7d3520
Reference in New Issue
Block a user