79 lines
1.8 KiB
TOML
79 lines
1.8 KiB
TOML
|
languageCode = "en-us"
|
||
|
theme = "blackburn"
|
||
|
|
||
|
baseurl = "https://thrrgilag.net/" # Make sure to end baseurl with a '/'
|
||
|
title = "Morgan McMillian"
|
||
|
author = "Morgan McMillian"
|
||
|
|
||
|
# Shown in the side menu
|
||
|
copyright = "© 2018. All rights reserved."
|
||
|
canonifyurls = true
|
||
|
paginate = 10
|
||
|
|
||
|
[indexes]
|
||
|
tag = "tags"
|
||
|
topic = "topics"
|
||
|
|
||
|
[params]
|
||
|
# Shown in the home page
|
||
|
subtitle = "software development and other random bits"
|
||
|
brand = "thrrgilag"
|
||
|
|
||
|
# CSS name for highlight.js
|
||
|
highlightjs = "androidstudio"
|
||
|
highlightjs_extra_languages = ["yaml"]
|
||
|
dateFormat = "02 Jan 2006, 15:04"
|
||
|
# Include any custom CSS and/or JS files
|
||
|
# (relative to /static folder)
|
||
|
custom_css = ["custom.css"]
|
||
|
# custom_js = ["js/my.js"]
|
||
|
|
||
|
[menu]
|
||
|
# Shown in the side menu.
|
||
|
[[menu.main]]
|
||
|
name = "Home"
|
||
|
pre = "<i class='fa fa-home fa-fw'></i>"
|
||
|
weight = 1
|
||
|
identifier = "home"
|
||
|
url = "/"
|
||
|
[[menu.main]]
|
||
|
name = "Posts"
|
||
|
pre = "<i class='fa fa-list fa-fw'></i>"
|
||
|
weight = 2
|
||
|
identifier = "post"
|
||
|
url = "/post/"
|
||
|
[[menu.main]]
|
||
|
name = "About"
|
||
|
pre = "<i class='fa fa-user fa-fw'></i>"
|
||
|
weight = 3
|
||
|
identifier = "about"
|
||
|
url = "/about/"
|
||
|
[[menu.main]]
|
||
|
name = "Topics"
|
||
|
pre = "<i class='fa fa-folder fa-fw'></i>"
|
||
|
weight = 4
|
||
|
identifier = "topic"
|
||
|
url = "/topics/"
|
||
|
[[menu.main]]
|
||
|
name = "Tags"
|
||
|
pre = "<i class='fa fa-tags fa-fw'></i>"
|
||
|
weight = 5
|
||
|
identifier = "tag"
|
||
|
url = "/tags/"
|
||
|
[[menu.main]]
|
||
|
name = "Contact"
|
||
|
pre = "<i class='fa fa-phone fa-fw'></i>"
|
||
|
weight = 6
|
||
|
url = "/contact/"
|
||
|
|
||
|
[social]
|
||
|
# Link your social networking accounts to the side menu
|
||
|
# by entering your username or ID.
|
||
|
|
||
|
# Techie
|
||
|
github = "thrrgilag"
|
||
|
gitlab = "https://gitlab.dreamfall.space/thrrgilag"
|
||
|
mastodon = "https://mastodon.social/@thrrgilag"
|
||
|
pnut = "thrrgilag"
|
||
|
diaspora = "https://shrekislove.us/u/thrrgilag"
|