From 10d9556dd0a61702d4f86d995fd86cd9e6f50a42 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sun, 19 Jan 2025 21:36:06 +1000 Subject: Clean up the title stuff. --- INSTALL.md | 2 ++ README | 5 +++-- TODO.md | 5 +---- about/index.md | 4 +--- default.template | 3 +-- menu.template | 2 +- testing/index.md | 4 +++- 7 files changed, 12 insertions(+), 13 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 35137f8..1b55388 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,3 +1,5 @@ +# Install + notYetAnotherWiki uses [lcmark](https://github.com/jgm/lcmark) to parse [CommonMark](https://commonmark.org/) into HTML. You can probably install it using luarocks. lua-yaml is the YAML parsing library I test with. You also need luajit installed. diff --git a/README b/README index 1f0f99d..36ac878 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ --- -pagetitle: "notYetAnotherWiki" -pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log +title: "notYetAnotherWiki" --- +# notYetAnotherWiki + notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually. diff --git a/TODO.md b/TODO.md index cacdb22..773c3c9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,4 @@ ---- -pagetitle: "TODO" -pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log ---- +# TODO ## Do these See if any wiki specific MarkDown outputting modules can help. Already installed one for PmWiki, which works now. See if I can find something similar for Foswiki. diff --git a/about/index.md b/about/index.md index af5c62f..6086d85 100644 --- a/about/index.md +++ b/about/index.md @@ -1,6 +1,4 @@ ---- -pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." ---- +# notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually. This is a new directory, an entire PR department can hang out here. diff --git a/default.template b/default.template index fd7889a..9f2490b 100644 --- a/default.template +++ b/default.template @@ -25,7 +25,7 @@ - + @@ -35,7 +35,6 @@ diff --git a/menu.template b/menu.template index 7cf0ba2..3abcd81 100644 --- a/menu.template +++ b/menu.template @@ -4,7 +4,7 @@ - $pagetitle$ + $title$
alt textNot (Yet) (Another / A) Wiki.

👣   $trail$

-

$pagetitle$

$body$