Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asha23/wp-seed
WordPress seed theme using Bootstrap 3, Gulp and Bower
https://github.com/asha23/wp-seed
bootstrap bower gulp mvc seed theme wordpress yarn
Last synced: about 4 hours ago
JSON representation
WordPress seed theme using Bootstrap 3, Gulp and Bower
- Host: GitHub
- URL: https://github.com/asha23/wp-seed
- Owner: asha23
- Created: 2016-09-12T14:11:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:51:18.000Z (11 months ago)
- Last Synced: 2024-04-17T01:58:19.452Z (7 months ago)
- Topics: bootstrap, bower, gulp, mvc, seed, theme, wordpress, yarn
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-seed
WordPress seed theme using Bootstrap 3, Gulp and Bower
This is a simple Bootstrap seed theme with Bower and Gulp dependency and build management. I have removed all bloat and unnecessary code from this theme, so it doesn't have multilanguage support, widgets, sidebars or any other WordPress bloat. It should be considered a base theme for developing using Advanced Custom Fields and using WordPress as a pure CMS.
This utilises Yarn for dependency management - https://yarnpkg.com/
Once you have installed it, simply run:
yarn
gulpgulp watch
And you should be good to go.
#### Javascript libraries I've included
* jQuery
* Bootstrap Sass
* Lightgallery
* Fontawesome
* Imagesloaded
* Slick Carousel
* Respond.js
* Enquire.js
* MatchHeight
* Cycle 2
* IsotopeFeel free to add your own via Bower. These may need to be connected up using the gulpfile. There is also a Babel workflow in the build pipeline.
#### Advanced Custom Fields
This theme probably requires Advanced Custom Fields Professional. Which if you don't have already, you should get.
Remove the contents of ```acf-json``` if you want to start from scratch. But this simply sets up some initial theme options.
#### General
The views folder is intended as a place to add content types for the theme.