1
4
Fork 1

Nastavení renderování chytých ligatur

master
Emil Miler 2 years ago
parent df84a2549c
commit 4ef324b16e

@ -1,25 +1,17 @@
# The URL the site will be built for
base_url = "https://receptty.org" base_url = "https://receptty.org"
# Title
title = "Recepty na cesty" title = "Recepty na cesty"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true compile_sass = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false build_search_index = false
# Taxonomies
taxonomies = [ taxonomies = [
{name = "kategorie", rss = true}, {name = "kategorie", rss = true},
{name = "tagy", rss = true}, {name = "tagy", rss = true},
] ]
[markdown]
highlight_code = false
smart_punctuation = true
[extra] [extra]
git = "https://git.microlab.space/terezka/recepty-na-cesty" git = "https://git.microlab.space/terezka/recepty-na-cesty"
menu = [ menu = [

Loading…
Cancel
Save