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'
|
||||
excludeFiles = "**/media/src"
|
||||
|
||||
markup.highlight.noClasses=false
|
||||
|
||||
paginate = 12
|
||||
enableEmoji = true
|
||||
googleAnalytics = "UA-63647911-2"
|
||||
|
|
@ -28,20 +26,15 @@ canonifyURLs = true
|
|||
nofollowLinks = true
|
||||
noreferrerLinks = true
|
||||
|
||||
[Permalinks]
|
||||
posts = "/:year/:filename/"
|
||||
[permalinks]
|
||||
posts = "/:year/:month/:title/"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
name = "Posts"
|
||||
url = "/posts/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Projects"
|
||||
url = "/projects/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Categories"
|
||||
url = "/categories/"
|
||||
|
|
@ -63,11 +56,10 @@ canonifyURLs = true
|
|||
|
||||
[params.social]
|
||||
GitHub = "W-Floyd"
|
||||
Linkedin = "william-floyd-906674190"
|
||||
Linkedin = "william-floyd"
|
||||
Email = "william.png2000@gmail.com"
|
||||
Steam = "W-Floyd"
|
||||
|
||||
|
||||
[params.share]
|
||||
|
||||
[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