all: Consolidate projects and posts, use built in syntax highlighting, use permalinks.

This commit is contained in:
William Floyd 2022-06-19 17:05:02 -04:00
parent fa0cb30b3f
commit 691869cdf5
Signed by untrusted user who does not match committer: william
GPG key ID: B3EEEDD81893CAF9
106 changed files with 4 additions and 12 deletions

View file

@ -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