Zola init
commit
cdf4b0722d
@ -0,0 +1,7 @@
|
||||
base_url = "https://pomocskolam.pedf.cuni.cz"
|
||||
title = "Pomoc školám"
|
||||
compile_sass = true
|
||||
highlight_code = false
|
||||
build_search_index = false
|
||||
|
||||
[extra]
|
@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ config.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue