Add favicon and site.webmanifest
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
Also merged "assets" and "static" directories
This commit is contained in:
parent
f5292cf1f9
commit
3598d41462
11 changed files with 29 additions and 0 deletions
|
@ -7,3 +7,5 @@ enableEmoji = true
|
|||
enableGitInfo = true
|
||||
|
||||
urls = ['.*']
|
||||
|
||||
staticDir = "assets"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
enableBlogPost = true
|
||||
enableTOC = true
|
||||
background = "images/vincentiu-solomon-ln5drpv_ImI-unsplash.jpg"
|
||||
description = "Personal website and portfolio"
|
||||
|
||||
[newsletter]
|
||||
enable = false
|
||||
|
@ -10,6 +11,10 @@ provider = "darkreader"
|
|||
enable = true
|
||||
default = "system"
|
||||
|
||||
[logo]
|
||||
main = "images/marko.jpg"
|
||||
favicon = "favicon-32x32.png"
|
||||
|
||||
[features.comment]
|
||||
enable = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue