mirror of
https://github.com/zoriya/blog.git
synced 2026-08-15 18:44:35 +00:00
.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
baseURL = 'https://zoriya.dev/'
|
||||
languageCode = 'en'
|
||||
paginate = 50
|
||||
enableRobotsTXT = true
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
@@ -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/" },
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 3
|
||||
Reference in New Issue
Block a user