Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsliepen/ikistrap
Bootstrap 4 theme for ikiwiki.
https://github.com/gsliepen/ikistrap
Last synced: 25 days ago
JSON representation
Bootstrap 4 theme for ikiwiki.
- Host: GitHub
- URL: https://github.com/gsliepen/ikistrap
- Owner: gsliepen
- Created: 2016-03-19T20:20:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T21:01:43.000Z (about 3 years ago)
- Last Synced: 2024-08-02T12:44:16.794Z (3 months ago)
- Language: Perl
- Size: 355 KB
- Stars: 21
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - gsliepen/ikistrap - Bootstrap 4 theme for ikiwiki. (others)
README
# Ikistrap, a Bootstrap 5 theme for ikiwiki
[Ikiwiki](https://ikiwiki.info/) is a very powerful [wiki](https://en.wikipedia.org/wiki/Wiki) compiler.
However, its default theme is very minimalistic.
Ikistrap is a theme that uses [Bootstrap](http://getbootstrap.com/) 5 to ensure you have a wiki that looks professional,
whether you are viewing it on your desktop computer or on your mobile phone.To use ikistrap in your own wiki, just add the following to your setup file:
templatedir: /path/to/ikistrap/templates
underlaydir: /path/to/ikistrap/basewikiIkistrap comes with an example wiki that shows off its features,
and shows you how to integrate some Bootstrap 5 features into your `.mdwn` files.
Use the `Makefile` to compile the example wiki. The example wiki relies on the
multimarkdown and imagemagick libraries for Perl. On Debian, these are available
in the libtext-multimarkdown-perl and perlmagick packages.