about summary refs log tree commit diff
path: root/ci-builds.nix (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09 r/499 chore(web): Delete //web/tazblogVincent Ambo1-1/+0
Deleting this code feels strange. This project has been around for a decade, and despite occasionally needing a bunch of tweaks it had aged well and worked fine for a very long time. I've reached a strange point where I don't really feel like using Haskell anymore, and every interaction with this project in recent years has been fighting dependency management tooling for Haskell, or dealing with strange build problems. The simple fact is that the service never really did anything other than render Markdown dynamically, and at this point I can do that much better with //tools/cheddar instead. So, tazblog-hs, it's time to say goodbye. Rest in peace!
2020-02-09 r/498 feat(web): Add a favicon to homepage & blogVincent Ambo3-1/+2
2020-02-09 r/497 fix(web/homepage): Minor style fixes that were lostVincent Ambo1-0/+8
2020-02-09 r/496 feat(web/homepage): Add entries for the depot itself & journaldriverVincent Ambo1-0/+14
2020-02-09 r/495 feat(web/blog): Move 'best-tools' doc into a real blog postVincent Ambo2-4/+7
2020-02-09 r/494 fix(web/homepage): Ensure old blog links keep workingVincent Ambo1-2/+2
2020-02-09 r/493 feat(web/homepage): Add entries for nixery, kontemplate, dottimeVincent Ambo1-1/+23
2020-02-09 r/492 style(web/homepage): Flip colours for misc/blogVincent Ambo1-2/+2
2020-02-09 r/491 feat(web/homepage): Add templating for entries on the homepageVincent Ambo3-27/+86
Adds the actual insertion of entries into the homepage, subtly colour-coding different types of entries.
2020-02-09 r/490 refactor(web): Serve static assets to //web/homepageVincent Ambo3-28/+10
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/489 feat(web/homepage): Add static assets for new homepageVincent Ambo5-0/+88
Adds the Jetbrains Mono font and the WIP CSS file for the homepage and (soon) the blog.
2020-02-08 r/488 feat(web/homepage): Add Nix code to assemble the index pageVincent Ambo4-1/+86
This is not yet fully functional, but going in the right direction. Some concepts are introduced: * There is a light theme (used for blog entry pages) and a dark theme (used for the homepage itself) * Entries can be either blog posts, projects or miscellaneous things that I want to link people to (possibly with a comment) It might be interesting to add pages that filter to specific types, or some such, which should be relatively easy to do. Note that the layouts of entries are not actually done yet.
2020-02-08 r/487 refactor(web): Move nginx setup to //web/homepageVincent Ambo3-19/+41
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 Ambo6-0/+232
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.
2020-02-08 r/483 feat(ops/nixos/nugget): Install i3lockVincent Ambo1-0/+1
2020-02-08 r/482 chore(third_party): Expose pandocVincent Ambo1-0/+1
2020-02-07 r/481 docs(nix/yants): Fix screenshot URLsVincent Ambo1-5/