tweak project proposal #1

Open
kiara wants to merge 95 commits from rewrite into main
4 changed files with 9 additions and 5 deletions
Showing only changes of commit 323e520344 - Show all commits

View file

@ -7,5 +7,8 @@ Build a PDF:
> It will take a while to download dependencies!
Review

Seems like the nix-build -A pdf thing got lost in cherry- and nit-picks?

Seems like the `nix-build -A pdf` thing got lost in cherry- and nit-picks?
Review

was it ever tested? on my end it just errored out on images requiring network access, at which point i considered it not usable as-is

was it ever tested? on my end it just errored out on images requiring network access, at which point i considered it not usable as-is
Review

note that the script is present still, at present it's just undocumented

note that the script is present still, at present it's just undocumented
```bash
nix-build -A pdf
pandoc ./architecture.md -o ./architecture.html --css default.css
pandoc ./fediversity.md -o ./fediversity.html --css default.css
pandoc ./architecture.md -o ./architecture.pdf --css default.css
pandoc ./fediversity.md -o ./fediversity.pdf --css default.css
```

3
default.css Normal file
View file

@ -0,0 +1,3 @@
* {
font-family: sans-serif;
}

View file

@ -20,7 +20,7 @@
}
''
mkdir -p $out
pandoc ${./architecture.md} -o $out/architecture.pdf
pandoc ${./fediversity.md} -o $out/fediversity.pdf
pandoc ${./architecture.md} -o $out/architecture.pdf --css default.css
pandoc ${./fediversity.md} -o $out/fediversity.pdf --css default.css
'';
}

View file

@ -1,5 +1,3 @@
<style>* {font-family: sans-serif;}</style>
<title>Fediversity</title>
# Index