Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-12 | r/916 feat(camden): Move cgit to code.tvl.fyi | Vincent Ambo | 1 | -3/+3 | |
Moves the host at which cgit is served to 'code.tvl.fyi'. Also updates related projects that link to this, most importantly: * Hound's & Gerrit's cgit link bases have been updated * besadii is updated to request CI builds for the new location Change-Id: I44e3e584010ac29cc913ebb1a197c996eb024d80 Reviewed-on: https://cl.tvl.fyi/c/depot/+/71 Reviewed-by: lukegb <lukegb@tvl.fyi> | |||||
2020-04-25 | r/676 feat(web/blog): Add Nixery layering design as a blog post | Vincent Ambo | 4 | -0/+0 | |
Marked as a draft until I've verified that this looks good. | |||||
2020-04-21 | r/652 feat(web/homepage): Add entry for the TVL page | Vincent Ambo | 1 | -0/+7 | |
2020-03-29 | r/605 style(web/homepage): Shorten description for TWiV | Vincent Ambo | 1 | -4/+2 | |
2020-03-29 | r/604 feat(web/homepage): Link to TWiV | Vincent Ambo | 1 | -0/+12 | |
2020-02-21 | r/559 chore: Rename pkgs->depot in all Nix file headers | Vincent Ambo | 1 | -2/+2 | |
2020-02-11 | r/539 refactor(web): Let //web/ derivations build static pages only | Vincent Ambo | 2 | -92/+5 | |
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/523 style(web/homepage): Highlight <kbd> elements like buttons | Vincent Ambo | 1 | -0/+14 | |
2020-02-10 | r/522 fix(web/homepage): Make .uncoloured-link work again | Vincent Ambo | 1 | -0/+4 | |
2020-02-09 | r/519 style(web/homepage): Overflow long code lines into scroll bars | Vincent Ambo | 1 | -3/+2 | |
2020-02-09 | r/518 chore(web/blog): Move Watchguard images into static assets | Vincent Ambo | 6 | -0/+0 | |
Rather than sending user data to imgur ... lets get rid of all the external stuff! | |||||
2020-02-09 | r/516 chore(web/homepage): Configure caching for fonts & images | Vincent Ambo | 1 | -0/+4 | |
2020-02-09 | r/515 style(web/homepage): Unify page max-width at 800px | Vincent Ambo | 1 | -2/+1 | |
2020-02-09 | r/513 style(web/homepage): Use somewhat livelier colours | Vincent Ambo | 1 | -7/+7 | |
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 callouts | Vincent Ambo | 1 | -0/+25 | |
2020-02-09 | r/509 feat(web/homepage): Add an entry for the Principia Discordia | Vincent Ambo | 1 | -0/+10 | |
2020-02-09 | r/507 style(web/homepage): Wrap links around the entire entry | Vincent Ambo | 3 | -17/+18 | |
This makes it much easier to click on them. Required some style reshuffling to satisfy CSS. | |||||
2020-02-09 | r/505 fix(web/homepage): Fix redirect setup | Vincent Ambo | 1 | -1/+8 | |
- all www.* traffic -> non-www - redirect old blog entries without including the port | |||||
2020-02-09 | r/498 feat(web): Add a favicon to homepage & blog | Vincent Ambo | 2 | -1/+1 | |
2020-02-09 | r/497 fix(web/homepage): Minor style fixes that were lost | Vincent Ambo | 1 | -0/+8 | |
2020-02-09 | r/496 feat(web/homepage): Add entries for the depot itself & journaldriver | Vincent Ambo | 1 | -0/+14 | |
2020-02-09 | r/494 fix(web/homepage): Ensure old blog links keep working | Vincent Ambo | 1 | -2/+2 | |
2020-02-09 | r/493 feat(web/homepage): Add entries for nixery, kontemplate, dottime | Vincent Ambo | 1 | -1/+23 | |
2020-02-09 | r/492 style(web/homepage): Flip colours for misc/blog | Vincent Ambo | 1 | -2/+2 | |
2020-02-09 | r/491 feat(web/homepage): Add templating for entries on the homepage | Vincent Ambo | 3 | -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/homepage | Vincent Ambo | 1 | -7/+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/489 feat(web/homepage): Add static assets for new homepage | Vincent Ambo | 5 | -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 page | Vincent Ambo | 4 | -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/homepage | Vincent Ambo | 2 | -0/+89 | |
The homepage is going to be the landing page for all content, whether it be blog posts or other stuff. |