link to scratchanitch.dev
This commit is contained in:
parent
757bb0c592
commit
e1375581c8
|
@ -14,10 +14,9 @@ prefer more open platforms.
|
||||||
[forgejo]: https://git.nixnet.services/
|
[forgejo]: https://git.nixnet.services/
|
||||||
[github]: https://github.com/Amolith
|
[github]: https://github.com/Amolith
|
||||||
|
|
||||||
All of these projects were created and are maintained [Just For Fun. No,
|
All of these projects were created to [scratch an itch.][sai].
|
||||||
Really.][jffnr]
|
|
||||||
|
|
||||||
[jffnr]: https://justforfunnoreally.dev/
|
[sai]: https://scratchanitch.dev
|
||||||
|
|
||||||
## Active projects
|
## Active projects
|
||||||
|
|
||||||
|
|
2
gen
2
gen
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
export WEBROOT=public
|
export WEBROOT=public
|
||||||
|
|
||||||
hugo --cleanDestinationDir
|
hugo
|
||||||
|
|
||||||
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t pdf --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.pdf
|
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t pdf --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.pdf
|
||||||
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.epub
|
fd --exact-depth 3 --no-ignore-vcs '.md' -x pandoc -f markdown -t epub3 --lua-filter=pandoc_config/images.lua --pdf-engine=xelatex -V 'linkcolor:blue' --listings -H pandoc_config/styles.tex {} -o public/{/.}/{/.}.epub
|
||||||
|
|
Loading…
Reference in New Issue