Initial commit.
This commit is contained in:
45
config.toml
Normal file
45
config.toml
Normal file
@ -0,0 +1,45 @@
|
||||
# The URL the site will be built for
|
||||
title = "s3rius"
|
||||
base_url = "https://s3rius.blog"
|
||||
theme = "hermit_zola"
|
||||
compile_sass = true
|
||||
minify_html = true
|
||||
|
||||
build_search_index = true
|
||||
generate_sitemap = true
|
||||
generate_robots_txt = true
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
render_emojis = true
|
||||
smart_punctuation = true
|
||||
|
||||
[extra]
|
||||
home_subtitle = "Notes on writing unmaintainable software"
|
||||
|
||||
footer_copyright = ' · <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
||||
|
||||
hermit_menu = [
|
||||
{ link = "/posts", name = "Posts" },
|
||||
{ link = "/about", name = "About" },
|
||||
]
|
||||
|
||||
hermit_social = [
|
||||
{ name = "github", link = "https://github.com/s3rius" },
|
||||
{ name = "telegram", link = "https://t.me/s3rius_san" },
|
||||
{ name = "email", link = "mailto:s3rius@le-memese.com" },
|
||||
]
|
||||
|
||||
|
||||
[extra.highlightjs]
|
||||
enable = true
|
||||
clipboard = true
|
||||
theme = "vs2015"
|
||||
|
||||
[extra.author]
|
||||
name = "Pavel Kirilin"
|
||||
email = "s3rius@le-memese.com"
|
||||
|
||||
[extra.google_analytics]
|
||||
enable = false
|
||||
id = "UA-4XXXXXXX-X"
|
6
content/posts/index.md
Normal file
6
content/posts/index.md
Normal file
@ -0,0 +1,6 @@
|
||||
+++
|
||||
+++
|
||||
|
||||
# Posts
|
||||
|
||||
into-kube
|
1
themes/hermit_zola
Submodule
1
themes/hermit_zola
Submodule
Submodule themes/hermit_zola added at 94faef2295
Reference in New Issue
Block a user