about summary refs log tree commit diff
path: root/web/blog/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-08 r/487 refactor(web): Move nginx setup to //web/homepageVincent Ambo1-4/+5
The homepage is going to be the landing page for all content, whether it be blog posts or other stuff.
2020-02-08 r/486 refactor(web/blog): Use timestamps for dates instead of stringsVincent Ambo1-3/+2
This lets me easily create an ordered list of entries if the homepage is designed to list both blog posts and other content.
2020-02-08 r/484 feat(web/blog): Add Nix-based static blog generatorVincent Ambo1-0/+46
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.