From ab6eff0c3a3444ea3f893cf17eb304113ff93abb Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 4 May 2015 20:06:23 +0200 Subject: [PATCH] minor format and grammer edits --- Customizing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Customizing.md b/Customizing.md index c913254..14b8f9e 100644 --- a/Customizing.md +++ b/Customizing.md @@ -1,7 +1,7 @@ Customizing GitList is pretty easy since it was built on top of wonderful, modern and open-source projects. ## Styles -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` +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). 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 +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