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