Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-08 | r/487 refactor(web): Move nginx setup to //web/homepage | Vincent Ambo | 1 | -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 generator | Vincent Ambo | 1 | -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. |