about summary refs log tree commit diff
path: root/web/homepage/entries.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-08T22·21+0000
committerVincent Ambo <tazjin@google.com>2020-02-08T22·21+0000
commitcce872e3977d3f7e2001a76310d98f6fa80d7243 (patch)
tree4b7a4692842ffb6546114e51129dcd9d7c7db444 /web/homepage/entries.nix
parent7935957938fb4bd73b557e42fa828b1470979777 (diff)
feat(web/homepage): Add Nix code to assemble the index page r/488
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.
Diffstat (limited to 'web/homepage/entries.nix')
-rw-r--r--web/homepage/entries.nix1
1 files changed, 1 insertions, 0 deletions
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 @@
+[]