about summary refs log tree commit diff
path: root/web/blog/nginx.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-08 r/487 refactor(web): Move nginx setup to //web/homepageVincent Ambo1-68/+0
The homepage is going to be the landing page for all content, whether it be blog posts or other stuff.
2020-02-08 r/484 feat(web/blog): Add Nix-based static blog generatorVincent Ambo1-0/+68
This introduces a derivation which builds an instance of nginx statically serving my blog posts, though as of now no indexes are being generated and no XML feed is available. This is just the initial draft of this setup and not yet what shall be yielded in the end.