Initial commit.

This commit is contained in:
2025-07-24 03:54:49 +02:00
parent 1174ba9837
commit 96a4e0e4ce
18 changed files with 758 additions and 8 deletions

View File

@ -21,7 +21,7 @@ footer_copyright = ' &#183; <a href="https://creativecommons.org/licenses/by-nc/
hermit_menu = [
{ link = "/posts", name = "Posts" },
{ link = "/about", name = "About" },
{ link = "/about", name = "About me" },
]
hermit_social = [
@ -34,7 +34,7 @@ hermit_social = [
[extra.highlightjs]
enable = true
clipboard = true
theme = "vs2015"
theme = "https://unpkg.com/nord-highlightjs@0.1.0/dist/nord.css"
[extra.author]
name = "Pavel Kirilin"