about summary refs log tree commit diff
path: root/web/homepage (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25 r/676 feat(web/blog): Add Nixery layering design as a blog postVincent Ambo4-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 pageVincent Ambo1-0/+7
2020-03-29 r/605 style(web/homepage): Shorten description for TWiVVincent Ambo1-4/+2
2020-03-29 r/604 feat(web/homepage): Link to TWiVVincent Ambo1-0/+12
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-2/+2
2020-02-11 r/539 refactor(web): Let //web/ derivations build static pages onlyVincent Ambo2-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 buttonsVincent Ambo1-0/+14
2020-02-10 r/522 fix(web/homepage): Make .uncoloured-link work againVincent Ambo1-0/+4
2020-02-09 r/519 style(web/homepage): Overflow long code lines into scroll barsVincent Ambo1-3/+2
2020-02-09 r/518 chore(web/blog): Move Watchguard images into static assetsVincent Ambo6-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 & imagesVincent Ambo1-0/+4
2020-02-09 r/515 style(web/homepage): Unify page max-width at 800pxVincent Ambo1-2/+1
2020-02-09 r/513 style(web/homepage): Use somewhat livelier coloursVincent Ambo1-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 calloutsVincent Ambo1-0/+25
2020-02-09 r/509 feat(web/homepage): Add an entry for the Principia DiscordiaVincent Ambo1-0/+10
2020-02-09 r/507 style(web/homepage): Wrap links around the entire entryVincent Ambo3-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 setupVincent Ambo1-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 & blogVincent Ambo2-1/+1
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/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 Ambo1-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 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 Ambo2-0/+89
The homepage is going to be the landing page for all content, whether it be blog posts or other stuff.