added template file for wiki, added code blockquote class in site css for wiki use

This commit is contained in:
ahriman 2019-01-03 00:27:06 +00:00
parent fca5f601bf
commit adb9cc5dac
4 changed files with 28 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<ul>
<li>rnelson</li>
<li>lorenzo</li>
<li>al002</li>
<li>nimbius</li>
</ul>

View File

@ -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;

15
wikipages/template.wiki Normal file
View File

@ -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>

View File

@ -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>