Skip to content

Commit

Permalink
Update to new Hugo version, some small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed Oct 13, 2024
1 parent 7db97d9 commit 86f3b46
Show file tree
Hide file tree
Showing 79 changed files with 133 additions and 135 deletions.
14 changes: 7 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ baseURL = "https://www.duncanmackenzie.net/"
languageCode = "en-us"
title = "Duncan Mackenzie"
DefaultContentLanguage = "en"
summaryLength = 20

theme = "hello-friend-ng"
summaryLength = 10
pygmentsCodefences = true
pygmentsUseClasses = true
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.

googleAnalytics = "UA-23971530-1"
# disqusShortname = ""

archetypeDir = "archetypes"
contentDir = "content"
Expand Down Expand Up @@ -57,9 +55,6 @@ disableHugoGeneratorInject = false
home = ["HTML", "RSS", "JSON", "OEMBED", "IFRAME"]
page = ["HTML", "OEMBED", "IFRAME"]

[author]
name = "Duncan Mackenzie"

[blackfriday]
hrefTargetBlank = false

Expand Down Expand Up @@ -100,6 +95,8 @@ disableHugoGeneratorInject = false
themeColor = "#252627"
homegrownAnalytics = "https://functions.duncanmackenzie.net/api/event?code=Z2iNU1ncqSCA9CMwMSVhgQfcQAOuqwtyDkpKKfeqqB0oAzFudj2C3g%3D%3D"

[params.author]
name = "Duncan Mackenzie"

[params.logo]
logoText = "$ cd /home/"
Expand Down Expand Up @@ -158,4 +155,7 @@ pattern = "2006"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
unsafe = true

[services.googleAnalytics]
id = 'UA-23971530-1'
5 changes: 0 additions & 5 deletions debug.log

This file was deleted.

Loading

0 comments on commit 86f3b46

Please sign in to comment.