Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I96a2620ffb1d9e98a1d8ce7d97f2c4f58c2dbfd3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/603
Reviewed-by: tazjin <mail@tazj.in>
|
|
|
|
Removes nginx configuration built by the web targets (with the
exception of the includable block used to set up redirects for old
blog URLs).
|
|
This makes it much easier to click on them. Required some style
reshuffling to satisfy CSS.
|
|
Adds the actual insertion of entries into the homepage, subtly
colour-coding different types of entries.
|
|
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.
|
|
The homepage is going to be the landing page for all content, whether
it be blog posts or other stuff.
|