mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
edit config.yaml
This commit is contained in:
parent
b4c1da42ad
commit
b6b0fff1db
28
config.yaml
28
config.yaml
@ -1,3 +1,9 @@
|
|||||||
|
baseurl: https://example.com
|
||||||
|
languageCode: en-us
|
||||||
|
theme: hugo-theme-stack
|
||||||
|
paginate: 5
|
||||||
|
title: GIE Joel
|
||||||
|
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
extended: true
|
extended: true
|
||||||
@ -21,7 +27,7 @@ params:
|
|||||||
sidebar:
|
sidebar:
|
||||||
compact: false
|
compact: false
|
||||||
emoji:
|
emoji:
|
||||||
subtitle:
|
subtitle: Artiste, peintre
|
||||||
avatar:
|
avatar:
|
||||||
enabled: true
|
enabled: true
|
||||||
local: true
|
local: true
|
||||||
@ -152,3 +158,23 @@ params:
|
|||||||
enabled: true
|
enabled: true
|
||||||
content:
|
content:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
### Custom menu
|
||||||
|
### See https://docs.stack.jimmycai.com/configuration/custom-menu.html
|
||||||
|
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
|
||||||
|
menu:
|
||||||
|
main: []
|
||||||
|
|
||||||
|
social:
|
||||||
|
- identifier: github
|
||||||
|
name: GitHub
|
||||||
|
url: https://github.com/CaiJimmy/hugo-theme-stack
|
||||||
|
params:
|
||||||
|
icon: brand-github
|
||||||
|
|
||||||
|
- identifier: twitter
|
||||||
|
name: Twitter
|
||||||
|
url: https://twitter.com
|
||||||
|
params:
|
||||||
|
icon: brand-twitter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user