all: Consolidate projects and posts, use built in syntax highlighting, use permalinks.
This commit is contained in:
parent
fa0cb30b3f
commit
691869cdf5
106 changed files with 4 additions and 12 deletions
16
config.toml
16
config.toml
|
|
@ -10,8 +10,6 @@ theme = "KeepIt"
|
||||||
target = 'content'
|
target = 'content'
|
||||||
excludeFiles = "**/media/src"
|
excludeFiles = "**/media/src"
|
||||||
|
|
||||||
markup.highlight.noClasses=false
|
|
||||||
|
|
||||||
paginate = 12
|
paginate = 12
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
googleAnalytics = "UA-63647911-2"
|
googleAnalytics = "UA-63647911-2"
|
||||||
|
|
@ -28,20 +26,15 @@ canonifyURLs = true
|
||||||
nofollowLinks = true
|
nofollowLinks = true
|
||||||
noreferrerLinks = true
|
noreferrerLinks = true
|
||||||
|
|
||||||
[Permalinks]
|
[permalinks]
|
||||||
posts = "/:year/:filename/"
|
posts = "/:year/:month/:title/"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Posts"
|
||||||
url = "/posts/"
|
url = "/posts/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Projects"
|
|
||||||
url = "/projects/"
|
|
||||||
weight = 1
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Categories"
|
name = "Categories"
|
||||||
url = "/categories/"
|
url = "/categories/"
|
||||||
|
|
@ -63,11 +56,10 @@ canonifyURLs = true
|
||||||
|
|
||||||
[params.social]
|
[params.social]
|
||||||
GitHub = "W-Floyd"
|
GitHub = "W-Floyd"
|
||||||
Linkedin = "william-floyd-906674190"
|
Linkedin = "william-floyd"
|
||||||
Email = "william.png2000@gmail.com"
|
Email = "william.png2000@gmail.com"
|
||||||
Steam = "W-Floyd"
|
Steam = "W-Floyd"
|
||||||
|
|
||||||
|
|
||||||
[params.share]
|
[params.share]
|
||||||
|
|
||||||
[privacy]
|
[privacy]
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue