about summary refs log tree commit diff
path: root/web/blog (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-06-26 r/1087 chore(tazjin): Move //web/blog & //web/homepage to my userdirVincent Ambo12-1404/+0
Change-Id: I96a2620ffb1d9e98a1d8ce7d97f2c4f58c2dbfd3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/603 Reviewed-by: tazjin <mail@tazj.in>
2020-04-25 r/677 chore(web/blog): Remove draft flag from nixery-layers postVincent Ambo1-1/+0
2020-04-25 r/676 feat(web/blog): Add Nixery layering design as a blog postVincent Ambo2-0/+279
Marked as a draft until I've verified that this looks good.
2020-02-22 r/575 docs(web/blog): Light editing on the unpublished Emacs postVincent Ambo1-24/+25
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo2-6/+6
2020-02-11 r/539 refactor(web): Let //web/ derivations build static pages onlyVincent Ambo1-1/+9
Removes nginx configuration built by the web targets (with the exception of the includable block used to set up redirects for old blog URLs).
2020-02-10 r/526 docs(web/blog): Add some TODO entries for the draftVincent Ambo1-1/+17
2020-02-10 r/525 docs(web/blog): Rewrite some style issues in the Emacs postVincent Ambo1-35/+35
2020-02-10 r/524 feat(web/blog): Add draft blog post on EmacsVincent Ambo2-0/+223
This post is a draft, i.e. not linked from the index. It's not a secret, but if you do find it through this commit before its publication please don't share it too widely yet.
2020-02-09 r/521 feat(web/blog): Add support for draft & unlisted postsVincent Ambo2-8/+39
Posts with either `draft = true;` or `listed = false;` will no longer be included in index generation and will have a warning callout inserted at the top of the page urging people not to share the links to them.
2020-02-09 r/520 style(web/blog): Minor formatting fixes in Watchguard postVincent Ambo1-4/+4
2020-02-09 r/518 chore(web/blog): Move Watchguard images into static assetsVincent Ambo1-7/+7
Rather than sending user data to imgur ... lets get rid of all the external stuff!
2020-02-09 r/517 chore(web/blog): Remove duplicate CSS fileVincent Ambo1-35/+0
2020-02-09 r/513 style(web/homepage): Use somewhat livelier coloursVincent Ambo1-2/+1
The previous ones looked kind of dull. These are from my gruber-darker rainbow-delimiters theme.
2020-02-09 r/512 feat(web/homepage): Add styling for Cheddar calloutsVincent Ambo1-2/+2
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.