feat(web/homepage): Add Nix code to assemble the index page

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.
This commit is contained in:
Vincent Ambo 2020-02-08 22:21:06 +00:00
parent 7935957938
commit cce872e397
4 changed files with 86 additions and 1 deletions

1
web/homepage/entries.nix Normal file
View file

@ -0,0 +1 @@
[]