Last active
May 16, 2020 23:03
-
-
Save dwgill/4f7e2ef2122a9c13fb72e07f6ecf4908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baseurl = "http://blog.dwgill.com" | |
title = "Terminals, Tea, RPGs" | |
languageCode = "en-us" | |
theme = "hello-friend-ng" | |
paginate = 10 | |
[params] | |
dateform = "Jan 2, 2006" | |
dateformShort = "Jan 2" | |
dateformNum = "2006-01-02" | |
dateformNumTime = "2006-01-02 15:04 -0700" | |
# Subtitle for home | |
homeSubtitle = "Personal blog of Daniel Gill, a software developer, tea enthusiast, and hopeless nerd" | |
# Set disableReadOtherPosts to true in order to hide the links to other posts. | |
disableReadOtherPosts = false | |
# Metadata mostly used in document's head | |
description = "Personal blog of Daniel Gill" | |
keywords = "homepage, blog, tech, rpg, rpgs, technology, tea" | |
images = [""] | |
# Default theme "light" or "dark" | |
defaultTheme = "dark" | |
[taxonomies] | |
tag = "tags" | |
series = "series" | |
[languages] | |
[languages.en] | |
title = "Terminals, Tea, RPGs" | |
subtitle = "Personal blog of Daniel Gill" | |
keywords = "homepage, blog, tech, rpg, rpgs, technology, tea" | |
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' | |
readOtherPosts = "Read other posts" | |
[languages.en.params.logo] | |
logoText = "hello world" | |
logoHomeLink = "/" | |
# or | |
# | |
# path = "/img/your-example-logo.svg" | |
# alt = "Your example logo alt text" | |
# And you can even create generic menu | |
[[menu.main]] | |
identifier = "blog" | |
name = "Blog" | |
url = "/posts" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment