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
John-Mark Gurney
513414e794
ignore python's cache
3 years ago
John-Mark Gurney
8ff8afd634
add a simple template for blog posts...
3 years ago
John-Mark Gurney
37a99a4a1c
add lxml requirement that was missed in the previous commit..
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
080950a82d
fix up tagger so it works on all blog posts..
3 years ago
John-Mark Gurney
784fbcba25
add another blog post, and infrastructure to support numbering lines on code snipits..
3 years ago
John-Mark Gurney
b8cf295fdb
document a few more urls that the old blog had..
3 years ago
John-Mark Gurney
819fb3814f
fix up post tags so that they work...
3 years ago
John-Mark Gurney
f8eb302056
add a converted blog post..
3 years ago
John-Mark Gurney
155d554f67
code update for markdown plugin. This is needed to implement the
line numbering system used for a soon to be added post..
3 years ago
John-Mark Gurney
1f56360336
revert these width changes, things weren't correct because of not
putting the content in a section tag meaning the css wasn't being
applied like it should..
3 years ago
John-Mark Gurney
a02a7f7f97
add time as it's own field for now..
3 years ago
John-Mark Gurney
b5fb9b58d7
add some notes and other useful information that I've discovered...
Include a list of the urls that previous existed at URLS.txt
3 years ago
John-Mark Gurney
1918226f94
move comment on it's own line so it works properly..
3 years ago
John-Mark Gurney
071881ac55
enable some markdown extensions.. also fix sorting and not use a
time, but only a date... Time can be added once I figure out how
to handle timezones... Always displaying in UTC doesn't make too
much sense, so maybe need to show the timezone as well...
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
John-Mark Gurney
cec1325353
ignore some standard files..
3 years ago