John-Mark Gurney
fc8ab0035e
fix spelling of WayBack Machine..
3 years ago
John-Mark Gurney
c852004827
ignore ispell backup files..
3 years ago
John-Mark Gurney
ebf924f11c
convert http -> https if possible, add webarchive links when needed..
3 years ago
John-Mark Gurney
2007a24877
add cheat for sidenotes, as I don't want to look it up every time..
3 years ago
John-Mark Gurney
aab01da901
the validator only borks on css after SVG, so it's fine to merge the
css checking w/ the html checking as that works.. saves on invocation
of java..
3 years ago
John-Mark Gurney
f2e36bbcb7
fix a couple mispelling, and spell bhyve correctly for the tag..
3 years ago
John-Mark Gurney
6eaee01e98
the various args to do validation don't work, validate each set of
files in it's own pass, and use find to identify them, since their
path name matching is broken..
3 years ago
John-Mark Gurney
bc48c4a5d5
add a title for the tagged posts page..
3 years ago
John-Mark Gurney
d00082f9de
ignore the jar validation files..
3 years ago
John-Mark Gurney
e39301abc6
add bits to do offline validation... Requires java..
3 years ago
John-Mark Gurney
8b9c7bf0dc
math isn't allowed, wasn't needed either..
3 years ago
John-Mark Gurney
75fd2cd24c
id's must be unique, same as previous commit..
3 years ago
John-Mark Gurney
a1e0dd5221
id's must be unique, misread guidence on sidenotes..
3 years ago
John-Mark Gurney
b70890ab0c
various fixups for validation errors/warnings...
add missing import macro...
X-UA-Compatible is no longer useful..
name -> id
various mismatched tags..
3 years ago
John-Mark Gurney
ce534cce32
fix up atom feed to pass the w3c validator[1]..
[1] https://validator.w3.org/feed/
3 years ago
John-Mark Gurney
5ef4ec3e6d
HTML rules says div needs to have it's own closing tag:
https://stackoverflow.com/questions/3558119/are-non-void-self-closing-tags-valid-in-html5
3 years ago
John-Mark Gurney
7f631b112e
lxml's HTML parser adds html/body tags, remove them if present...
This causes issues w/ the atom blog as it puts html tags in the middle
of an html document where they shouldn't be..
3 years ago
John-Mark Gurney
6a0084ed65
the sidebar disappeared, this should keep it around now..
3 years ago
John-Mark Gurney
a5a163c4c9
add macosx cruft..
3 years ago
John-Mark Gurney
8ff0467555
more <> escaping..
3 years ago
John-Mark Gurney
010c825a8d
add the atom feed link to the bottom of the page.
3 years ago
John-Mark Gurney
34b0aa74e2
make image clickable to get larger version..
3 years ago
John-Mark Gurney
c715ad213d
update a bunch of descriptions..
3 years ago
John-Mark Gurney
603f70195f
add itemurl macro for creating the url for articles and use it...
3 years ago
John-Mark Gurney
3a02e775bb
add info about twitter cards..
3 years ago
John-Mark Gurney
f60681fe2a
add a couple more URLs that were found..
3 years ago
John-Mark Gurney
4ec21c1484
minor wording improvement..
3 years ago
John-Mark Gurney
b4f8beaf47
add title anchor to prev/next links...
3 years ago
John-Mark Gurney
dd15aebd40
make pre-wrap default for all pre tags... w/ show lines, it becomes
more explicite... It'd be nice to put everything in a div or something
that would scroll all the pre > code elements, but don't know how now..
3 years ago
John-Mark Gurney
19a8590fa1
bunch of little changes...
make the font a bit smaller, but larger on the sidebar...
move styling for sidebar into css from style attribute..
make sure my custom css can override the tufte css (to allow setting
the font size)..
convert the slug into a macro so it can be used else where
make the title link to a slug, but use -title since the bare
slug is the body which doesn't make it go to the title of the
blog post...
make a few of the side bar elements bold (the year and the month)..
3 years ago
John-Mark Gurney
db158e8f4c
mark this site mobile friendly, allow pages to override as needed..
3 years ago
John-Mark Gurney
7b1a84e3ef
add a couple tags...
3 years ago
John-Mark Gurney
ab0724dc36
sort the tags for display..
3 years ago
John-Mark Gurney
9fa1c261aa
minor fix up..
3 years ago
John-Mark Gurney
041eafaf6a
a bunch of formatting fixups...
3 years ago
John-Mark Gurney
3373b2db44
use vars better, and put a previous post link at the bottom...
3 years ago
John-Mark Gurney
202efa1ce2
add a post count to the years...
as the months are always displayed, it just looks bad to add them there..
3 years ago
John-Mark Gurney
ccf66aef57
add a sidebar to display various posts... style the tags pagges..
3 years ago
John-Mark Gurney
f2826c6674
add the w3.css minimal css baseline...
This is used for sidebar navigation.. the committed w3.css file has
a few fixes applied to it, see the NOTES.md for more info..
3 years ago
John-Mark Gurney
18fb9afaec
replace a few places ``` w/ tags as it otherwise doesn't work well..
3 years ago
John-Mark Gurney
c4252f1250
add the last blog post...
3 years ago
John-Mark Gurney
6dfc31981f
fix the home link at the bottom of blog posts..
3 years ago
John-Mark Gurney
59ecb12a97
add back the parts that make an RSS/atom feed...
these are based upon slight modifications from the basic template...
3 years ago
John-Mark Gurney
a2fb7f6c9b
make seps same size, add a link to the base of the blog..
3 years ago
John-Mark Gurney
e9616ade07
document how to create a blog post...
3 years ago
John-Mark Gurney
781bfd9421
more minor spacing adjustments, and add next/previous blog post..
3 years ago
John-Mark Gurney
99f8c8c9d8
add notes on how to blog..
3 years ago
John-Mark Gurney
bef0c6e537
fix up code blocks to display better (full width and smaller font size)
3 years ago
John-Mark Gurney
487039f4ea
make small, small, space headerlinks, and hide it if not hovered over
3 years ago
John-Mark Gurney
a06d023b49
add more converted blog posts.. This should be all of them...
they still need to be proofed to make sure they got fully converted.
3 years ago