repos

blog.bythewood.me-flask

mirror archived upstream

Markdown blog on Flask with Vite-built assets and WeasyPrint PDF export, rewritten from the Wagtail build that preceded it.

blogdockerflaskmarkdownpythonself-hostedvite

275 B · 21 lines · INI Raw History
 1root = true
 2
 3[*]
 4charset = utf-8
 5indent_style = space
 6indent_size = 2
 7end_of_line = lf
 8insert_final_newline = true
 9trim_trailing_whitespace = true
10
11[*.py]
12indent_size = 4
13
14[*.md]
15trim_trailing_whitespace = false
16indent_size = 4
17
18[Makefile]
19indent_style = tab
20indent_size = 4