diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -1,8 +1,4 @@ | |||
1 | --- | 1 | # notYetAnotherWiki |
2 | pagetitle: "notYetAnotherWiki" | ||
3 | author: onefang | ||
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md | ||
5 | --- | ||
6 | 2 | ||
7 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much | 3 | notYetAnotherWiki is not another wiki, at least not yet. It'll be much |
8 | more than that, eventually. | 4 | more 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 | ||
66 | Currently it'll scan the current directory and subdirectories looking for | 62 | Currently 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 |
68 | variations. Then it produces .HTML files converted from these .md files, | 64 | variations. Then it produces .HTML files converted from these .md files, |
69 | and links them all together into a web site. | 65 | and links them all together into a web site. |
70 | 66 | ||
71 | Any .md file that is just the beginning metadata block doesn't get | 67 | 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, | 68 | rendered into HTML, but is global metadata for this folder and subs, |
73 | though the subs can override this with their own metadata.md files. | 69 | though the subs can override this with their own metadata.md files. |
74 | 70 | ||
75 | git is used to store the .md files, and provides edit history. Added on | 71 | git 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 | |||
77 | your server. This provides acces to the source code, history, and ATOM | 73 | your server. This provides acces to the source code, history, and ATOM |
78 | feed for the site. | 74 | feed for the site. |
79 | 75 | ||
80 | It can also scan an external directory and merge that with the current | 76 | It can also scan an external folder and merge that with the current |
81 | one, but this isn't tested yet. | 77 | one, but this isn't tested yet. |
82 | 78 | ||
83 | ## other stuff | 79 | ## other stuff |