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
bf2a50757e
add blog post on github discovery..
3 years ago
John-Mark Gurney
09ad1ddefe
don't override the margins from other css files..
3 years ago
John-Mark Gurney
e1bfdc2cda
add copyright to the pages..
3 years ago
John-Mark Gurney
8b9c7bf0dc
math isn't allowed, wasn't needed either..
3 years ago
John-Mark Gurney
6a0084ed65
the sidebar disappeared, this should keep it around now..
3 years ago
John-Mark Gurney
010c825a8d
add the atom feed link to the bottom of the page.
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
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
781bfd9421
more minor spacing adjustments, and add next/previous blog post..
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
784fbcba25
add another blog post, and infrastructure to support numbering lines on code snipits..
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
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
62322ea579
initial import of the css from tufte-css subtree...
3 years ago