mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
config.toml: Add comments and defaults
This commit is contained in:
parent
f50e2455a4
commit
fe142f0109
13
config.toml
13
config.toml
@ -1,3 +1,5 @@
|
||||
# Hugo variables
|
||||
#
|
||||
baseurl = "https://alanorth.github.io/cgspace-notes/"
|
||||
languageCode = "en-us"
|
||||
title = "CGSpace Notes"
|
||||
@ -9,4 +11,15 @@ theme = "vienna"
|
||||
post = "/:year-:month/"
|
||||
|
||||
[params]
|
||||
# Site author
|
||||
author = "Alan Orth"
|
||||
|
||||
# Format dates with Go's time formatting
|
||||
date_format = "Mon Jan 02, 2006"
|
||||
|
||||
[params.sidebar]
|
||||
# Hide the sidebar? (Default: false)
|
||||
hide = false
|
||||
|
||||
[params.sharingicons]
|
||||
hide = true
|
||||
|
Loading…
Reference in New Issue
Block a user