diff options
| author | dvs1 | 2024-12-28 16:02:18 +1000 |
|---|---|---|
| committer | dvs1 | 2024-12-28 16:02:18 +1000 |
| commit | 2762f24493e5cb6e7b78ff55d9252ed24398c505 (patch) | |
| tree | 984ba12511831a62d37f5b5501611a5c31eb548a /README | |
| parent | One more failed attempt to tame HTML scrolling. (diff) | |
| download | notYetAnotherWiki-2762f24493e5cb6e7b78ff55d9252ed24398c505.zip notYetAnotherWiki-2762f24493e5cb6e7b78ff55d9252ed24398c505.tar.gz notYetAnotherWiki-2762f24493e5cb6e7b78ff55d9252ed24398c505.tar.bz2 notYetAnotherWiki-2762f24493e5cb6e7b78ff55d9252ed24398c505.tar.xz | |
TODO-- Directory level metadata files.
Diffstat (limited to '')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -1,9 +1,7 @@ | |||
| 1 | --- | 1 | --- |
| 2 | pagetitle: "notYetAnotherWiki" | 2 | pagetitle: "notYetAnotherWiki" |
| 3 | author: onefang | 3 | author: onefang |
| 4 | feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom | ||
| 5 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md | 4 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md |
| 6 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | ||
| 7 | --- | 5 | --- |
| 8 | 6 | ||
| 9 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much | 7 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much |
| @@ -70,6 +68,10 @@ Currently it'll scan the current directory and subdirectories looking for | |||
| 70 | variations. Then it produces .HTML files converted from these .md files, | 68 | variations. Then it produces .HTML files converted from these .md files, |
| 71 | and links them all together into a web site. | 69 | and links them all together into a web site. |
| 72 | 70 | ||
| 71 | Any .md file that is just the beginning metadata block doesn't get | ||
| 72 | rendered into HTML, but is global metadata for this directory and subs, | ||
| 73 | though the subs can override this with their own metadata.md files. | ||
| 74 | |||
| 73 | git is used to store the .md files, and provides edit history. Added on | 75 | git is used to store the .md files, and provides edit history. Added on |
| 74 | the footer is links to cgit, which is used to store the files in git on | 76 | the footer is links to cgit, which is used to store the files in git on |
| 75 | your server. This provides acces to the source code, history, and ATOM | 77 | your server. This provides acces to the source code, history, and ATOM |
