2024-05-20 10:41:23 -05:00
|
|
|
baseURL = 'https://testing.fbievan.live/'
|
|
|
|
languageCode = 'en-us'
|
|
|
|
title = "Fbi's Epic Blog"
|
|
|
|
theme= 'readable'
|
2024-05-20 13:22:02 -05:00
|
|
|
|
2024-05-20 10:41:23 -05:00
|
|
|
enableGitInfo= "true"
|
|
|
|
[params]
|
2024-05-20 13:22:02 -05:00
|
|
|
License= "[Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)"
|
|
|
|
author = "Evan G."
|
2024-05-20 10:41:23 -05:00
|
|
|
mainSections = ['posts']
|
2024-05-20 13:22:02 -05:00
|
|
|
[params.footer]
|
|
|
|
minimal = 1
|
2024-05-20 10:41:23 -05:00
|
|
|
[menu]
|
|
|
|
# these links will be added to the main navigation menu, sorted by weight
|
|
|
|
# other elements in this menu are added automatically from the "pages" folder
|
|
|
|
# the folder it will look into can be customized with the pages variable
|
|
|
|
# in params above
|
|
|
|
[[menu.main]]
|
|
|
|
identifier = "home"
|
|
|
|
name = "Home"
|
|
|
|
url = "/"
|
|
|
|
weight = 1
|
2024-05-22 17:27:25 -05:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "guestbook"
|
|
|
|
name = "GuestBook"
|
|
|
|
url = "/guestbook/"
|
|
|
|
weight = 2
|
2024-05-20 10:41:23 -05:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "about"
|
|
|
|
name = "About"
|
|
|
|
url = "/about/"
|
|
|
|
weight = 3
|
2024-05-23 14:06:46 -05:00
|
|
|
[[menu.main]]
|
|
|
|
identifier = "People"
|
|
|
|
name = "People"
|
|
|
|
url = "/people/"
|
|
|
|
weight = 4
|
|
|
|
|
2024-05-20 10:41:23 -05:00
|
|
|
[[menu.main]]
|
2024-05-22 17:27:25 -05:00
|
|
|
identifier = "tags"
|
|
|
|
name = "Tags"
|
|
|
|
url = "/tags/"
|
2024-05-23 14:06:46 -05:00
|
|
|
weight = 5
|
2024-05-22 17:27:25 -05:00
|
|
|
|