Skip to content

Commit ac36440

Browse files
config.toml: remove section [blackfriday] (unsupported) (#177)
1 parent 7c587bf commit ac36440

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

config.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ pygmentsStyle = "tango"
4545
[permalinks]
4646
blog = "/:section/:year/:month/:day/:slug/"
4747

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-
5548
# Image processing configuration.
5649
[imaging]
5750
resampleFilter = "CatmullRom"

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
[build.environment]
3-
HUGO_VERSION = "0.96.0"
4-
GO_VERSION = "1.18"
3+
HUGO_VERSION = "0.100.1"
4+
GO_VERSION = "1.18.3"

0 commit comments

Comments
 (0)