Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Removes nginx configuration built by the web targets (with the
exception of the includable block used to set up redirects for old
blog URLs).
|
|
Posts with either `draft = true;` or `listed = false;` will no longer
be included in index generation and will have a warning callout
inserted at the top of the page urging people not to share the links
to them.
|
|
Shuffles around the nginx locations that are served to ensure that all
static content will be served from tazj.in/static (including for the
blog).
|
|
The homepage is going to be the landing page for all content, whether
it be blog posts or other stuff.
|
|
This lets me easily create an ordered list of entries if the homepage
is designed to list both blog posts and other content.
|
|
This introduces a derivation which builds an instance of nginx
statically serving my blog posts, though as of now no indexes are
being generated and no XML feed is available.
This is just the initial draft of this setup and not yet what shall be
yielded in the end.
|