fix
This commit is contained in:
parent
6f02b55828
commit
e812146cfa
4 changed files with 57 additions and 33 deletions
25
config.toml
25
config.toml
|
|
@ -2,15 +2,10 @@ title = "Harald Hoyer"
|
|||
description = "Triple Faults for Debug"
|
||||
|
||||
# The URL the site will be built for
|
||||
base_url = "https://harald.hoyer.xyz"
|
||||
base_url = "https://testharald.hoyer.xyz"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||
highlight_code = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = true
|
||||
|
||||
|
|
@ -21,14 +16,24 @@ taxonomies = [
|
|||
{name = "tags", rss = true, paginate_by=5},
|
||||
]
|
||||
|
||||
generate_rss = true
|
||||
generate_feed = true
|
||||
|
||||
[markdown]
|
||||
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||
highlight_code = true
|
||||
|
||||
render_emoji = true
|
||||
|
||||
|
||||
#highlight_theme = "dracula"
|
||||
#highlight_theme = "inspired-github"
|
||||
highlight_theme = "ir-white"
|
||||
#highlight_theme = "ir-white"
|
||||
#highlight_theme = "material-light"
|
||||
highlight_theme = "base16-ocean-dark"
|
||||
|
||||
extra_syntaxes = [
|
||||
extra_syntaxes_and_themes = [
|
||||
"syntaxes",
|
||||
"syntaxes/Sublime-varlink",
|
||||
"syntaxes/Sublime-console",
|
||||
|
|
@ -49,7 +54,7 @@ clean_blog_social = [
|
|||
{url = "https://hoyer.xyz/profile/harald", icon="fab fa-mastodon"},
|
||||
{url = "https://github.com/haraldh", icon="fab fa-github"},
|
||||
{url = "https://keybase.io/haraldhoyer/", icon="fab fa-keybase"},
|
||||
{url = "https://twitter.com/haraldhoyer", icon="fab fa-twitter"},
|
||||
{url = "https://floss.social/@backslash", icon="fab fa-mastodon"},
|
||||
{url = "$BASE_URL/rss.xml", icon="fas fa-rss"}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue