diff options
author | Rob Austein <sra@hactrn.net> | 2021-07-11 22:35:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-07-11 22:46:51 +0000 |
commit | 8a435a7c4d84d454e1272856d2921213e708ca52 (patch) | |
tree | 6c56546717259e44a943b95e988f1819ff6b0a03 /trac-to-pelican-home.md | |
parent | 9830a562f93005599e09964bcea79c901fb94bb4 (diff) |
Move pelican index aside to make room for landing page
Diffstat (limited to 'trac-to-pelican-home.md')
-rw-r--r-- | trac-to-pelican-home.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/trac-to-pelican-home.md b/trac-to-pelican-home.md new file mode 100644 index 0000000..a63fcf0 --- /dev/null +++ b/trac-to-pelican-home.md @@ -0,0 +1,25 @@ +Title: Trac Wiki converted to Pelican Markdown +URL: +save_as: index.html + +Trac Wiki converted to Pelican Markdown +======================================= + +This is a dummy landing page for a Trac Wiki site converted to +Markdown and fed through Pelican to create a static web site. + +See [the conversion scripts that produced +this](https://git.hactrn.net/sra/trac-wiki-to-markdown) for details on +the conversion process. Be warned that it's a lot of nasty regular +expressions, because nothing other than Trac really understand's +Track's Wiki format. + +Trac's landing page is always called [WikiStart](wikistart.html). + +Pelican's [automatically-generated index](pelican-index.html) is the +default Pelican landing page, but we had to move it aside to make room +for this one. + +Feel free to clean all of this up, this page is just a placeholder to +make it easy to navigate the converted wiki until a human takes over. + |