add flake to provide environnement
added flake.nix to provide a build and dev environnement to bootstrap a venv with presenterm and weasyprint easily added a package output to flake.nix to build all the posts. the build process use a python script for easier extensibility
This commit is contained in:
11
src/configs/presenterm.yaml
Normal file
11
src/configs/presenterm.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
export:
|
||||
dimensions:
|
||||
columns: 108
|
||||
rows: 85
|
||||
pdf:
|
||||
fonts:
|
||||
normal: /usr/share/fonts/truetype/tlwg/TlwgMono.ttf
|
||||
italic: /usr/share/fonts/truetype/tlwg/TlwgMono-Oblique.ttf
|
||||
bold: /usr/share/fonts/truetype/tlwg/TlwgMono-Bold.ttf
|
||||
bold_italic: /usr/share/fonts/truetype/tlwg/TlwgMono-BoldOblique.ttf
|
||||
|
||||
Reference in New Issue
Block a user