This commit is contained in:
2024-04-03 18:15:49 +02:00
parent 5f05ad7adb
commit 2fa4752aec
5 changed files with 36 additions and 12 deletions
+4
View File
@@ -1,3 +1,7 @@
baseURL = 'https://zoriya.dev/'
languageCode = 'en'
paginate = 50
enableRobotsTXT = true
[outputs]
home = ["HTML", "RSS", "JSON"]
-1
View File
@@ -4,7 +4,6 @@ title = "Zoe's blog"
name = "Zoe Roux"
image = "img/author.png"
headline = "I'm not a dev, I'm a sorceress."
bio = "A little bit about me"
links = [
{ github = "https://github.com/zoriya" },
{ linkedin = "https://www.linkedin.com/in/zoe-roux/" },
+10
View File
@@ -0,0 +1,10 @@
[goldmark]
[goldmark.renderer]
unsafe = true
[highlight]
noClasses = false
[tableOfContents]
startLevel = 2
endLevel = 3