Zola init
This commit is contained in:
commit
5d06f25876
2 changed files with 26 additions and 0 deletions
5
content/_index.md
Normal file
5
content/_index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Minish : Mini Service d'auto-Hébergement"
|
||||
[extra]
|
||||
no_header = true
|
||||
+++
|
||||
21
zola.toml
Normal file
21
zola.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
base_url = "https://minish.link"
|
||||
title = "minish.link"
|
||||
description = "Mini Service d'auto-Hébergement pour des amis"
|
||||
author = "Lyes Saadi"
|
||||
default_language = "fr"
|
||||
output_dir = "public"
|
||||
|
||||
theme = "ametrine"
|
||||
compile_sass = true
|
||||
build_search_index = false
|
||||
|
||||
[markdown]
|
||||
|
||||
[markdown.highlighting]
|
||||
theme = "catppuccin-mocha"
|
||||
|
||||
[extra.nav]
|
||||
# icon = "icon.png"
|
||||
links = [
|
||||
{ url = "#", name = "Services", icon = "newspaper" },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue