mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-10-31 21:33:00 +00:00
Start styling the new documentation
This commit is contained in:
parent
2b5cd48e12
commit
905e970dc0
4 changed files with 18 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> A Wiki in a box
|
||||
|
||||
Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
|
||||
Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
|
||||
|
||||
Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> A Wiki in a box
|
||||
|
||||
Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
|
||||
Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
|
||||
|
||||
Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.
|
||||
|
||||
|
|
12
docs/theme.css
Normal file
12
docs/theme.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Title */
|
||||
.menu {
|
||||
background: url(https://sbrl.github.io/Pepperminty-Wiki/logo.svg) no-repeat top center/10em;
|
||||
margin-top: 0.5em;
|
||||
padding-top: 10em;
|
||||
}
|
||||
.menu > .menu-item:first-child > .submenu > .menu-item:first-child {
|
||||
|
||||
font-weight: bolder;
|
||||
font-size: 1.25em;
|
||||
text-align: center;
|
||||
}
|
|
@ -27,6 +27,9 @@
|
|||
"github": "sbrl/Pepperminty-Wiki",
|
||||
"markdown": {
|
||||
"xhtmlOut": true
|
||||
}
|
||||
},
|
||||
"css": [
|
||||
"docs/theme.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue