Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Changaco/gitit-bootstrap
A gitit theme based on Bootstrap v3
https://github.com/Changaco/gitit-bootstrap
bootstrap gitit theme
Last synced: 5 days ago
JSON representation
A gitit theme based on Bootstrap v3
- Host: GitHub
- URL: https://github.com/Changaco/gitit-bootstrap
- Owner: Changaco
- Created: 2014-03-03T14:09:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T21:12:33.000Z (about 8 years ago)
- Last Synced: 2024-08-01T12:34:30.901Z (3 months ago)
- Topics: bootstrap, gitit, theme
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - Changaco/gitit-bootstrap - A gitit theme based on Bootstrap v3 (bootstrap)
README
A [gitit](https://github.com/jgm/gitit) theme based on [Bootstrap](http://getbootstrap.com/).
## How to install
Run the following commands:
cd /path/to/your/gitit/wiki
cp -a static static.back
mv templates templates.back
wget https://github.com/Changaco/gitit-bootstrap/archive/master.tar.gz -O gitit-bootstrap.tar.gz
tar -xaf gitit-bootstrap.tar.gz --strip-components 1
cp templates.back/footer.st templates
cp templates.back/logo.st templates
./build.shThen restart gitit, and purge its cache:
rm -r cache
## Screenshots
![1200px](screenshots/1200.png)
On smaller screens, the sidebar is pushed to the bottom. Here is the top of the
page at a width of 480px:![480px](screenshots/480.png)
And here is the bottom:
![480px bottom](screenshots/480-bottom.png)