22 lines
559 B
TOML
22 lines
559 B
TOML
|
[site]
|
|||
|
title = 'Nixhacks'
|
|||
|
index_page_title = 'Ещё один сайт про cисадмиство и программирование'
|
|||
|
datetime_format = '%d %b %Y'
|
|||
|
default_posts_template = 'post.j2' # not implemented
|
|||
|
default_index_template = 'index.j2' # not implemented
|
|||
|
|
|||
|
[build]
|
|||
|
build_dir = 'build'
|
|||
|
content_dir = 'content'
|
|||
|
templates_dir = 'layouts'
|
|||
|
assets_dir = 'assets'
|
|||
|
|
|||
|
[pygments]
|
|||
|
theme = 'solarized-light'
|
|||
|
|
|||
|
# https://docutils.sourceforge.io/docs/user/config.html
|
|||
|
[docutils]
|
|||
|
initial_header_level = 2
|
|||
|
section_self_link = true
|
|||
|
syntax_highlight = 'short'
|