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 47d3f75dbd prototype stateful login/signup nav, ref #45 2016-03-10 16:49:47 +01:00
assets prototype stateful login/signup nav, ref #45 2016-03-10 16:49:47 +01:00
controller safeguard: make sure to always use thumbnail photo size 2016-03-08 10:37:37 +01:00
images more cleanup, update to jQuery 2.2 2016-01-16 20:58:40 +01:00
includes admin menu icon all the things 2016-03-08 10:47:40 +01:00
languages convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +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
404.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
README.md start basic documentation 2015-12-17 15:21:15 +01:00
archive.php fix the blog 2016-01-16 18:46:45 +01:00
bootstrap.php.dist convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
composer.json convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
content-blog.php fix the blog 2016-01-16 18:46:45 +01:00
content-main.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
content-noposts.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
footer.php make footer button editable 2016-01-21 16:16:39 +01:00
functions.php add new Testimonials Custom Post Type 2016-03-07 20:24:39 +01:00
gulpfile.js split up assets in _src & dist folders 2016-01-16 21:28:58 +01:00
header.php more cleanup, update to jQuery 2.2 2016-01-16 20:58:40 +01:00
home.php so many more fixes & cleanup 2016-01-16 19:37:04 +01:00
humans.txt convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
index.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
package.json split up assets in _src & dist folders 2016-01-16 21:28:58 +01:00
phpunit.xml.dist convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
screenshot.png Not working theme 2015-09-16 17:50:43 -06:00
sidebar-blog.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
single-post.php fix the blog 2016-01-16 18:46:45 +01:00
style.css Working theme 2015-09-16 18:17:28 -06:00
template-apidocs.php embed Apiary docs in custom template 2016-01-21 17:47:02 +01:00
template-blogheader.php prototype stateful login/signup nav, ref #45 2016-03-10 16:49:47 +01:00
template-companyblue.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
template-companywhite.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
template-events.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
template-general.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
template-header.php prototype stateful login/signup nav, ref #45 2016-03-10 16:49:47 +01:00
template-tour.php prototype stateful login/signup nav, ref #45 2016-03-10 16:49:47 +01:00
template.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +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