https://github.com/bolt/base-2014
The base 2014 theme. Built with Foundation 5 and Sass
https://github.com/bolt/base-2014
Last synced: 3 months ago
JSON representation
The base 2014 theme. Built with Foundation 5 and Sass
- Host: GitHub
- URL: https://github.com/bolt/base-2014
- Owner: bolt
- License: mit
- Created: 2014-02-06T19:39:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T08:17:47.000Z (over 8 years ago)
- Last Synced: 2025-01-18T08:38:14.316Z (5 months ago)
- Language: CSS
- Size: 2.53 MB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
base-2014
=========This is the "base-2014" theme for Bolt. It is built with Foundation 5 and Sass, but you can use it
as-is.To install manually, go to `theme/` and do a checkout:
git clone https://github.com/bolt/base-2014.git
Set `theme: base-2014` in your `app/config/config.yml`, and you're good to go!
If you wish to modify this theme using Sass, be sure to install the 'Foundation'
bower module, and start your favorite Sass parser, for example 'grunt':```
bower install
npm install
grunt watch
```If you could use some pointers to get started with node, grunt and bower in
combination with Foundation, I recommend these links:- http://24ways.org/2013/grunt-is-not-weird-and-hard/
- http://foundation.zurb.com/docs/sass.html
- http://webdesign.tutsplus.com/tutorials/foundations-sassy-styles-explained--webdesign-15549
- http://blog.teamtreehouse.com/getting-started-bower