Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtex/tortin

Tortin is a responsive theme for GitHub Pages with color options
https://github.com/vtex/tortin

srv-front xp-developer

Last synced: about 1 month ago
JSON representation

Tortin is a responsive theme for GitHub Pages with color options

Awesome Lists containing this project

README

        

# Tortin Theme
[Live Demo and Docs](http://vtex.github.io/tortin)

## Screenshots
![Screenshot](https://i.imgur.com/BcDPRiZ.png)

![Screenshot red](https://i.imgur.com/rwcjQHm.png)

![Screenshot green](https://i.imgur.com/U1LWOdi.png)

![Screenshot black](https://i.imgur.com/tyaj8aC.png)

Tortin is a Bootstrap 3 based theme for [GitHub Pages](http://pages.github.com/) with four color options.

## Download
[Get the compiled version](https://github.com/vtex/tortin/archive/gh-pages.zip)

[Get the compiled version with customized color] **SOON**

## Running
Download repo files and run `npm i` and then `grunt`.

### Chosing a color
Just open the `variables.less` file in `css` folder and choose between colors editing the comments lines:

```less
// ##############################################
// Choose color theme
// ##############################################
@bg-hero: @lab-blue; //Blue Default
// @bg-hero: @lab-red; //Cute Red
// @bg-hero: @lab-green; //Fresh Green
// @bg-hero: @lab-black; //Gentle Dark
```

## License

Code licensed under [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0) and documentation under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/).

Designed and maintained by [VTEX Lab](http://lab.vtex.com/) and contributors