John-Mark Gurney
74068db254
make copyright date the posted date
really should include created as well, but that would make things more
complicated, or maybe have a header that overrides the copyright year..
2 years ago
John-Mark Gurney
ad2aa639c2
use posted instead of created, to better support new updated..
2 years ago
John-Mark Gurney
942af17f57
update blog post now that snapaid.sh makes things easier...
add ability to update blog posts, missing is proper redirect from the
old version.
2 years ago
John-Mark Gurney
5f17dd951c
move over to new mastodon server..
2 years ago
John-Mark Gurney
662ac4df33
add link to identify blog via mastodon
2 years ago
John-Mark Gurney
ed02625547
add first cut of converting twitter threads into blog posts...
`twitfetch.py` fetches the threads defined in `tweets.txt`, and
then the tmux.html has an example (will likely be made a macro
in the future)...
2 years ago
John-Mark Gurney
d0b16db09d
make the body of drafts appear..
2 years ago
John-Mark Gurney
4faa270786
add drafts area...
2 years ago
John-Mark Gurney
b9055fced8
if it's not listed, say so...
3 years ago
John-Mark Gurney
2b36c9dc6d
replace some entities w/ their UTF-8 chars for easier reading..
not all are replaced as they could be confused for regular chars
(like x for times and - for non-breaking hyphen), so those will not
be changed..
3 years ago
John-Mark Gurney
e1bfdc2cda
add copyright to the pages..
3 years ago
John-Mark Gurney
bc48c4a5d5
add a title for the tagged posts page..
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
010c825a8d
add the atom feed link to the bottom of the page.
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
b4f8beaf47
add title anchor to prev/next links...
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
ab0724dc36
sort the tags for display..
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
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
781bfd9421
more minor spacing adjustments, and add next/previous blog post..
3 years ago
John-Mark Gurney
c82d35c213
add a filter that will detect bare anchors and add a relative path..
The issue is that w/ mark'd sections, the anchors will be relative
to the imported doc and NOT the source document.. So the markdown
toc feature that adds anchors to header tags would create permanent
links that won't work in the long term. This fixes them up.
3 years ago
John-Mark Gurney
819fb3814f
fix up post tags so that they work...
3 years ago
John-Mark Gurney
a02a7f7f97
add time as it's own field for now..
3 years ago
John-Mark Gurney
74c21347f7
bring in a new blog post, and get embedding the posts on the front
page working... This is more documented in NOTES.md, which will
be committed shortly..
Slight modifications to Tufte to have some space on the right, and
add a custom.css to style the tags a bit better...
We can drop article.j2 as it was a test and isn't needed anymore,
and macros.j2 is empty now, and may be used for other things in
the future...
3 years ago
John-Mark Gurney
fe44674e0b
add a point where it kinda works, but the blog layout is still
duplicated.. This is to freeze a working version before I try
to make macros work via call blocks...
3 years ago