test of new stuff

master
an 2021-05-01 16:14:09 -06:00
parent 222628c55f
commit 361c513a4b
3 changed files with 73 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
/.ikiwiki

68
.ikiwiki/setup Normal file
View File

@ -0,0 +1,68 @@
# IkiWiki::Setup::Yaml - YAML formatted setup file
# -*- YAML -*-
wikiname: xevv
adminemail: marrub@greyserv.net
url: http://wiki.greyserv.net/xevv
add_plugins:
- attachment
- brokenlinks
- color
- favicon
- img
- localstyle
- map
- more
- orphans
- pagecount
- pagetemplate
- recentchanges
- rename
- shortcut
- sidebar
- sortnaturally
- table
- tag
- template
- toc
- toggle
disable_plugins:
- editpage
- emailauth
- htmlscrubber
- lockedit
- openid
- passwordauth
- recentchanges
- repolist
- signinedit
discussion: 0
discussionpage: ''
html5: 1
default_pageext: mdwn
htmlext: html
numbacklinks: 0
exclude: ^.ikiwiki$
wiki_file_chars: -[:alnum:]+/.:_
responsive_layout: 1
deterministic: 1
# inline plugin
rss: 1
atom: 1
allowrss: 1
allowatom: 1
pingurl: []
# mdwn plugin
multimarkdown: 0
nodiscount: 0
mdwn_footnotes: 1
mdwn_alpha_lists: 0
# img plugin
img_allowed_formats: everything
# tag plugin
tagbase: tag
tag_autocreate: 0
tag_autocreate_commit: 0

View File

@ -28,8 +28,10 @@ div.header, header.header {
display: inline;
padding: .2em;
}
.pageheader .actions ul {
.pageheader {
border-bottom: 1px solid #000;
background: right / 1em no-repeat url("/xevv/images/header.png");
image-rendering: crisp-edges
}
.inlinepage .actions ul {
@ -45,9 +47,6 @@ div.header, header.header {
display: inline;
padding: .2em .4em;
}
.pageheader #otherlanguages {
border-bottom: 1px solid #000;
}
.inlinecontent,
.inlineenclosure {
@ -564,10 +563,6 @@ p {
a {
text-decoration: underline dotted
}
.pageheader {
background: right / contain no-repeat url("/xevv/images/header.png");
image-rendering: crisp-edges
}
.ibox-head {
text-align: center;
margin-top: 0.5em;
@ -594,7 +589,7 @@ h1, h2, h3, h4, h5, h6 {color: #9a9a9a}
section#content h1 {color: #98ffe0}
section#content h2 {color: #c7ffef}
h3>span {color: #7a7a7a}
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea}
td, th, fieldset, blockquote, .pageheader, #pageinfo {border-color: #eaeaea}
small {color: #777}
div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee}
.recentchanges .changelog {background-color: #2a2a2a; color: #fff}
@ -605,7 +600,7 @@ div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee}
section#content h1 {color: #448be8}
section#content h2 {color: #356cb4}
h3>span {color: #858585}
td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515}
td, th, fieldset, blockquote, .pageheader, #pageinfo {border-color: #151515}
small {color: #888}
div.recentchanges, .sidebar, .toc {background-color: #e5e5e5; color: #111}
.recentchanges .changelog {background-color: #d5d5d5; color: #000}