about summary refs log tree commit diff
path: root/web/blog (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09 r/510 docs(web/blog): Update best-tools post with new phoneVincent Ambo1-5/+13
2020-02-09 r/498 feat(web): Add a favicon to homepage & blogVincent Ambo1-0/+1
2020-02-09 r/495 feat(web/blog): Move 'best-tools' doc into a real blog postVincent Ambo2-0/+159
2020-02-09 r/490 refactor(web): Serve static assets to //web/homepageVincent Ambo2-21/+5
Shuffles around the nginx locations that are served to ensure that all static content will be served from tazj.in/static (including for the blog).
2020-02-08 r/487 refactor(web): Move nginx setup to //web/homepageVincent Ambo2-72/+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 Ambo3-10/+13
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/485 feat(web/blog): Check in blog posts that I want to keepVincent Ambo6-0/+564
2020-02-08 r/484 feat(web/blog): Add Nix-based static blog generatorVincent Ambo5-0/+231
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.