aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-10-08Get rid of conversion stuff, just build content -> websiteRob Austein
2021-07-25AttachmentsRob Austein
This is a bit unwieldy, git isn't really happy with large binary files, but the sizes, both of individual files and of the whole repository, aren't really enough to justify a complex solution. If this does become an issue, we can look into something like git-annex, and if necessary we can `git filter-branch` all the big files out of the repository, but for now just keep it simple.
2021-07-12Tweak trac-to-pelican-home ruleRob Austein
2021-07-12Add rule for trac-to-pelican-home.mdRob Austein
2021-07-10Whack some URLs to match cgit naming schemeRob Austein
2021-02-14Pelican-izeRob Austein
2021-02-14Add image linksRob Austein
Clean up whacky invisible unicode characters in links on a couple of source packages
2021-02-14Hard-link image treeRob Austein
2021-02-14Preliminary Pelican configRob Austein
2021-02-14Another reorg, and pelican samplesRob Austein
2021-02-14Start restructuring for PelicanRob Austein
2021-02-14Hack images, store outputs in git again for nowRob Austein
Easier to track what each script change does if we keep the before and after versions of the markdown in git too. Clean this up eventually, but simplifies development.
2021-02-14Now generating pages directly from sqlite3Rob Austein
2021-02-14rsync fresh sql and attachments and work from that, without Trac itselfRob Austein
2019-03-19tags and theoretically better verbatim text handlingRob Austein