diff --git a/scripts/transform-file.py b/scripts/transform-file.py index 612195f..8e3a4c1 100755 --- a/scripts/transform-file.py +++ b/scripts/transform-file.py @@ -106,6 +106,8 @@ def markdown_to_html(input_file, output_dir): pabstract = extract_markdown_abstract(path) pages_new.append((ptitle, pabstract, url, path)) + pages_new.append(('Potators', 'Do not look.', '/potator/', '/potator/')) + pages_new.sort() md = '' for page in pages_new: diff --git a/site/misc/index.md b/site/misc/index.md index 50e4007..62098d9 100644 --- a/site/misc/index.md +++ b/site/misc/index.md @@ -16,5 +16,11 @@ I have created a burgerized version of the danish [burgerforslag.dk](http://burgerforslag.dk). +## Very old web experiments + +For your pleasure: [nohiX](http://nohix.metanohi.name/) and [this +directory listing](http://projects.metanohi.name/). + + ## Articles