WordPress theme for the old ascribe landing page and blog. Also a .zip archive of the site captured in 2018-09.
Go to file
Matthias Kretschmann 2faeed862a move theme files into subfolder 2016-03-21 17:05:04 +01:00
_ci add CI scripts 2016-03-21 17:03:35 +01:00
ascribe move theme files into subfolder 2016-03-21 17:05:04 +01:00
assets/_src/less/ascribe move theme files into subfolder 2016-03-21 17:05:04 +01:00
functions move theme files into subfolder 2016-03-21 17:05:04 +01:00
partials sharing component 2016-03-17 16:08:16 +01:00
.editorconfig add .editorconfig 2015-12-17 15:21:15 +01:00
.gitignore remove .DS_Store files 2015-11-05 16:44:28 +01:00
.jshintrc convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
README.md move theme files into subfolder 2016-03-21 17:05:04 +01:00
composer.json convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
gulpfile.js move theme files into subfolder 2016-03-21 17:05:04 +01:00
package.json prototype all the thing: FAQ layout, auto TOC, scroll anchors 2016-03-12 18:57:51 +01:00
phpunit.xml.dist convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
yarpp-template-ascribe.php related posts through YARPP 2016-03-17 17:11:30 +01:00

README.md

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:

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