mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 01:03:40 +01:00
WordPress theme for the old ascribe landing page and blog. Also a .zip archive of the site captured in 2018-09.
_ci | ||
ascribe | ||
assets/_src/less/ascribe | ||
functions | ||
partials | ||
.editorconfig | ||
.gitignore | ||
.jshintrc | ||
composer.json | ||
gulpfile.js | ||
package.json | ||
phpunit.xml.dist | ||
README.md | ||
yarpp-template-ascribe.php |
wp-theme
WordPress theme for ascribe's landing page and blog
Prerequisites
- node & npm
- composer
npm install && composer
Development
On top of compiling css & js files, this starts a local, live-reloading server with BrowserSync:
gulp
The task assumes the following:
- WordPress exposed via MAMP under http://localhost:8888
The following compiles css & js files only:
gulp build
Continuous Delivery
The site gets built & deployed automatically via Codeship under the following conditions:
- every push builds the site
- every push to the master branch initiates a live deployment