Age | Commit message (Collapse) | Author |
|
|
|
|
|
Remove body-content backdrop-filter. This is slowing down rendering too
much.
This also reduces the blur on the nav header for the same reason.
|
|
Switch to using vars for duplicate colors all over the stylesheet
Switch to dark mode
Clean up some old CSS that is no longer used (eg: index-post).
Split stylesheet into main, head, index, and mobile stylesheets. This
should improve load performance with http/2 as well as supporting future
partial styling load based on the current page.
|
|
|
|
Slow but sure we'll merge in the new styles.
|
|
Also update post-receive to install verbose for res files.
|
|
|
|
|
|
|
|
This should make things easier to manage between different device
layouts and types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Aaron Ball <nullspoon@oper.io>
|
|
This introduces the C code that will build out the index rendering cgi
program. It supports three query string keys, 404 pages, and printing of
requestor ip (?q=ip) and user agent (?q=agent).
Remove index.php and info.php. These are no longer needed as their
functionality is replaced by the new CGI program.
Makefile:add src and clean targets to build the source and clean up
build artifacts, respectively.
Add header and footer j2 files to replace the old header and footer php
files. Deleted old php variants.
|
|
This is for Asciidoc non-header titles.
|
|
|
|
Updated index with the new post, and removed the last three, as the "new
posts" list was a bit long.
|
|
This moves the content alignment from the body-wrapper id to the
body-content id and sets the body/html background color again so the
footer color extends all the way to the bottom of the viewport without
disrupting the styling of the center body-content.
|
|
Also remove generic .title class.
|
|
This will allow more flexibility on rendering pages.
|
|
This also adds an rst template, so its output is somewhat like that of
asciidoc (for example: no html, head, or body section headers - just the
body content).
|
|
Was causing issues with rendering the footer of the page a certain
spacing above the bottom of the browser window which didn't look great.
|
|
Remove body inner shadow. Reduce max with from 90em to 80em. Remove the
dark background color.
|
|
|
|
Not sure why I put this here...
|
|
We don't track or even care about all the details javascript tracking
gives us, plus it is javascript (yick). Replacing with the image tracker
as this gives us the details we want while being very small.
|
|
|
|
|
|
|
|
|
|
|
|
Remove border, background color. Lighten text color, increase top
margin, and align right.
|
|
|
|
Previously, body width was governed by percentage. This scaled with
browser size, which didn't work very well on mobile browsers. Now we set
it to a maximum width, designed for desktops and laptops. Smaller
devices will not show the side borders and content will be more
readable.
|
|
|
|
Moved top-level nav links out of content wrapper and into the nav
header. Added nav-header-left and nav-header-right containers for
content alignment. Logo aligns left, nav links align right.
|
|
|
|
|
|
|
|
|
|
Reduced page width by 20%. Made background near black and body-wrapper
background near white to narrow the reading pane a bit.
|
|
|