Difference between revisions of "Wiki Configuration"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
@html-font-size: 100%; | @html-font-size: 100%; | ||
− | |||
@light-gray: #ccc; | @light-gray: #ccc; | ||
@very-light-gray: #eee; | @very-light-gray: #eee; | ||
@dark-gray: #77787a; | @dark-gray: #77787a; | ||
− | + | @darkest-grey: #525254; | |
@baker-green: #0d776e; | @baker-green: #0d776e; | ||
@dark-baker-green: #0a5e57; | @dark-baker-green: #0a5e57; | ||
− | |||
@light-orange: #f59972; | @light-orange: #f59972; | ||
@baker-orange: #eb6d2e; | @baker-orange: #eb6d2e; | ||
− | + | @dark-orange: #A63C07; | |
− | |||
− | @dark-orange: #A63C07 | ||
==Setting up Content== | ==Setting up Content== |
Revision as of 21:48, 19 May 2016
Contents
Post-install configuration
Skinning the wiki
The skin is in:
/var/lib/mediawiki/skins/Vector
In variables.less the colors are defined:
@html-font-size: 100%; @light-gray: #ccc; @very-light-gray: #eee; @dark-gray: #77787a; @darkest-grey: #525254; @baker-green: #0d776e; @dark-baker-green: #0a5e57; @light-orange: #f59972; @baker-orange: #eb6d2e; @dark-orange: #A63C07;
Setting up Content
New category
Add the Internal Category and protect it using ACL.
Create a category by searching for Category:Name, or by clicking a link to the category. Add a page to a category by including the tag
To create a link to a category, use a leading colon before the category name (without this colon, the current page would be added to the category):
Category:Help -> Category:Help
To change the link text, write the text inside the link tag after a pipe:
Help category -> Help category
See https://www.mediawiki.org/wiki/Help:Categories for more information.
Change sidebar
Add the Internal pages to the mediawiki sidebar
Browse the MediaWiki:Sidebar page and edit it. Don't include the square brackets in the links.
Getting started
Consult the User's Guide for information on using the wiki software.