Upload files to "/"
This commit is contained in:
parent
990adf48a4
commit
b021b3648d
33
config.toml
Normal file
33
config.toml
Normal file
@ -0,0 +1,33 @@
|
||||
title = "Website Name"
|
||||
baseURL = 'https://example.org'
|
||||
languageCode = 'en-us'
|
||||
|
||||
[params]
|
||||
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
|
||||
relatedtext = "tags"
|
||||
favicon = "/favicon.png"
|
||||
|
||||
#list items
|
||||
datesinlist = true
|
||||
authorsinlist = true
|
||||
|
||||
#footer items
|
||||
nextprev = true
|
||||
taglist = true
|
||||
showrss = true
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 3
|
Loading…
x
Reference in New Issue
Block a user