README
README.md
1# PeanutButter2 Template for DokuWiki
2
3**PeanutButter2** is a clean, responsive DokuWiki template designed for traditional wiki usage. It blends inspiration from the default DokuWiki template with the modern layout of MediaWiki’s Vector 2022 skin.
4
5---
6
7## ✨ Features
8
9- **Responsive layout**
10 Sidebar shifts to the top on small screens for mobile-friendly reading.
11
12- **Customizable footer**
13 Toggle the following via Template Style Settings:
14 - Page filename (e.g., `start.txt`)
15 - Last modified date
16 - "Logged in as..." user information
17 - Entire footer visibility
18
19- **Configurable appearance**
20 Style settings adjustable through the DokuWiki admin panel (`Admin → Template Style Settings`).
21
22- **Simple installation**
23 Drop it into your `lib/tpl/` directory or install via Extension Manager.
24
25---
26
27## Installation
28
291. **Download or clone this repository** into your `lib/tpl/` directory:
30
31 ```bash
32 cd /path/to/dokuwiki/lib/tpl
33 git clone https://github.com/lenehey/dokuwiki-template-peanutbutter2
34