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 e9ce3d2b2a remove "Tour" from blog header menu 2016-01-21 16:03:34 +01:00
assets remove "Tour" from blog header menu 2016-01-21 16:03:34 +01:00
controller feature-cirlces fixes 2016-01-16 20:30:02 +01:00
images more cleanup, update to jQuery 2.2 2016-01-16 20:58:40 +01:00
includes split up assets in _src & dist folders 2016-01-16 21:28:58 +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 link EU image when link is present 2016-01-14 22:47:43 +01:00
functions.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +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-blogheader.php fix the blog 2016-01-16 18:46:45 +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 so many more fixes & cleanup 2016-01-16 19:37:04 +01:00
template-tour.php refactor all subtemplates to use new grid system & rows 2016-01-16 17:29:27 +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