diff options
author | Mike Gerwitz <mtg@gnu.org> | 2019-01-19 00:50:06 -0500 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-01-19 00:50:06 -0500 |
commit | 89328fe20611da1f34ac633de315a900254267c1 (patch) | |
tree | b0e159b2479d046012e781abff5deb517c6b9dc7 /.gitignore | |
parent | 20a9d360777dc51341f93da9d9b8ba928c1402b5 (diff) | |
download | thoughts-89328fe20611da1f34ac633de315a900254267c1.tar.gz thoughts-89328fe20611da1f34ac633de315a900254267c1.tar.bz2 thoughts-89328fe20611da1f34ac633de315a900254267c1.zip |
Generate inline CSS for page header
The idea here is to provide as little CSS as is sensible for the initial
page load to be styled in a layout similar to the final layout. This
initial styling may be briefly visible on a slow conection.
Slow connections can happen for a variety of reasons. For example, I'm a
Tor user, and connection speeds vary. Mobile connection speeds can also
vary wildly.
This adds a few hundred bytes, but I was able to cut it down quite a bit,
and I don't find this to be unreasonable relative to the other data on
each page.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ /post/list !/docs/about/resume.html rss.xml +/inline.css /www-root /cgit-root /papers/*.pdf |