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 883aa5bd3a Merge pull request #48 from ascribe/feature/blogcleanup
New goodies for the blog
2016-03-21 16:38:28 +01:00
assets another in-content form 2016-03-17 17:16:26 +01:00
controller related posts through YARPP 2016-03-17 17:11:30 +01:00
functions related posts through YARPP 2016-03-17 17:11:30 +01:00
images more cleanup, update to jQuery 2.2 2016-01-16 20:58:40 +01:00
languages convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +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
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 related posts through YARPP 2016-03-17 17:11:30 +01:00
content-main.php use affix plugin for reliable sticky detection 2016-03-12 20:21:47 +01:00
content-noposts.php convert tabs to spaces in whole codebase, closes #17 2015-12-17 15:55:34 +01:00
footer.php refined Google Analytics loading, respecting DNT 2016-03-13 05:32:37 +01:00
functions.php remove useless functions 2016-03-17 15:28:27 +01:00
gulpfile.js split up assets in _src & dist folders 2016-01-16 21:28:58 +01:00
header.php refined Google Analytics loading, respecting DNT 2016-03-13 05:32:37 +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 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
screenshot.png Not working theme 2015-09-16 17:50:43 -06: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 fix blog header logo assets 2016-03-17 17:26:52 +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 header logo tweaks, fixes #40 2016-03-03 15:03:28 +01:00
template-tour.php fix front page logo too, #40 2016-03-03 15:39:32 +01:00
template.php 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