https://github.com/lu-zero/moinmoin-bootstrap
moinmoin bootstrap theme
https://github.com/lu-zero/moinmoin-bootstrap
Last synced: about 1 month ago
JSON representation
moinmoin bootstrap theme
- Host: GitHub
- URL: https://github.com/lu-zero/moinmoin-bootstrap
- Owner: lu-zero
- License: gpl-2.0
- Created: 2013-09-28T13:33:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T21:47:27.000Z (over 12 years ago)
- Last Synced: 2025-03-17T15:17:36.873Z (about 1 year ago)
- Language: CSS
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
moinmoin bootstrap theme
------------------------
Theme prepared for [Libav](http://wiki.libav.org) and [Luminem](http://wiki.luminem.org), based on
[codereading5](https://bitbucket.org/speirs/codereading5/).
Instructions
============
Put `bootstrap.py` in your themes directory and `bootstrap` in your
static file directory as usual.
### Configuration
The following configuration items are provided
- bs_page_header
HTML rendered before the breadcrumb
- bs_breadcrumb
Additional breadcrumb items to add before the actual breadcrumb
bs_breadcrumb = ( (u'Display string', 'link URL'), )
- bs_page_footer
HTML rendered in the element
- bs_ga_prop_id
Google analytics id
- bs_top_header
Set it to true if you want to render the wiki name as initial header
### Patches and custom edits
It is advised to edit PageEditor to use the bootstrap classes, requests
and patches to upstream MoinMoin welcome.