mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 14:01:35 +01:00
Do some formatting
This commit is contained in:
parent
4cf2a9dd29
commit
0684bab8cd
6 changed files with 17 additions and 24 deletions
21
config.toml
21
config.toml
|
|
@ -1,23 +1,16 @@
|
||||||
base_url = "https://sstork.dev"
|
base_url = "https://sstork.dev"
|
||||||
title = "sstork.dev"
|
|
||||||
description = ""
|
|
||||||
theme = "linkita"
|
theme = "linkita"
|
||||||
|
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
author = "Sebastian Stork"
|
author = "Sebastian Stork"
|
||||||
|
|
||||||
|
[languages.en]
|
||||||
|
title = "sstork.dev"
|
||||||
generate_feeds = true
|
generate_feeds = true
|
||||||
feed_filenames = ["atom.xml"]
|
taxonomies = [{name = "tags", feed = true, paginate_by = 10}]
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
|
||||||
compile_sass = true
|
|
||||||
|
|
||||||
# Whether to build a search index to be used later on by a JavaScript library
|
|
||||||
build_search_index = true
|
|
||||||
|
|
||||||
[markdown]
|
[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
|
highlight_code = true
|
||||||
|
highlight_theme = "material-dark"
|
||||||
[extra]
|
render_emoji = true
|
||||||
# Put all your custom variables here
|
bottom_footnotes = true
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = ""
|
|
||||||
description = ""
|
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
paginate_by = 10
|
paginate_by = 10
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
profile = "Sebastian Stork"
|
profile = "Sebastian Stork"
|
||||||
+++
|
+++
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
+++
|
+++
|
||||||
title = "About me"
|
title = "About"
|
||||||
description = ""
|
|
||||||
path = "about"
|
path = "about"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Hello, world!
|
## About me
|
||||||
|
|
||||||
|
## About this site
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
+++
|
||||||
title = "Archive"
|
title = "Archive"
|
||||||
description = ""
|
|
||||||
template = "archive.html"
|
template = "archive.html"
|
||||||
transparent = true
|
transparent = true
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
date_format = "%m-%d"
|
date_format = "%m-%d"
|
||||||
+++
|
+++
|
||||||
Loading…
Add table
Add a link
Reference in a new issue