No description
Find a file
2026-05-27 22:30:01 +02:00
.vscode baseline & toc 2026-04-14 18:18:10 +02:00
css coolophon + README 2026-05-27 22:30:01 +02:00
csspageweaver create .intro modify + push to bottom 2026-05-27 18:18:39 +02:00
js bibliography + blockquote 2026-05-27 21:37:49 +02:00
src coolophon + README 2026-05-27 22:30:01 +02:00
.gitignore title chapter 2026-04-09 19:37:52 +02:00
.gitlab-ci.yml initial commit 2026-01-19 22:14:03 +01:00
index.html coolophon + README 2026-05-27 22:30:01 +02:00
ReadMe.md coolophon + README 2026-05-27 22:30:01 +02:00
template.html coolophon + README 2026-05-27 22:30:01 +02:00

Book

How to use

In VS Codium, install this extentions:

  • Live Sass Compiler
  • Live Server

Restart the VS Codium app.

In the bottom of the app, clic on "Whatch Sass" and "Go live".

Pandoc command line

pandoc src/input.docx \
    --from docx+styles \
    --lua-filter src/filters/blockquote.lua \
    --metadata-file=src/meta.yaml \
    --template=template.html \
    --output=index.html

Only to re-generate the PDF.