initial upload
This commit is contained in:
parent
d1a9f154b9
commit
595c75a9fb
6 changed files with 57 additions and 0 deletions
21
config.toml
Normal file
21
config.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# The URL the site will be built for
|
||||
base_url = "https://qra-it.de"
|
||||
compile_sass = true
|
||||
build_search_index = false
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
|
||||
[extra]
|
||||
|
||||
social = [
|
||||
{title = 'Mail', icon = 'mail', link = 'mailto:foo@bar.de'},
|
||||
{title = 'Git', icon = 'git', link = '#git'},
|
||||
{title = 'Fediverse', icon = 'fediverse', link = '#fediverse'},
|
||||
{title = 'Web', icon = 'web', link = 'https://example.com'},
|
||||
]
|
||||
|
||||
[[extra.footer]]
|
||||
copyleft = 'Kasia-Marysia'
|
||||
zola = 'Created With Rust'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue