diff --git a/Customizing.md b/Customizing.md index 9d02c4b..c913254 100644 --- a/Customizing.md +++ b/Customizing.md @@ -4,4 +4,4 @@ Customizing GitList is pretty easy since it was built on top of wonderful, moder The GitList gorgeous interface was built using [Twitter Bootstrap](http://twitter.github.com/bootstrap/) and it leverages the power of [LESS](http://lesscss.org/) to make your life easier if you want to customize the look of GitList. The LESS files are available under `web/less`. A makefile is provided, so all you have to do is customize the LESS based on your taste, run make under the `web` folder and the final CSS will be generated. Of course, to make this possible, you need `lessc` installed, which can be done quite easily by running [npm](https://github.com/isaacs/npm): `npm install less` ## Templates -GitList was built on on top of the [Silex](http://silex.sensiolabs.org/) microframework and powered by the [Twig](http://twig.sensiolabs.org/) template engine. All templates are available under `views`. In order to understand what is going on, i recommend that you read this [tutorial](http://twig.sensiolabs.org/doc/templates.html). Don't forget the clean the contents of the `cache` folder after modifying `.twig` files! \ No newline at end of file +GitList was built on on top of the [Silex](http://silex.sensiolabs.org/) microframework and powered by the [Twig](http://twig.sensiolabs.org/) template engine. All templates are available under `views`. In order to understand what is going on, i recommend that you read this [tutorial](http://twig.sensiolabs.org/doc/templates.html). Enable debug in your `config.ini` or clean the contents of the `cache` folder to see `.twig` files changes! \ No newline at end of file