You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
444 B
23 lines
444 B
baseURL = "https://blog.nulloctet.com/"
|
|
languageCode = "en-us"
|
|
title = "NullOctet Blog"
|
|
theme = "hyde"
|
|
|
|
paginate = 10
|
|
paginatePath = "page"
|
|
|
|
[permalinks]
|
|
post = "/:year/:month/:day/:slug/"
|
|
code = "/:slug/"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
topic = "topics"
|
|
|
|
[author]
|
|
name = "Drew Short"
|
|
email = "warrick@nulloctet.com"
|
|
|
|
[params]
|
|
description = "A simple developer blog"
|
|
copyright = "© 2018 Drew Short. All rights reserved."
|