aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.md
diff options
context:
space:
mode:
authordvs12024-12-21 17:52:33 +1000
committerdvs12024-12-21 17:52:33 +1000
commitf2eb8fe7c06d9e638c4094d5578653587948b106 (patch)
tree5fcaf1315d0be542f07b9e15cc890beee63a9d94 /index.md
parentMajor code reorg, to get the menus working better. (diff)
downloadnotYetAnotherWiki-f2eb8fe7c06d9e638c4094d5578653587948b106.zip
notYetAnotherWiki-f2eb8fe7c06d9e638c4094d5578653587948b106.tar.gz
notYetAnotherWiki-f2eb8fe7c06d9e638c4094d5578653587948b106.tar.bz2
notYetAnotherWiki-f2eb8fe7c06d9e638c4094d5578653587948b106.tar.xz
Minor doc tweaks.
Diffstat (limited to 'index.md')
-rw-r--r--index.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/index.md b/index.md
index 38b9a86..334cea4 100644
--- a/index.md
+++ b/index.md
@@ -2,7 +2,6 @@
2favicon: cartdave_favicon.png 2favicon: cartdave_favicon.png
3pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." 3pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually."
4author: onefang 4author: onefang
5webtrail: "Web trail goes here."
6feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom 5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom
7history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md 6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md
8sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ 7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
@@ -54,3 +53,15 @@ are moved to the decumentation section, where the original participants
54and others can polish it into proper documentation about solving what has 53and others can polish it into proper documentation about solving what has
55suddenly become a common problem. Every one knows where to find it, on 54suddenly become a common problem. Every one knows where to find it, on
56the one system. They can chat about it, on the one system. 55the one system. They can chat about it, on the one system.
56
57## What does it do already?
58
59Currently it'll scan the current directory and subdirectories rooking for
60.md files in CommonMark syntax. This should cover some MarkDown
61variations. Then it produces .HTML files converted from these .md files,
62and links them all together into a web site.
63
64git is used to store the .md files, and provides edit history. Added on
65the footer is links to cgit, which is used to store the files in git on
66your server. This provides acces to the source code, history, and ATOM
67feed for the site.