Enable blog and start writing a draft for the first post
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
5575668344
commit
1d3a12a4b7
5 changed files with 32 additions and 47 deletions
|
@ -5,6 +5,6 @@ workingFolderCurrent = true
|
|||
source-highlighter = "rouge"
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 6
|
||||
startLevel = 1
|
||||
endLevel = 2
|
||||
ordered = false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
enableBlogPost = false
|
||||
enableTOC = false
|
||||
enableBlogPost = true
|
||||
enableTOC = true
|
||||
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
|
||||
|
||||
[newsletter]
|
||||
|
@ -26,3 +26,14 @@ enabled = true
|
|||
[features.support.kofi]
|
||||
user = "functionalhacker"
|
||||
text = "Tip me"
|
||||
|
||||
[features.blog]
|
||||
enable = true
|
||||
|
||||
[features.blog.sharebuttons]
|
||||
facebook = true
|
||||
twitter = true
|
||||
linkedin = true
|
||||
reddit = true
|
||||
whatsapp = true
|
||||
email = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue