change github and twitter
Some checks are pending
Deploy to Github Pages / build (push) Waiting to run
Some checks are pending
Deploy to Github Pages / build (push) Waiting to run
This commit is contained in:
parent
fe980f6c79
commit
b159669b8d
@ -1,6 +1,6 @@
|
|||||||
# Rename this file to languages.toml to enable multilingual support
|
# Rename this file to languages.toml to enable multilingual support
|
||||||
[en]
|
[en]
|
||||||
languageName = "English"
|
languageName = "Chinese"
|
||||||
languagedirection = "ltr"
|
languagedirection = "ltr"
|
||||||
title = "Example Site"
|
title = "Example Site"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Change baseurl before deploy
|
# Change baseurl before deploy
|
||||||
baseurl = "https://demo.stack.jimmycai.com"
|
baseurl = "https://demo.stack.jimmycai.com"
|
||||||
languageCode = "en-us"
|
languageCode = "zh-cn"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
title = "Hugo Theme Stack Starter"
|
title = "Hugo Theme Stack Starter"
|
||||||
|
|
||||||
|
@ -6,19 +6,3 @@
|
|||||||
#[main.params]
|
#[main.params]
|
||||||
#icon = "home"
|
#icon = "home"
|
||||||
#newtab = true
|
#newtab = true
|
||||||
|
|
||||||
[[social]]
|
|
||||||
identifier = "github"
|
|
||||||
name = "GitHub"
|
|
||||||
url = "https://github.com/CaiJimmy/hugo-theme-stack"
|
|
||||||
|
|
||||||
[social.params]
|
|
||||||
icon = "brand-github"
|
|
||||||
|
|
||||||
[[social]]
|
|
||||||
identifier = "twitter"
|
|
||||||
name = "Twitter"
|
|
||||||
url = "https://twitter.com"
|
|
||||||
|
|
||||||
[social.params]
|
|
||||||
icon = "brand-twitter"
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
[[imports]]
|
|
||||||
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
|
Loading…
Reference in New Issue
Block a user