We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c587bf commit ac36440Copy full SHA for ac36440
2 files changed
config.toml
@@ -45,13 +45,6 @@ pygmentsStyle = "tango"
45
[permalinks]
46
blog = "/:section/:year/:month/:day/:slug/"
47
48
-## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
49
-[blackfriday]
50
-plainIDAnchors = true
51
-hrefTargetBlank = true
52
-angledQuotes = false
53
-latexDashes = true
54
-
55
# Image processing configuration.
56
[imaging]
57
resampleFilter = "CatmullRom"
netlify.toml
@@ -1,4 +1,4 @@
1
[build]
2
[build.environment]
3
-HUGO_VERSION = "0.96.0"
4
-GO_VERSION = "1.18"
+HUGO_VERSION = "0.100.1"
+GO_VERSION = "1.18.3"
0 commit comments