Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vtex/tortin
- Owner: vtex
- Created: 2014-07-01T15:19:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T14:31:00.000Z (about 10 years ago)
- Last Synced: 2024-04-14T22:51:59.227Z (9 months ago)
- Topics: srv-front, xp-developer
- Language: CSS
- Homepage: https://vtex.github.io/tortin/
- Size: 296 KB
- Stars: 16
- Watchers: 22
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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