diff options
author | Rob Austein <sra@hactrn.net> | 2021-07-11 22:47:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-07-11 22:47:07 +0000 |
commit | 09631677067ded50c95958f02bec7d81e7e0bda7 (patch) | |
tree | 0cfb80a1e54cc2a4ea8997d4261552863b5e8eb7 /pelican/content | |
parent | d85a1e4e2eaa340dc83938bfda33bf2a9e7f50f6 (diff) |
Synthetic landing page
Need to copy the landing page hack back into tools/GNUmakefile and
tweak the rule so that we don't regenerate it unless something has
changed (otherwise it'll change every run, because of the generated
date stamp).
But right now it's time for dinner.
Diffstat (limited to 'pelican/content')
-rw-r--r-- | pelican/content/trac-to-pelican-home.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pelican/content/trac-to-pelican-home.md b/pelican/content/trac-to-pelican-home.md new file mode 100644 index 0000000..3c10462 --- /dev/null +++ b/pelican/content/trac-to-pelican-home.md @@ -0,0 +1,26 @@ +Date: 2021-07-11 22:45 +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. + |