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.
41 lines
811 B
41 lines
811 B
baseURL = "https://blog.nulloctet.com/"
|
|
languageCode = "en-us"
|
|
title = "NullOctet Blog"
|
|
theme = "hyde"
|
|
|
|
paginate = 10
|
|
paginatePath = "page"
|
|
|
|
[permalinks]
|
|
posts = "/posts/:year/:month/:day/:slug/"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
category = "categories"
|
|
|
|
[author]
|
|
name = "Drew Short"
|
|
email = "warrick@nulloctet.com"
|
|
|
|
[params]
|
|
description = "A simple developer blog"
|
|
copyright = "© 2018 Drew Short. All rights reserved."
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Website"
|
|
url = "https://sothr.com"
|
|
weight = -120
|
|
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
post = "<span class='alert'>New!</span>"
|
|
pre = "<i class='fa fa-road'></i>"
|
|
url = "/tags/"
|
|
weight = -110
|
|
|
|
[[menu.main]]
|
|
name = "Categories"
|
|
pre = "<i class='fa fa-heart'></i>"
|
|
url = "/categories/"
|
|
weight = -100
|