Closed MatthewCroughan closed 2 years ago
https://plutonomicon.github.io/plutonomicon/ for anyone wondering. A bit unfortunate that it doesn't work without JS.
https://plutonomicon.github.io/plutonomicon/ for anyone wondering. A bit unfortunate that it doesn't work without JS.
@MatthewCroughan I forgot about this. This can be fixed by running bash $out/_emanote-bin/compile-css
after the emanote command. It will generate a .css file (instead of relying on twind.dev shim which requires JS).
@srid That will never work, since your compile-css
script requires Docker, which will never run inside of a Nix derivation.
Adds a simple flake that utilizes Hercules CI Effects to build and deploy the contents of this repo with Emanote. Every time a change is made to the
main
branch of this repository the effect runs and pushes the results to thegh-pages
branch. You can also build the website with Nix vianix build .#website
.Please keep this flake simple if making additions.