mirror of
https://github.com/SebastianStork/blog.git
synced 2026-01-21 12:51: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"
|
||||
title = "sstork.dev"
|
||||
description = ""
|
||||
theme = "linkita"
|
||||
|
||||
default_language = "en"
|
||||
author = "Sebastian Stork"
|
||||
|
||||
[languages.en]
|
||||
title = "sstork.dev"
|
||||
generate_feeds = true
|
||||
feed_filenames = ["atom.xml"]
|
||||
|
||||
# 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
|
||||
taxonomies = [{name = "tags", feed = true, paginate_by = 10}]
|
||||
|
||||
[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
|
||||
|
||||
[extra]
|
||||
# Put all your custom variables here
|
||||
highlight_theme = "material-dark"
|
||||
render_emoji = true
|
||||
bottom_footnotes = true
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
+++
|
||||
title = ""
|
||||
description = ""
|
||||
sort_by = "date"
|
||||
paginate_by = 10
|
||||
|
||||
[extra]
|
||||
profile = "Sebastian Stork"
|
||||
+++
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
+++
|
||||
title = "About me"
|
||||
description = ""
|
||||
title = "About"
|
||||
path = "about"
|
||||
+++
|
||||
|
||||
## Hello, world!
|
||||
## About me
|
||||
|
||||
## About this site
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
+++
|
||||
title = "Archive"
|
||||
description = ""
|
||||
template = "archive.html"
|
||||
transparent = true
|
||||
|
||||
[extra]
|
||||
date_format = "%m-%d"
|
||||
+++
|
||||
Loading…
Add table
Add a link
Reference in a new issue