Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
moinmoin-theme-crans
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nounous
moinmoin-theme-crans
Commits
9cc89ea9
Commit
9cc89ea9
authored
Jul 20, 2014
by
dossist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
a4bbfde8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
9cc89ea9
...
...
@@ -82,6 +82,22 @@ Create a page named `SideBar` to create your own site-wide sidebar.
In sidebar, list items receive special menu-like styles.
### Site logo ###
If you go with the default wikiconfig, the default logo picture will run off the navbar height.
This theme is not optimized for the default logo picture (although it won't break page design).
By disabling the logo, MoinMoin will use your site name as a text logo with a link to the FrontPage.
To do it, just comment out
`logo_string`
in
`wikiconfig.py`
:
```
python
logo_string
=
...
```
↓
```
python
# logo_string = ...
```
### Location area ###
On top of page contents, we have an area which shows where in the wiki you are now, and when it was updated last time.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment