aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 4 insertions, 8 deletions
diff --git a/README b/README
index 444578e..954bc7a 100644
--- a/README
+++ b/README
@@ -1,8 +1,4 @@
1--- 1# notYetAnotherWiki
2pagetitle: "notYetAnotherWiki"
3author: onefang
4pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md
5---
6 2
7notYetAnotherWiki is not another wiki, at least not yet. It'll be much 3notYetAnotherWiki is not another wiki, at least not yet. It'll be much
8more than that, eventually. 4more than that, eventually.
@@ -63,13 +59,13 @@ the one system. They can chat about it, on the one system.
63 59
64## What does it do already? 60## What does it do already?
65 61
66Currently it'll scan the current directory and subdirectories looking for 62Currently it'll scan the current folder and sub folders looking for
67.md files in CommonMark syntax. This should cover some MarkDown 63.md files in CommonMark syntax. This should cover some MarkDown
68variations. Then it produces .HTML files converted from these .md files, 64variations. Then it produces .HTML files converted from these .md files,
69and links them all together into a web site. 65and links them all together into a web site.
70 66
71Any .md file that is just the beginning metadata block doesn't get 67Any .md file that is just the beginning metadata block doesn't get
72rendered into HTML, but is global metadata for this directory and subs, 68rendered into HTML, but is global metadata for this folder and subs,
73though the subs can override this with their own metadata.md files. 69though the subs can override this with their own metadata.md files.
74 70
75git is used to store the .md files, and provides edit history. Added on 71git is used to store the .md files, and provides edit history. Added on
@@ -77,7 +73,7 @@ the footer is links to cgit, which is used to store the files in git on
77your server. This provides acces to the source code, history, and ATOM 73your server. This provides acces to the source code, history, and ATOM
78feed for the site. 74feed for the site.
79 75
80It can also scan an external directory and merge that with the current 76It can also scan an external folder and merge that with the current
81one, but this isn't tested yet. 77one, but this isn't tested yet.
82 78
83## other stuff 79## other stuff