Changaco / gitit-bootstrap

A gitit theme based on Bootstrap v3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A gitit theme based on Bootstrap.

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.sh

Then restart gitit, and purge its cache:

rm -r cache

Screenshots

1200px

On smaller screens, the sidebar is pushed to the bottom. Here is the top of the page at a width of 480px:

480px

And here is the bottom:

480px bottom

About

A gitit theme based on Bootstrap v3


Languages

Language:JavaScript 40.2%Language:CSS 31.3%Language:HTML 25.4%Language:Shell 3.1%