Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnhovde/root
Custom wordpress theme for food blogging
https://github.com/bnhovde/root
Last synced: 13 days ago
JSON representation
Custom wordpress theme for food blogging
- Host: GitHub
- URL: https://github.com/bnhovde/root
- Owner: bnhovde
- Created: 2015-01-18T16:19:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T08:19:30.000Z (almost 10 years ago)
- Last Synced: 2023-08-30T23:19:47.413Z (over 1 year ago)
- Language: PHP
- Size: 1.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# root.
root. is a wordpress theme for food bloggers.
- Custom recipe post types
- Recipes are SEO optimised
- Sharing functionaltity
- MagicI'm building this theme for my wife's food blog, but once it is finished feel free to rebrand and use it in any way you want.
### Version
0.1### Developer notes
root. is built on [html5blank] by Todd Motto, and wired up with a modified [generator-gulp-webapp] with the following helpers:
* rubySass - Yup..
* jshint - No sloppy js!
* imagemin - Image optimiser
* livereload - N/A if running xamp/mamp/lamp/wampThe sass architecture is a custom setup we use at [cdd], documented loosely [here].
### Build commands
You need Gulp installed globally:
```sh
$ npm i -g gulp
```When developing:
```sh
$ gulp watch
```When building and deploying:
```sh
$ gulp build
```### Coming up
- I want to include Angular to utilise the WP-REST-API in some way.
- Add some funky UI animations for mobile/tablet users
- Actually finish this thingLicense
----MIT
[html5blank]:http://html5blank.com/
[cdd]:http://twitter.com/cddnation
[here]:https://github.com/cddlimited/FED-Guidelines
[generator-gulp-webapp]:https://github.com/yeoman/generator-gulp-webapp