aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
l---------about/Connie_click-me.gif1
-rw-r--r--about/index.md3
-rw-r--r--index.md13
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 @@
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." 5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom
6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md 6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/About/index.md
7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
7--- 8---
8 9
9This is a new directory, an entire PR department can hang out here. 10This is a new directory, an entire PR department can hang out here.
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.