diff options
l--------- | about/Connie_click-me.gif | 1 | ||||
-rw-r--r-- | about/index.md | 3 | ||||
-rw-r--r-- | index.md | 13 |
3 files changed, 15 insertions, 2 deletions
diff --git a/about/Connie_click-me.gif b/about/Connie_click-me.gif new file mode 120000 index 0000000..b340e5d --- /dev/null +++ b/about/Connie_click-me.gif | |||
@@ -0,0 +1 @@ | |||
/home/dvs1/AboutMe/notYetAnotherWiki/Connie_click-me.gif \ No newline at end of file | |||
diff --git a/about/index.md b/about/index.md index cd41201..51b84cc 100644 --- a/about/index.md +++ b/about/index.md | |||
@@ -2,8 +2,9 @@ | |||
2 | favicon: cartdave_favicon.png | 2 | favicon: cartdave_favicon.png |
3 | pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." | 3 | pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." |
4 | author: onefang | 4 | author: onefang |
5 | webtrail: "Web trail goes here." | 5 | feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom |
6 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md | 6 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md |
7 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | ||
7 | --- | 8 | --- |
8 | 9 | ||
9 | This is a new directory, an entire PR department can hang out here. | 10 | This is a new directory, an entire PR department can hang out here. |
@@ -2,7 +2,6 @@ | |||
2 | favicon: cartdave_favicon.png | 2 | favicon: cartdave_favicon.png |
3 | pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." | 3 | pagetitle: "notYetAnotherWiki is not another wiki, at least not yet. It'll be much more than that, eventually." |
4 | author: onefang | 4 | author: onefang |
5 | webtrail: "Web trail goes here." | ||
6 | feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom | 5 | feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom |
7 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md | 6 | history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/index.md |
8 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ | 7 | sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/ |
@@ -54,3 +53,15 @@ are moved to the decumentation section, where the original participants | |||
54 | and others can polish it into proper documentation about solving what has | 53 | and others can polish it into proper documentation about solving what has |
55 | suddenly become a common problem. Every one knows where to find it, on | 54 | suddenly become a common problem. Every one knows where to find it, on |
56 | the one system. They can chat about it, on the one system. | 55 | the one system. They can chat about it, on the one system. |
56 | |||
57 | ## What does it do already? | ||
58 | |||
59 | Currently it'll scan the current directory and subdirectories rooking for | ||
60 | .md files in CommonMark syntax. This should cover some MarkDown | ||
61 | variations. Then it produces .HTML files converted from these .md files, | ||
62 | and links them all together into a web site. | ||
63 | |||
64 | git is used to store the .md files, and provides edit history. Added on | ||
65 | the footer is links to cgit, which is used to store the files in git on | ||
66 | your server. This provides acces to the source code, history, and ATOM | ||
67 | feed for the site. | ||