diff --git a/blog/.ruby-version b/.ruby-version similarity index 100% rename from blog/.ruby-version rename to .ruby-version diff --git a/blog/404.md b/404.md similarity index 100% rename from blog/404.md rename to 404.md diff --git a/blog/CNAME b/CNAME similarity index 100% rename from blog/CNAME rename to CNAME diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..97ddb3c --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" +gem 'github-pages' +gem 'jekyll-feed' diff --git a/blog/LICENSE b/LICENSE similarity index 100% rename from blog/LICENSE rename to LICENSE diff --git a/blog/README.md b/README.md similarity index 100% rename from blog/README.md rename to README.md diff --git a/blog/_config.yml b/_config.yml similarity index 100% rename from blog/_config.yml rename to _config.yml diff --git a/blog/_includes/analytics.html b/_includes/analytics.html similarity index 100% rename from blog/_includes/analytics.html rename to _includes/analytics.html diff --git a/blog/_includes/disqus.html b/_includes/disqus.html similarity index 100% rename from blog/_includes/disqus.html rename to _includes/disqus.html diff --git a/blog/_includes/meta.html b/_includes/meta.html similarity index 100% rename from blog/_includes/meta.html rename to _includes/meta.html diff --git a/blog/_includes/svg-icons.html b/_includes/svg-icons.html similarity index 100% rename from blog/_includes/svg-icons.html rename to _includes/svg-icons.html diff --git a/blog/_layouts/default.html b/_layouts/default.html similarity index 100% rename from blog/_layouts/default.html rename to _layouts/default.html diff --git a/blog/_layouts/page.html b/_layouts/page.html similarity index 100% rename from blog/_layouts/page.html rename to _layouts/page.html diff --git a/blog/_layouts/post.html b/_layouts/post.html similarity index 100% rename from blog/_layouts/post.html rename to _layouts/post.html diff --git a/blog/_posts/2017-03-01-hello-world.md b/_posts/2017-03-01-hello-world.md similarity index 100% rename from blog/_posts/2017-03-01-hello-world.md rename to _posts/2017-03-01-hello-world.md diff --git a/blog/_posts/2017-03-08-opensettlersii-0.md b/_posts/2017-03-08-opensettlersii-0.md similarity index 100% rename from blog/_posts/2017-03-08-opensettlersii-0.md rename to _posts/2017-03-08-opensettlersii-0.md diff --git a/blog/_posts/2017-03-12-chicago-vs-london-tdd.md b/_posts/2017-03-12-chicago-vs-london-tdd.md similarity index 100% rename from blog/_posts/2017-03-12-chicago-vs-london-tdd.md rename to _posts/2017-03-12-chicago-vs-london-tdd.md diff --git a/blog/_posts/2017-03-17-introduction-to-integration.md b/_posts/2017-03-17-introduction-to-integration.md similarity index 100% rename from blog/_posts/2017-03-17-introduction-to-integration.md rename to _posts/2017-03-17-introduction-to-integration.md diff --git a/blog/_posts/2017-03-23-opensettlersii-1.md b/_posts/2017-03-23-opensettlersii-1.md similarity index 100% rename from blog/_posts/2017-03-23-opensettlersii-1.md rename to _posts/2017-03-23-opensettlersii-1.md diff --git a/blog/_posts/2017-03-26-integration-series-messaging.md b/_posts/2017-03-26-integration-series-messaging.md similarity index 100% rename from blog/_posts/2017-03-26-integration-series-messaging.md rename to _posts/2017-03-26-integration-series-messaging.md diff --git a/blog/_posts/2017-03-31-rabbitmq-vs-zeromq.md b/_posts/2017-03-31-rabbitmq-vs-zeromq.md similarity index 100% rename from blog/_posts/2017-03-31-rabbitmq-vs-zeromq.md rename to _posts/2017-03-31-rabbitmq-vs-zeromq.md diff --git a/blog/_posts/2017-04-02-opensettlersii-2.md b/_posts/2017-04-02-opensettlersii-2.md similarity index 100% rename from blog/_posts/2017-04-02-opensettlersii-2.md rename to _posts/2017-04-02-opensettlersii-2.md diff --git a/blog/_posts/2017-04-06-opensettlersii-3.md b/_posts/2017-04-06-opensettlersii-3.md similarity index 100% rename from blog/_posts/2017-04-06-opensettlersii-3.md rename to _posts/2017-04-06-opensettlersii-3.md diff --git a/blog/_posts/2017-04-08-today-i-learned-0.md b/_posts/2017-04-08-today-i-learned-0.md similarity index 100% rename from blog/_posts/2017-04-08-today-i-learned-0.md rename to _posts/2017-04-08-today-i-learned-0.md diff --git a/blog/_posts/2017-04-17-erlang-factory-lite-rome-2017-0.md b/_posts/2017-04-17-erlang-factory-lite-rome-2017-0.md similarity index 100% rename from blog/_posts/2017-04-17-erlang-factory-lite-rome-2017-0.md rename to _posts/2017-04-17-erlang-factory-lite-rome-2017-0.md diff --git a/blog/_posts/2017-04-23-opensettlers4.md b/_posts/2017-04-23-opensettlers4.md similarity index 100% rename from blog/_posts/2017-04-23-opensettlers4.md rename to _posts/2017-04-23-opensettlers4.md diff --git a/blog/_posts/2017-04-30-erlang-factory-lite-rome-2017-1.md b/_posts/2017-04-30-erlang-factory-lite-rome-2017-1.md similarity index 100% rename from blog/_posts/2017-04-30-erlang-factory-lite-rome-2017-1.md rename to _posts/2017-04-30-erlang-factory-lite-rome-2017-1.md diff --git a/blog/_posts/2017-04-30-opensettlers5.md b/_posts/2017-04-30-opensettlers5.md similarity index 100% rename from blog/_posts/2017-04-30-opensettlers5.md rename to _posts/2017-04-30-opensettlers5.md diff --git a/blog/_posts/2017-05-13-elixir-conf-eu.md b/_posts/2017-05-13-elixir-conf-eu.md similarity index 100% rename from blog/_posts/2017-05-13-elixir-conf-eu.md rename to _posts/2017-05-13-elixir-conf-eu.md diff --git a/blog/_posts/2017-05-14-opensettlersii-6.md b/_posts/2017-05-14-opensettlersii-6.md similarity index 100% rename from blog/_posts/2017-05-14-opensettlersii-6.md rename to _posts/2017-05-14-opensettlersii-6.md diff --git a/blog/_posts/2017-05-20-property-testing.md b/_posts/2017-05-20-property-testing.md similarity index 100% rename from blog/_posts/2017-05-20-property-testing.md rename to _posts/2017-05-20-property-testing.md diff --git a/blog/_posts/2017-06-12-end-of-getnoticed.md b/_posts/2017-06-12-end-of-getnoticed.md similarity index 100% rename from blog/_posts/2017-06-12-end-of-getnoticed.md rename to _posts/2017-06-12-end-of-getnoticed.md diff --git a/blog/_posts/2017-06-23-today-i-learned-1.md b/_posts/2017-06-23-today-i-learned-1.md similarity index 100% rename from blog/_posts/2017-06-23-today-i-learned-1.md rename to _posts/2017-06-23-today-i-learned-1.md diff --git a/blog/_posts/2017-07-02-purescript-the-first-look.md b/_posts/2017-07-02-purescript-the-first-look.md similarity index 100% rename from blog/_posts/2017-07-02-purescript-the-first-look.md rename to _posts/2017-07-02-purescript-the-first-look.md diff --git a/blog/_posts/2017-09-14-today-i-learned-2.md b/_posts/2017-09-14-today-i-learned-2.md similarity index 100% rename from blog/_posts/2017-09-14-today-i-learned-2.md rename to _posts/2017-09-14-today-i-learned-2.md diff --git a/blog/_posts/2017-09-27-today-i-learned-3-solving-comeonin-problems-on-windows.md b/_posts/2017-09-27-today-i-learned-3-solving-comeonin-problems-on-windows.md similarity index 100% rename from blog/_posts/2017-09-27-today-i-learned-3-solving-comeonin-problems-on-windows.md rename to _posts/2017-09-27-today-i-learned-3-solving-comeonin-problems-on-windows.md diff --git a/blog/_posts/2017-12-12-spawnfest-2017.md b/_posts/2017-12-12-spawnfest-2017.md similarity index 100% rename from blog/_posts/2017-12-12-spawnfest-2017.md rename to _posts/2017-12-12-spawnfest-2017.md diff --git a/blog/_posts/2020-04-10-til-4.md b/_posts/2020-04-10-til-4.md similarity index 100% rename from blog/_posts/2020-04-10-til-4.md rename to _posts/2020-04-10-til-4.md diff --git a/blog/_posts/2020-04-29-programmer-passport-first-look.md b/_posts/2020-04-29-programmer-passport-first-look.md similarity index 100% rename from blog/_posts/2020-04-29-programmer-passport-first-look.md rename to _posts/2020-04-29-programmer-passport-first-look.md diff --git a/blog/_posts/2020-05-17-property-based-testing-101.md b/_posts/2020-05-17-property-based-testing-101.md similarity index 100% rename from blog/_posts/2020-05-17-property-based-testing-101.md rename to _posts/2020-05-17-property-based-testing-101.md diff --git a/blog/_posts/2020-4-4-Alive-again.md b/_posts/2020-4-4-Alive-again.md similarity index 100% rename from blog/_posts/2020-4-4-Alive-again.md rename to _posts/2020-4-4-Alive-again.md diff --git a/blog/_sass/_highlights.scss b/_sass/_highlights.scss similarity index 100% rename from blog/_sass/_highlights.scss rename to _sass/_highlights.scss diff --git a/blog/_sass/_reset.scss b/_sass/_reset.scss similarity index 100% rename from blog/_sass/_reset.scss rename to _sass/_reset.scss diff --git a/blog/_sass/_svg-icons.scss b/_sass/_svg-icons.scss similarity index 100% rename from blog/_sass/_svg-icons.scss rename to _sass/_svg-icons.scss diff --git a/blog/_sass/_variables.scss b/_sass/_variables.scss similarity index 100% rename from blog/_sass/_variables.scss rename to _sass/_variables.scss diff --git a/blog/about.md b/about.md similarity index 100% rename from blog/about.md rename to about.md diff --git a/blog/categories.html b/categories.html similarity index 100% rename from blog/categories.html rename to categories.html diff --git a/blog/images/404.jpg b/images/404.jpg similarity index 100% rename from blog/images/404.jpg rename to images/404.jpg diff --git a/blog/images/config.png b/images/config.png similarity index 100% rename from blog/images/config.png rename to images/config.png diff --git a/blog/images/eflr2017-0.jpg b/images/eflr2017-0.jpg similarity index 100% rename from blog/images/eflr2017-0.jpg rename to images/eflr2017-0.jpg diff --git a/blog/images/eflr2017-1.jpg b/images/eflr2017-1.jpg similarity index 100% rename from blog/images/eflr2017-1.jpg rename to images/eflr2017-1.jpg diff --git a/blog/images/eflr2017-2.jpg b/images/eflr2017-2.jpg similarity index 100% rename from blog/images/eflr2017-2.jpg rename to images/eflr2017-2.jpg diff --git a/blog/images/eflr2017-3.jpg b/images/eflr2017-3.jpg similarity index 100% rename from blog/images/eflr2017-3.jpg rename to images/eflr2017-3.jpg diff --git a/blog/images/first-post.png b/images/first-post.png similarity index 100% rename from blog/images/first-post.png rename to images/first-post.png diff --git a/blog/images/jekyll-logo.png b/images/jekyll-logo.png similarity index 100% rename from blog/images/jekyll-logo.png rename to images/jekyll-logo.png diff --git a/blog/images/jekyll-now-theme-screenshot.jpg b/images/jekyll-now-theme-screenshot.jpg similarity index 100% rename from blog/images/jekyll-now-theme-screenshot.jpg rename to images/jekyll-now-theme-screenshot.jpg diff --git a/blog/images/step1.gif b/images/step1.gif similarity index 100% rename from blog/images/step1.gif rename to images/step1.gif diff --git a/blog/index.html b/index.html similarity index 100% rename from blog/index.html rename to index.html diff --git a/blog/presentations.md b/presentations.md similarity index 100% rename from blog/presentations.md rename to presentations.md diff --git a/blog/presentations/PropertyBasedTesting101/css/print/paper.css b/presentations/PropertyBasedTesting101/css/print/paper.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/print/paper.css rename to presentations/PropertyBasedTesting101/css/print/paper.css diff --git a/blog/presentations/PropertyBasedTesting101/css/print/pdf.css b/presentations/PropertyBasedTesting101/css/print/pdf.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/print/pdf.css rename to presentations/PropertyBasedTesting101/css/print/pdf.css diff --git a/blog/presentations/PropertyBasedTesting101/css/reveal.css b/presentations/PropertyBasedTesting101/css/reveal.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/reveal.css rename to presentations/PropertyBasedTesting101/css/reveal.css diff --git a/blog/presentations/PropertyBasedTesting101/css/reveal.scss b/presentations/PropertyBasedTesting101/css/reveal.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/reveal.scss rename to presentations/PropertyBasedTesting101/css/reveal.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/README.md b/presentations/PropertyBasedTesting101/css/theme/README.md similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/README.md rename to presentations/PropertyBasedTesting101/css/theme/README.md diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/beige.css b/presentations/PropertyBasedTesting101/css/theme/beige.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/beige.css rename to presentations/PropertyBasedTesting101/css/theme/beige.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/black.css b/presentations/PropertyBasedTesting101/css/theme/black.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/black.css rename to presentations/PropertyBasedTesting101/css/theme/black.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/blood.css b/presentations/PropertyBasedTesting101/css/theme/blood.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/blood.css rename to presentations/PropertyBasedTesting101/css/theme/blood.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/league.css b/presentations/PropertyBasedTesting101/css/theme/league.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/league.css rename to presentations/PropertyBasedTesting101/css/theme/league.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/moon.css b/presentations/PropertyBasedTesting101/css/theme/moon.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/moon.css rename to presentations/PropertyBasedTesting101/css/theme/moon.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/night.css b/presentations/PropertyBasedTesting101/css/theme/night.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/night.css rename to presentations/PropertyBasedTesting101/css/theme/night.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/serif.css b/presentations/PropertyBasedTesting101/css/theme/serif.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/serif.css rename to presentations/PropertyBasedTesting101/css/theme/serif.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/simple.css b/presentations/PropertyBasedTesting101/css/theme/simple.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/simple.css rename to presentations/PropertyBasedTesting101/css/theme/simple.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/sky.css b/presentations/PropertyBasedTesting101/css/theme/sky.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/sky.css rename to presentations/PropertyBasedTesting101/css/theme/sky.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/solarized.css b/presentations/PropertyBasedTesting101/css/theme/solarized.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/solarized.css rename to presentations/PropertyBasedTesting101/css/theme/solarized.css diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/beige.scss b/presentations/PropertyBasedTesting101/css/theme/source/beige.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/beige.scss rename to presentations/PropertyBasedTesting101/css/theme/source/beige.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/black.scss b/presentations/PropertyBasedTesting101/css/theme/source/black.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/black.scss rename to presentations/PropertyBasedTesting101/css/theme/source/black.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/blood.scss b/presentations/PropertyBasedTesting101/css/theme/source/blood.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/blood.scss rename to presentations/PropertyBasedTesting101/css/theme/source/blood.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/league.scss b/presentations/PropertyBasedTesting101/css/theme/source/league.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/league.scss rename to presentations/PropertyBasedTesting101/css/theme/source/league.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/moon.scss b/presentations/PropertyBasedTesting101/css/theme/source/moon.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/moon.scss rename to presentations/PropertyBasedTesting101/css/theme/source/moon.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/night.scss b/presentations/PropertyBasedTesting101/css/theme/source/night.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/night.scss rename to presentations/PropertyBasedTesting101/css/theme/source/night.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/serif.scss b/presentations/PropertyBasedTesting101/css/theme/source/serif.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/serif.scss rename to presentations/PropertyBasedTesting101/css/theme/source/serif.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/simple.scss b/presentations/PropertyBasedTesting101/css/theme/source/simple.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/simple.scss rename to presentations/PropertyBasedTesting101/css/theme/source/simple.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/sky.scss b/presentations/PropertyBasedTesting101/css/theme/source/sky.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/sky.scss rename to presentations/PropertyBasedTesting101/css/theme/source/sky.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/solarized.scss b/presentations/PropertyBasedTesting101/css/theme/source/solarized.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/solarized.scss rename to presentations/PropertyBasedTesting101/css/theme/source/solarized.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/source/white.scss b/presentations/PropertyBasedTesting101/css/theme/source/white.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/source/white.scss rename to presentations/PropertyBasedTesting101/css/theme/source/white.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/template/mixins.scss b/presentations/PropertyBasedTesting101/css/theme/template/mixins.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/template/mixins.scss rename to presentations/PropertyBasedTesting101/css/theme/template/mixins.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/template/settings.scss b/presentations/PropertyBasedTesting101/css/theme/template/settings.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/template/settings.scss rename to presentations/PropertyBasedTesting101/css/theme/template/settings.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/template/theme.scss b/presentations/PropertyBasedTesting101/css/theme/template/theme.scss similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/template/theme.scss rename to presentations/PropertyBasedTesting101/css/theme/template/theme.scss diff --git a/blog/presentations/PropertyBasedTesting101/css/theme/white.css b/presentations/PropertyBasedTesting101/css/theme/white.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/css/theme/white.css rename to presentations/PropertyBasedTesting101/css/theme/white.css diff --git a/blog/presentations/PropertyBasedTesting101/index.html b/presentations/PropertyBasedTesting101/index.html similarity index 100% rename from blog/presentations/PropertyBasedTesting101/index.html rename to presentations/PropertyBasedTesting101/index.html diff --git a/blog/presentations/PropertyBasedTesting101/js/reveal.js b/presentations/PropertyBasedTesting101/js/reveal.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/js/reveal.js rename to presentations/PropertyBasedTesting101/js/reveal.js diff --git a/blog/presentations/PropertyBasedTesting101/lib/css/zenburn.css b/presentations/PropertyBasedTesting101/lib/css/zenburn.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/css/zenburn.css rename to presentations/PropertyBasedTesting101/lib/css/zenburn.css diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/LICENSE b/presentations/PropertyBasedTesting101/lib/font/league-gothic/LICENSE similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/LICENSE rename to presentations/PropertyBasedTesting101/lib/font/league-gothic/LICENSE diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.css b/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.css rename to presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.css diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.eot b/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.eot similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.eot rename to presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.eot diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.ttf b/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.ttf similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.ttf rename to presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.ttf diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.woff b/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.woff similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.woff rename to presentations/PropertyBasedTesting101/lib/font/league-gothic/league-gothic.woff diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/LICENSE b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/LICENSE similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/LICENSE rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/LICENSE diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.eot b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.eot similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.eot rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.eot diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.ttf similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.ttf rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.ttf diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.woff b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.woff similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.woff rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-italic.woff diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.eot b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.eot similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.eot rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.eot diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.ttf similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.ttf rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.ttf diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.woff b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.woff similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.woff rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-regular.woff diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.eot similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.eot rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.eot diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.ttf similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.ttf rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.ttf diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.woff similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.woff rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibold.woff diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff diff --git a/blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro.css b/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro.css similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro.css rename to presentations/PropertyBasedTesting101/lib/font/source-sans-pro/source-sans-pro.css diff --git a/blog/presentations/PropertyBasedTesting101/lib/js/classList.js b/presentations/PropertyBasedTesting101/lib/js/classList.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/js/classList.js rename to presentations/PropertyBasedTesting101/lib/js/classList.js diff --git a/blog/presentations/PropertyBasedTesting101/lib/js/head.min.js b/presentations/PropertyBasedTesting101/lib/js/head.min.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/js/head.min.js rename to presentations/PropertyBasedTesting101/lib/js/head.min.js diff --git a/blog/presentations/PropertyBasedTesting101/lib/js/html5shiv.js b/presentations/PropertyBasedTesting101/lib/js/html5shiv.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/lib/js/html5shiv.js rename to presentations/PropertyBasedTesting101/lib/js/html5shiv.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/highlight/highlight.js b/presentations/PropertyBasedTesting101/plugin/highlight/highlight.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/highlight/highlight.js rename to presentations/PropertyBasedTesting101/plugin/highlight/highlight.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/markdown/example.html b/presentations/PropertyBasedTesting101/plugin/markdown/example.html similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/markdown/example.html rename to presentations/PropertyBasedTesting101/plugin/markdown/example.html diff --git a/blog/presentations/PropertyBasedTesting101/plugin/markdown/example.md b/presentations/PropertyBasedTesting101/plugin/markdown/example.md similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/markdown/example.md rename to presentations/PropertyBasedTesting101/plugin/markdown/example.md diff --git a/blog/presentations/PropertyBasedTesting101/plugin/markdown/markdown.js b/presentations/PropertyBasedTesting101/plugin/markdown/markdown.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/markdown/markdown.js rename to presentations/PropertyBasedTesting101/plugin/markdown/markdown.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/markdown/marked.js b/presentations/PropertyBasedTesting101/plugin/markdown/marked.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/markdown/marked.js rename to presentations/PropertyBasedTesting101/plugin/markdown/marked.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/math/math.js b/presentations/PropertyBasedTesting101/plugin/math/math.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/math/math.js rename to presentations/PropertyBasedTesting101/plugin/math/math.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/multiplex/client.js b/presentations/PropertyBasedTesting101/plugin/multiplex/client.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/multiplex/client.js rename to presentations/PropertyBasedTesting101/plugin/multiplex/client.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/multiplex/index.js b/presentations/PropertyBasedTesting101/plugin/multiplex/index.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/multiplex/index.js rename to presentations/PropertyBasedTesting101/plugin/multiplex/index.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/multiplex/master.js b/presentations/PropertyBasedTesting101/plugin/multiplex/master.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/multiplex/master.js rename to presentations/PropertyBasedTesting101/plugin/multiplex/master.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/notes-server/client.js b/presentations/PropertyBasedTesting101/plugin/notes-server/client.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/notes-server/client.js rename to presentations/PropertyBasedTesting101/plugin/notes-server/client.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/notes-server/index.js b/presentations/PropertyBasedTesting101/plugin/notes-server/index.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/notes-server/index.js rename to presentations/PropertyBasedTesting101/plugin/notes-server/index.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/notes-server/notes.html b/presentations/PropertyBasedTesting101/plugin/notes-server/notes.html similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/notes-server/notes.html rename to presentations/PropertyBasedTesting101/plugin/notes-server/notes.html diff --git a/blog/presentations/PropertyBasedTesting101/plugin/notes/notes.html b/presentations/PropertyBasedTesting101/plugin/notes/notes.html similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/notes/notes.html rename to presentations/PropertyBasedTesting101/plugin/notes/notes.html diff --git a/blog/presentations/PropertyBasedTesting101/plugin/notes/notes.js b/presentations/PropertyBasedTesting101/plugin/notes/notes.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/notes/notes.js rename to presentations/PropertyBasedTesting101/plugin/notes/notes.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/print-pdf/print-pdf.js b/presentations/PropertyBasedTesting101/plugin/print-pdf/print-pdf.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/print-pdf/print-pdf.js rename to presentations/PropertyBasedTesting101/plugin/print-pdf/print-pdf.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/search/search.js b/presentations/PropertyBasedTesting101/plugin/search/search.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/search/search.js rename to presentations/PropertyBasedTesting101/plugin/search/search.js diff --git a/blog/presentations/PropertyBasedTesting101/plugin/zoom-js/zoom.js b/presentations/PropertyBasedTesting101/plugin/zoom-js/zoom.js similarity index 100% rename from blog/presentations/PropertyBasedTesting101/plugin/zoom-js/zoom.js rename to presentations/PropertyBasedTesting101/plugin/zoom-js/zoom.js diff --git a/blog/presentations/musicprod/css/print/paper.css b/presentations/musicprod/css/print/paper.css similarity index 100% rename from blog/presentations/musicprod/css/print/paper.css rename to presentations/musicprod/css/print/paper.css diff --git a/blog/presentations/musicprod/css/print/pdf.css b/presentations/musicprod/css/print/pdf.css similarity index 100% rename from blog/presentations/musicprod/css/print/pdf.css rename to presentations/musicprod/css/print/pdf.css diff --git a/blog/presentations/musicprod/css/reveal.css b/presentations/musicprod/css/reveal.css similarity index 100% rename from blog/presentations/musicprod/css/reveal.css rename to presentations/musicprod/css/reveal.css diff --git a/blog/presentations/musicprod/css/reveal.scss b/presentations/musicprod/css/reveal.scss similarity index 100% rename from blog/presentations/musicprod/css/reveal.scss rename to presentations/musicprod/css/reveal.scss diff --git a/blog/presentations/musicprod/css/theme/README.md b/presentations/musicprod/css/theme/README.md similarity index 100% rename from blog/presentations/musicprod/css/theme/README.md rename to presentations/musicprod/css/theme/README.md diff --git a/blog/presentations/musicprod/css/theme/beige.css b/presentations/musicprod/css/theme/beige.css similarity index 100% rename from blog/presentations/musicprod/css/theme/beige.css rename to presentations/musicprod/css/theme/beige.css diff --git a/blog/presentations/musicprod/css/theme/black.css b/presentations/musicprod/css/theme/black.css similarity index 100% rename from blog/presentations/musicprod/css/theme/black.css rename to presentations/musicprod/css/theme/black.css diff --git a/blog/presentations/musicprod/css/theme/blood.css b/presentations/musicprod/css/theme/blood.css similarity index 100% rename from blog/presentations/musicprod/css/theme/blood.css rename to presentations/musicprod/css/theme/blood.css diff --git a/blog/presentations/musicprod/css/theme/league.css b/presentations/musicprod/css/theme/league.css similarity index 100% rename from blog/presentations/musicprod/css/theme/league.css rename to presentations/musicprod/css/theme/league.css diff --git a/blog/presentations/musicprod/css/theme/moon.css b/presentations/musicprod/css/theme/moon.css similarity index 100% rename from blog/presentations/musicprod/css/theme/moon.css rename to presentations/musicprod/css/theme/moon.css diff --git a/blog/presentations/musicprod/css/theme/night.css b/presentations/musicprod/css/theme/night.css similarity index 100% rename from blog/presentations/musicprod/css/theme/night.css rename to presentations/musicprod/css/theme/night.css diff --git a/blog/presentations/musicprod/css/theme/serif.css b/presentations/musicprod/css/theme/serif.css similarity index 100% rename from blog/presentations/musicprod/css/theme/serif.css rename to presentations/musicprod/css/theme/serif.css diff --git a/blog/presentations/musicprod/css/theme/simple.css b/presentations/musicprod/css/theme/simple.css similarity index 100% rename from blog/presentations/musicprod/css/theme/simple.css rename to presentations/musicprod/css/theme/simple.css diff --git a/blog/presentations/musicprod/css/theme/sky.css b/presentations/musicprod/css/theme/sky.css similarity index 100% rename from blog/presentations/musicprod/css/theme/sky.css rename to presentations/musicprod/css/theme/sky.css diff --git a/blog/presentations/musicprod/css/theme/solarized.css b/presentations/musicprod/css/theme/solarized.css similarity index 100% rename from blog/presentations/musicprod/css/theme/solarized.css rename to presentations/musicprod/css/theme/solarized.css diff --git a/blog/presentations/musicprod/css/theme/source/beige.scss b/presentations/musicprod/css/theme/source/beige.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/beige.scss rename to presentations/musicprod/css/theme/source/beige.scss diff --git a/blog/presentations/musicprod/css/theme/source/black.scss b/presentations/musicprod/css/theme/source/black.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/black.scss rename to presentations/musicprod/css/theme/source/black.scss diff --git a/blog/presentations/musicprod/css/theme/source/blood.scss b/presentations/musicprod/css/theme/source/blood.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/blood.scss rename to presentations/musicprod/css/theme/source/blood.scss diff --git a/blog/presentations/musicprod/css/theme/source/league.scss b/presentations/musicprod/css/theme/source/league.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/league.scss rename to presentations/musicprod/css/theme/source/league.scss diff --git a/blog/presentations/musicprod/css/theme/source/moon.scss b/presentations/musicprod/css/theme/source/moon.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/moon.scss rename to presentations/musicprod/css/theme/source/moon.scss diff --git a/blog/presentations/musicprod/css/theme/source/night.scss b/presentations/musicprod/css/theme/source/night.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/night.scss rename to presentations/musicprod/css/theme/source/night.scss diff --git a/blog/presentations/musicprod/css/theme/source/serif.scss b/presentations/musicprod/css/theme/source/serif.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/serif.scss rename to presentations/musicprod/css/theme/source/serif.scss diff --git a/blog/presentations/musicprod/css/theme/source/simple.scss b/presentations/musicprod/css/theme/source/simple.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/simple.scss rename to presentations/musicprod/css/theme/source/simple.scss diff --git a/blog/presentations/musicprod/css/theme/source/sky.scss b/presentations/musicprod/css/theme/source/sky.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/sky.scss rename to presentations/musicprod/css/theme/source/sky.scss diff --git a/blog/presentations/musicprod/css/theme/source/solarized.scss b/presentations/musicprod/css/theme/source/solarized.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/solarized.scss rename to presentations/musicprod/css/theme/source/solarized.scss diff --git a/blog/presentations/musicprod/css/theme/source/white.scss b/presentations/musicprod/css/theme/source/white.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/source/white.scss rename to presentations/musicprod/css/theme/source/white.scss diff --git a/blog/presentations/musicprod/css/theme/template/mixins.scss b/presentations/musicprod/css/theme/template/mixins.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/template/mixins.scss rename to presentations/musicprod/css/theme/template/mixins.scss diff --git a/blog/presentations/musicprod/css/theme/template/settings.scss b/presentations/musicprod/css/theme/template/settings.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/template/settings.scss rename to presentations/musicprod/css/theme/template/settings.scss diff --git a/blog/presentations/musicprod/css/theme/template/theme.scss b/presentations/musicprod/css/theme/template/theme.scss similarity index 100% rename from blog/presentations/musicprod/css/theme/template/theme.scss rename to presentations/musicprod/css/theme/template/theme.scss diff --git a/blog/presentations/musicprod/css/theme/white.css b/presentations/musicprod/css/theme/white.css similarity index 100% rename from blog/presentations/musicprod/css/theme/white.css rename to presentations/musicprod/css/theme/white.css diff --git a/blog/presentations/musicprod/images/mod_sine.png b/presentations/musicprod/images/mod_sine.png similarity index 100% rename from blog/presentations/musicprod/images/mod_sine.png rename to presentations/musicprod/images/mod_sine.png diff --git a/blog/presentations/musicprod/images/modular.jpeg b/presentations/musicprod/images/modular.jpeg similarity index 100% rename from blog/presentations/musicprod/images/modular.jpeg rename to presentations/musicprod/images/modular.jpeg diff --git a/blog/presentations/musicprod/images/sine.png b/presentations/musicprod/images/sine.png similarity index 100% rename from blog/presentations/musicprod/images/sine.png rename to presentations/musicprod/images/sine.png diff --git a/blog/presentations/musicprod/images/sonicpi.png b/presentations/musicprod/images/sonicpi.png similarity index 100% rename from blog/presentations/musicprod/images/sonicpi.png rename to presentations/musicprod/images/sonicpi.png diff --git a/blog/presentations/musicprod/images/vcvrack.png b/presentations/musicprod/images/vcvrack.png similarity index 100% rename from blog/presentations/musicprod/images/vcvrack.png rename to presentations/musicprod/images/vcvrack.png diff --git a/blog/presentations/musicprod/index.html b/presentations/musicprod/index.html similarity index 100% rename from blog/presentations/musicprod/index.html rename to presentations/musicprod/index.html diff --git a/blog/presentations/musicprod/js/reveal.js b/presentations/musicprod/js/reveal.js similarity index 100% rename from blog/presentations/musicprod/js/reveal.js rename to presentations/musicprod/js/reveal.js diff --git a/blog/presentations/musicprod/lib/css/zenburn.css b/presentations/musicprod/lib/css/zenburn.css similarity index 100% rename from blog/presentations/musicprod/lib/css/zenburn.css rename to presentations/musicprod/lib/css/zenburn.css diff --git a/blog/presentations/musicprod/lib/font/league-gothic/LICENSE b/presentations/musicprod/lib/font/league-gothic/LICENSE similarity index 100% rename from blog/presentations/musicprod/lib/font/league-gothic/LICENSE rename to presentations/musicprod/lib/font/league-gothic/LICENSE diff --git a/blog/presentations/musicprod/lib/font/league-gothic/league-gothic.css b/presentations/musicprod/lib/font/league-gothic/league-gothic.css similarity index 100% rename from blog/presentations/musicprod/lib/font/league-gothic/league-gothic.css rename to presentations/musicprod/lib/font/league-gothic/league-gothic.css diff --git a/blog/presentations/musicprod/lib/font/league-gothic/league-gothic.eot b/presentations/musicprod/lib/font/league-gothic/league-gothic.eot similarity index 100% rename from blog/presentations/musicprod/lib/font/league-gothic/league-gothic.eot rename to presentations/musicprod/lib/font/league-gothic/league-gothic.eot diff --git a/blog/presentations/musicprod/lib/font/league-gothic/league-gothic.ttf b/presentations/musicprod/lib/font/league-gothic/league-gothic.ttf similarity index 100% rename from blog/presentations/musicprod/lib/font/league-gothic/league-gothic.ttf rename to presentations/musicprod/lib/font/league-gothic/league-gothic.ttf diff --git a/blog/presentations/musicprod/lib/font/league-gothic/league-gothic.woff b/presentations/musicprod/lib/font/league-gothic/league-gothic.woff similarity index 100% rename from blog/presentations/musicprod/lib/font/league-gothic/league-gothic.woff rename to presentations/musicprod/lib/font/league-gothic/league-gothic.woff diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/LICENSE b/presentations/musicprod/lib/font/source-sans-pro/LICENSE similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/LICENSE rename to presentations/musicprod/lib/font/source-sans-pro/LICENSE diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.eot b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.eot similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.eot rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.eot diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.ttf similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.ttf rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.ttf diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.woff b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.woff similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.woff rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-italic.woff diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.eot b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.eot similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.eot rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.eot diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.ttf similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.ttf rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.ttf diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.woff b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.woff similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.woff rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-regular.woff diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.eot similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.eot rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.eot diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.ttf similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.ttf rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.ttf diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.woff similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.woff rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibold.woff diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff diff --git a/blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro.css b/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro.css similarity index 100% rename from blog/presentations/musicprod/lib/font/source-sans-pro/source-sans-pro.css rename to presentations/musicprod/lib/font/source-sans-pro/source-sans-pro.css diff --git a/blog/presentations/musicprod/lib/js/classList.js b/presentations/musicprod/lib/js/classList.js similarity index 100% rename from blog/presentations/musicprod/lib/js/classList.js rename to presentations/musicprod/lib/js/classList.js diff --git a/blog/presentations/musicprod/lib/js/head.min.js b/presentations/musicprod/lib/js/head.min.js similarity index 100% rename from blog/presentations/musicprod/lib/js/head.min.js rename to presentations/musicprod/lib/js/head.min.js diff --git a/blog/presentations/musicprod/lib/js/html5shiv.js b/presentations/musicprod/lib/js/html5shiv.js similarity index 100% rename from blog/presentations/musicprod/lib/js/html5shiv.js rename to presentations/musicprod/lib/js/html5shiv.js diff --git a/blog/presentations/musicprod/plugin/highlight/highlight.js b/presentations/musicprod/plugin/highlight/highlight.js similarity index 100% rename from blog/presentations/musicprod/plugin/highlight/highlight.js rename to presentations/musicprod/plugin/highlight/highlight.js diff --git a/blog/presentations/musicprod/plugin/markdown/example.html b/presentations/musicprod/plugin/markdown/example.html similarity index 100% rename from blog/presentations/musicprod/plugin/markdown/example.html rename to presentations/musicprod/plugin/markdown/example.html diff --git a/blog/presentations/musicprod/plugin/markdown/example.md b/presentations/musicprod/plugin/markdown/example.md similarity index 100% rename from blog/presentations/musicprod/plugin/markdown/example.md rename to presentations/musicprod/plugin/markdown/example.md diff --git a/blog/presentations/musicprod/plugin/markdown/markdown.js b/presentations/musicprod/plugin/markdown/markdown.js similarity index 100% rename from blog/presentations/musicprod/plugin/markdown/markdown.js rename to presentations/musicprod/plugin/markdown/markdown.js diff --git a/blog/presentations/musicprod/plugin/markdown/marked.js b/presentations/musicprod/plugin/markdown/marked.js similarity index 100% rename from blog/presentations/musicprod/plugin/markdown/marked.js rename to presentations/musicprod/plugin/markdown/marked.js diff --git a/blog/presentations/musicprod/plugin/math/math.js b/presentations/musicprod/plugin/math/math.js similarity index 100% rename from blog/presentations/musicprod/plugin/math/math.js rename to presentations/musicprod/plugin/math/math.js diff --git a/blog/presentations/musicprod/plugin/multiplex/client.js b/presentations/musicprod/plugin/multiplex/client.js similarity index 100% rename from blog/presentations/musicprod/plugin/multiplex/client.js rename to presentations/musicprod/plugin/multiplex/client.js diff --git a/blog/presentations/musicprod/plugin/multiplex/index.js b/presentations/musicprod/plugin/multiplex/index.js similarity index 100% rename from blog/presentations/musicprod/plugin/multiplex/index.js rename to presentations/musicprod/plugin/multiplex/index.js diff --git a/blog/presentations/musicprod/plugin/multiplex/master.js b/presentations/musicprod/plugin/multiplex/master.js similarity index 100% rename from blog/presentations/musicprod/plugin/multiplex/master.js rename to presentations/musicprod/plugin/multiplex/master.js diff --git a/blog/presentations/musicprod/plugin/notes-server/client.js b/presentations/musicprod/plugin/notes-server/client.js similarity index 100% rename from blog/presentations/musicprod/plugin/notes-server/client.js rename to presentations/musicprod/plugin/notes-server/client.js diff --git a/blog/presentations/musicprod/plugin/notes-server/index.js b/presentations/musicprod/plugin/notes-server/index.js similarity index 100% rename from blog/presentations/musicprod/plugin/notes-server/index.js rename to presentations/musicprod/plugin/notes-server/index.js diff --git a/blog/presentations/musicprod/plugin/notes-server/notes.html b/presentations/musicprod/plugin/notes-server/notes.html similarity index 100% rename from blog/presentations/musicprod/plugin/notes-server/notes.html rename to presentations/musicprod/plugin/notes-server/notes.html diff --git a/blog/presentations/musicprod/plugin/notes/notes.html b/presentations/musicprod/plugin/notes/notes.html similarity index 100% rename from blog/presentations/musicprod/plugin/notes/notes.html rename to presentations/musicprod/plugin/notes/notes.html diff --git a/blog/presentations/musicprod/plugin/notes/notes.js b/presentations/musicprod/plugin/notes/notes.js similarity index 100% rename from blog/presentations/musicprod/plugin/notes/notes.js rename to presentations/musicprod/plugin/notes/notes.js diff --git a/blog/presentations/musicprod/plugin/print-pdf/print-pdf.js b/presentations/musicprod/plugin/print-pdf/print-pdf.js similarity index 100% rename from blog/presentations/musicprod/plugin/print-pdf/print-pdf.js rename to presentations/musicprod/plugin/print-pdf/print-pdf.js diff --git a/blog/presentations/musicprod/plugin/search/search.js b/presentations/musicprod/plugin/search/search.js similarity index 100% rename from blog/presentations/musicprod/plugin/search/search.js rename to presentations/musicprod/plugin/search/search.js diff --git a/blog/presentations/musicprod/plugin/zoom-js/zoom.js b/presentations/musicprod/plugin/zoom-js/zoom.js similarity index 100% rename from blog/presentations/musicprod/plugin/zoom-js/zoom.js rename to presentations/musicprod/plugin/zoom-js/zoom.js diff --git a/blog/style.scss b/style.scss similarity index 100% rename from blog/style.scss rename to style.scss diff --git a/blog/tags.html b/tags.html similarity index 100% rename from blog/tags.html rename to tags.html