about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-03 00:27:06 +0000
committerahriman <ahriman@falte.red>2019-01-03 00:27:06 +0000
commitadb9cc5dac01a51e9f723948133c2b820e4a8a0a (patch)
tree74f57abb40751027bd9cd03849bdbfaaea84bcc1
parentfca5f601bf3c331873881f56a34ae38c65d325fe (diff)
downloadsite-adb9cc5dac01a51e9f723948133c2b820e4a8a0a.tar.gz
added template file for wiki, added code blockquote class in site css for wiki use
-rw-r--r--table.connusers1
-rw-r--r--tilde.css7
-rw-r--r--wikipages/template.wiki15
-rw-r--r--wikipages/unixprotips.wiki7
4 files changed, 28 insertions, 2 deletions
diff --git a/table.connusers b/table.connusers
index 061699d..9c212bd 100644
--- a/table.connusers
+++ b/table.connusers
@@ -1,6 +1,5 @@
 <ul>
 <li>rnelson</li>
 <li>lorenzo</li>
-<li>al002</li>
 <li>nimbius</li>
 </ul>
diff --git a/tilde.css b/tilde.css
index 3b677ff..3bfdc21 100644
--- a/tilde.css
+++ b/tilde.css
@@ -52,6 +52,13 @@ body {
     background-color: #999999;
     color: #000000;
 }
+.code {
+    width: 500px;
+    margin-left: auto;
+    margin-right: auto;
+    background-color: #999999;
+    color: #000000;
+}
 a:link {
 text-decoration: none;
 color:#cccccc;
diff --git a/wikipages/template.wiki b/wikipages/template.wiki
new file mode 100644
index 0000000..03c3cfb
--- /dev/null
+++ b/wikipages/template.wiki
@@ -0,0 +1,15 @@
+<!--
+    author:
+    title:
+    description:
+-->
+
+<h2>Page Title</h2>
+
+<p>paragraph content</p>
+
+<code>inline filesystem paths, commands, etc</code>
+
+<div class="code">code blockquote</div>
+
+<a href="/wiki">Back to Wiki</a>
diff --git a/wikipages/unixprotips.wiki b/wikipages/unixprotips.wiki
index 81e8972..6d9e9a0 100644
--- a/wikipages/unixprotips.wiki
+++ b/wikipages/unixprotips.wiki
@@ -1,3 +1,9 @@
+<!--
+    author: xvetrd
+    title: Unix ProTips
+    description:
+-->
+
 <h2>UNIX ProTips</h2>
 <p>I realized today I wasn't getting mail notifications, and I hadn't
 set them up on this shell. So here are some things I do on my
@@ -19,6 +25,5 @@ have un-incorporated mail, or more specifically, when your
 encorage them to edit this page.</p>
 
 <p>Happy Unixing!</p>
-<p>~xvetrd</p>
 
 <a href="/wiki">Back to Wiki</a>