From cce872e3977d3f7e2001a76310d98f6fa80d7243 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 8 Feb 2020 22:21:06 +0000 Subject: 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. --- web/homepage/entries.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/homepage/entries.nix (limited to 'web/homepage/entries.nix') diff --git a/web/homepage/entries.nix b/web/homepage/entries.nix new file mode 100644 index 0000000000..fe51488c70 --- /dev/null +++ b/web/homepage/entries.nix @@ -0,0 +1 @@ +[] -- cgit 1.4.1