about summary refs log tree commit diff
path: root/web/homepage/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09 r/507 style(web/homepage): Wrap links around the entire entryVincent Ambo1-10/+10
This makes it much easier to click on them. Required some style reshuffling to satisfy CSS.
2020-02-09 r/491 feat(web/homepage): Add templating for entries on the homepageVincent Ambo1-4/+16
Adds the actual insertion of entries into the homepage, subtly colour-coding different types of entries.
2020-02-08 r/488 feat(web/homepage): Add Nix code to assemble the index pageVincent Ambo1-1/+50
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 Ambo1-0/+15
The homepage is going to be the landing page for all content, whether it be blog posts or other stuff.