Zola init
This commit is contained in:
commit
af83c4db7b
7
config.toml
Normal file
7
config.toml
Normal file
@ -0,0 +1,7 @@
|
||||
base_url = "https://em.0x45.cz"
|
||||
title = "em.0x45.cz"
|
||||
compile_sass = true
|
||||
build_search_index = false
|
||||
|
||||
[markdown]
|
||||
highlight_code = false
|
2
content/_index.md
Normal file
2
content/_index.md
Normal file
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
0
public/style.css
Normal file
0
public/style.css
Normal file
0
sass/style.scss
Normal file
0
sass/style.scss
Normal file
10
templates/index.html
Normal file
10
templates/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
|
||||
</head>
|
||||
<body>
|
||||
...
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user