Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/timber-bootstrap
Wordpress, Timber & Twitter Bootstrap Theme
https://github.com/kmturley/timber-bootstrap
Last synced: about 2 months ago
JSON representation
Wordpress, Timber & Twitter Bootstrap Theme
- Host: GitHub
- URL: https://github.com/kmturley/timber-bootstrap
- Owner: kmturley
- Created: 2015-01-21T23:06:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T01:15:12.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T00:59:48.692Z (8 months ago)
- Language: CSS
- Size: 750 KB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Timber Bootstrap Sass
===========
Timber and Twitter Bootstrap combined into one very useful WordPress theme.
Preprocessed via sass (scss), compiled via gulp, refreshed via BrowserSync, and managed by npm and bower.- Timber `http://upstatement.com/timber/`
- Twitter Bootstrap `http://getbootstrap.com/`
- GulpJS `http://gulpjs.com/`
- BrowserSync `http://www.browsersync.io`
## Installation and running tasksInstall [WordPress](https://wordpress.org/) then log into the admin and navigate to Plugins > Add New and search for:
Timber By Jared Novack + Upstatement
Clone this repo into your themes directory, i.e.
/wp-content/themes/timber-bootstrap-sass
Now navigate in the wordpress admin to Appearance and activate the Timber Bootstrap theme.## Running the app during development
You will need to be running a php server locally to view the site.
I use VVV; regardlesss of your setup you'll need to configure browsersync to use your custom URL; browsersync won't run a PHP server for you.## Directory Layout
functions.php --> additional WordPress features
index.php --> controller mapping page types to modules
includes/ --> php stuffs
modules/ --> modules grouped by functionality
app/ --> main application module
blog/ --> example blog module with css, javascript and the template
screenshot.png --> required for Wordpress theme preview
style.css --> required for Wordpress theme name## Contact
For more information on Timber please check out `http://upstatement.com/timber/`
Find me at `http://joshlevinson.me`