|
|
@ -7,12 +7,11 @@ paginate = 10 |
|
|
|
paginatePath = "page" |
|
|
|
|
|
|
|
[permalinks] |
|
|
|
post = "/:year/:month/:day/:slug/" |
|
|
|
code = "/:slug/" |
|
|
|
posts = "/posts/:year/:month/:day/:slug/" |
|
|
|
|
|
|
|
[taxonomies] |
|
|
|
tag = "tags" |
|
|
|
topic = "topics" |
|
|
|
category = "categories" |
|
|
|
|
|
|
|
[author] |
|
|
|
name = "Drew Short" |
|
|
@ -20,4 +19,18 @@ paginatePath = "page" |
|
|
|
|
|
|
|
[params] |
|
|
|
description = "A simple developer blog" |
|
|
|
copyright = "© 2018 Drew Short. All rights reserved." |
|
|
|
copyright = "© 2018 Drew Short. All rights reserved." |
|
|
|
|
|
|
|
[menu] |
|
|
|
[[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 |