Reorder options in config
This commit is contained in:
parent
667b002601
commit
3b1e939020
2 changed files with 7 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.hugo_build.lock
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
resources/
|
|
@ -61,10 +61,10 @@ enableRobotsTXT = true
|
|||
# formatting, see https://gohugo.io/functions/format/
|
||||
dateFormat = "2006-01-02"
|
||||
|
||||
# If your blog is multilingual but you haven't translated a page, this theme
|
||||
# will create a disabled link. By setting `hideUntranslated` to true, you can
|
||||
# have the theme simply not show any link
|
||||
hideUntranslated = false
|
||||
|
||||
# Your email, added to the navbar so readers can reply to your posts
|
||||
email = "me@example.com"
|
||||
|
||||
# (EXPERIMENTAL) If your blog is multilingual but you haven't translated a
|
||||
# page, this theme will create a disabled link. By setting `hideUntranslated`
|
||||
# to true, you can have the theme simply not show any link
|
||||
hideUntranslated = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue