diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile b/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile
deleted file mode 100644
index ab2efd6d2..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile
+++ /dev/null
@@ -1,34 +0,0 @@
-source "https://rubygems.org"
-
-# Hello! This is where you manage which Jekyll version is used to run.
-# When you want to use a different version, change it below, save the
-# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
-#
-# bundle exec jekyll serve
-#
-# This will help ensure the proper Jekyll version is running.
-# Happy Jekylling!
-gem "jekyll", "~> 3.8.6"
-
-# This is the default theme for new Jekyll sites. You may change this to anything you like.
-gem "minima", "~> 2.0"
-
-# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
-# uncomment the line below. To upgrade, run `bundle update github-pages`.
-# gem "github-pages", group: :jekyll_plugins
-
-# If you have any plugins, put them here!
-group :jekyll_plugins do
- gem "jekyll-feed", "~> 0.6"
-end
-
-# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-# and associated library.
-install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
- gem "tzinfo", "~> 1.2"
- gem "tzinfo-data"
-end
-
-# Performance-booster for watching directories on Windows
-gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
-
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile.lock b/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile.lock
deleted file mode 100644
index 240bc7e1a..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/Gemfile.lock
+++ /dev/null
@@ -1,82 +0,0 @@
-GEM
- remote: https://rubygems.org/
- specs:
- addressable (2.7.0)
- public_suffix (>= 2.0.2, < 5.0)
- colorator (1.1.0)
- concurrent-ruby (1.1.5)
- em-websocket (0.5.1)
- eventmachine (>= 0.12.9)
- http_parser.rb (~> 0.6.0)
- eventmachine (1.2.7)
- ffi (1.11.1)
- forwardable-extended (2.6.0)
- http_parser.rb (0.6.0)
- i18n (0.9.5)
- concurrent-ruby (~> 1.0)
- jekyll (3.8.6)
- addressable (~> 2.4)
- colorator (~> 1.0)
- em-websocket (~> 0.5)
- i18n (~> 0.7)
- jekyll-sass-converter (~> 1.0)
- jekyll-watch (~> 2.0)
- kramdown (~> 1.14)
- liquid (~> 4.0)
- mercenary (~> 0.3.3)
- pathutil (~> 0.9)
- rouge (>= 1.7, < 4)
- safe_yaml (~> 1.0)
- jekyll-feed (0.12.1)
- jekyll (>= 3.7, < 5.0)
- jekyll-sass-converter (1.5.2)
- sass (~> 3.4)
- jekyll-seo-tag (2.6.1)
- jekyll (>= 3.3, < 5.0)
- jekyll-watch (2.2.1)
- listen (~> 3.0)
- kramdown (1.17.0)
- liquid (4.0.3)
- listen (3.1.5)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
- ruby_dep (~> 1.2)
- mercenary (0.3.6)
- minima (2.5.1)
- jekyll (>= 3.5, < 5.0)
- jekyll-feed (~> 0.9)
- jekyll-seo-tag (~> 2.1)
- pathutil (0.16.2)
- forwardable-extended (~> 2.6)
- public_suffix (4.0.1)
- rb-fsevent (0.10.3)
- rb-inotify (0.10.0)
- ffi (~> 1.0)
- rouge (3.10.0)
- ruby_dep (1.5.0)
- safe_yaml (1.0.5)
- sass (3.7.4)
- sass-listen (~> 4.0.0)
- sass-listen (4.0.0)
- rb-fsevent (~> 0.9, >= 0.9.4)
- rb-inotify (~> 0.9, >= 0.9.7)
- thread_safe (0.3.6)
- tzinfo (1.2.5)
- thread_safe (~> 0.1)
- tzinfo-data (1.2019.2)
- tzinfo (>= 1.0.0)
- wdm (0.1.1)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- jekyll (~> 3.8.6)
- jekyll-feed (~> 0.6)
- minima (~> 2.0)
- tzinfo (~> 1.2)
- tzinfo-data
- wdm (~> 0.1.0)
-
-BUNDLED WITH
- 2.0.2
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/_config.yml b/packages/static-build/test/fixtures/30-jekyll-with-framework/_config.yml
deleted file mode 100644
index f91333e51..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/_config.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-# Welcome to Jekyll!
-#
-# This config file is meant for settings that affect your whole blog, values
-# which you are expected to set up once and rarely edit after that. If you find
-# yourself editing this file very often, consider using Jekyll's data files
-# feature for the data you need to update frequently.
-#
-# For technical reasons, this file is *NOT* reloaded automatically when you use
-# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
-
-# Site settings
-# These are used to personalize your new site. If you look in the HTML files,
-# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
-# You can create any custom variable you would like, and they will be accessible
-# in the templates via {{ site.myvariable }}.
-title: Your awesome title
-email: your-email@example.com
-description: >- # this means to ignore newlines until "baseurl:"
- Write an awesome description for your new site here. You can edit this
- line in _config.yml. It will appear in your document head meta (for
- Google search results) and in your feed.xml site description.
-baseurl: "" # the subpath of your site, e.g. /blog
-url: "" # the base hostname & protocol for your site, e.g. http://example.com
-twitter_username: jekyllrb
-github_username: jekyll
-
-# Build settings
-markdown: kramdown
-theme: minima
-plugins:
- - jekyll-feed
-
-# Exclude from processing.
-# The following items will not be processed, by default. Create a custom list
-# to override the default setting.
-# exclude:
-# - Gemfile
-# - Gemfile.lock
-# - node_modules
-# - vendor/bundle/
-# - vendor/cache/
-# - vendor/gems/
-# - vendor/ruby/
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/_posts/2019-09-06-welcome-to-jekyll.markdown b/packages/static-build/test/fixtures/30-jekyll-with-framework/_posts/2019-09-06-welcome-to-jekyll.markdown
deleted file mode 100644
index afe11e54c..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/_posts/2019-09-06-welcome-to-jekyll.markdown
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: post
-title: "Welcome to Jekyll!"
-date: 2019-09-06 15:36:47 -0400
-categories: jekyll update
----
-You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
-
-To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
-{% endhighlight %}
-
-Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
-
-[jekyll-docs]: https://jekyllrb.com/docs/home
-[jekyll-gh]: https://github.com/jekyll/jekyll
-[jekyll-talk]: https://talk.jekyllrb.com/
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/about.md b/packages/static-build/test/fixtures/30-jekyll-with-framework/about.md
deleted file mode 100644
index 33808e90d..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/about.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: page
-title: About
-permalink: /about/
----
-
-This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
-
-You can find the source code for Minima at GitHub:
-[jekyll][jekyll-organization] /
-[minima](https://github.com/jekyll/minima)
-
-You can find the source code for Jekyll at GitHub:
-[jekyll][jekyll-organization] /
-[jekyll](https://github.com/jekyll/jekyll)
-
-[jekyll-organization]: https://github.com/jekyll
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/index.md b/packages/static-build/test/fixtures/30-jekyll-with-framework/index.md
deleted file mode 100644
index 067150784..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-# Feel free to add content and custom Front Matter to this file.
-# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
-
-layout: home
----
diff --git a/packages/static-build/test/fixtures/30-jekyll-with-framework/now.json b/packages/static-build/test/fixtures/30-jekyll-with-framework/now.json
deleted file mode 100644
index 2e80f87c1..000000000
--- a/packages/static-build/test/fixtures/30-jekyll-with-framework/now.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "builds": [
- {
- "src": "_config.yml",
- "use": "@vercel/static-build",
- "config": {
- "zeroConfig": true,
- "framework": "jekyll"
- }
- }
- ],
- "probes": [
- { "path": "/", "mustContain": "Your awesome title" },
- { "path": "/about/", "mustContain": "You can find out more info" },
- {
- "path": "/jekyll/update/2019/09/06/welcome-to-jekyll.html",
- "mustContain": "Go ahead and edit it"
- }
- ]
-}
diff --git a/packages/static-build/test/fixtures/30-jekyll/package.json b/packages/static-build/test/fixtures/30-jekyll/package.json
deleted file mode 100644
index 94c39e0e0..000000000
--- a/packages/static-build/test/fixtures/30-jekyll/package.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "private": true,
- "scripts": {
- "build": "jekyll build && mv _site public"
- }
-}
diff --git a/packages/static-build/test/fixtures/30-jekyll/now.json b/packages/static-build/test/fixtures/30-jekyll/probes.json
similarity index 64%
rename from packages/static-build/test/fixtures/30-jekyll/now.json
rename to packages/static-build/test/fixtures/30-jekyll/probes.json
index b0fa9645f..5a0a9d522 100644
--- a/packages/static-build/test/fixtures/30-jekyll/now.json
+++ b/packages/static-build/test/fixtures/30-jekyll/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "Your awesome title" },
{ "path": "/about/", "mustContain": "You can find out more info" },
diff --git a/packages/static-build/test/fixtures/31-hugo/now.json b/packages/static-build/test/fixtures/31-hugo/probes.json
similarity index 60%
rename from packages/static-build/test/fixtures/31-hugo/now.json
rename to packages/static-build/test/fixtures/31-hugo/probes.json
index 51daa304e..0bb43db5c 100644
--- a/packages/static-build/test/fixtures/31-hugo/now.json
+++ b/packages/static-build/test/fixtures/31-hugo/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "My New Hugo Site" },
{ "path": "/", "mustContain": "read more" },
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/.gitignore b/packages/static-build/test/fixtures/32-zola-with-framework/.gitignore
deleted file mode 100644
index 84b897a71..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-public
-.env
-processed_images/
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/config.toml b/packages/static-build/test/fixtures/32-zola-with-framework/config.toml
deleted file mode 100644
index 1402378ff..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/config.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-base_url = "/"
-compile_sass = false
-theme = "feather"
-highlight_code = true
-build_search_index = false
-title = "Hello World"
-description = "A an example zola website with a theme"
-default_language = "en"
-generate_categories_pages = true
-generate_tags_pages = true
-generate_rss = true
-
-[extra]
-#feather_header_image = "/example.svg"
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/content/1/index.md b/packages/static-build/test/fixtures/32-zola-with-framework/content/1/index.md
deleted file mode 100644
index 47ba6262f..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/content/1/index.md
+++ /dev/null
@@ -1,17 +0,0 @@
-+++
-title = "Hello Universe"
-weight = 1
-
-[extra]
-number = "1"
-+++
-
-## This is the first.
-
-Hello to anyone out there. Thanks for coming to my Ted Talk. Goodnight!
-
-
-
-## Keywords
-
-_default, first, hello_
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/content/1/thumb.jpg b/packages/static-build/test/fixtures/32-zola-with-framework/content/1/thumb.jpg
deleted file mode 100644
index 95ddb238e..000000000
Binary files a/packages/static-build/test/fixtures/32-zola-with-framework/content/1/thumb.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/content/2/index.md b/packages/static-build/test/fixtures/32-zola-with-framework/content/2/index.md
deleted file mode 100644
index 0785d99dd..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/content/2/index.md
+++ /dev/null
@@ -1,19 +0,0 @@
-+++
-title = "Never Gonna Give You Up"
-weight = 2
-
-[extra]
-number = "2"
-+++
-
-{{youtube(id="dQw4w9WgXcQ") }}
-
-## Let's talk about youtube
-
-Everyone loves youtube because of the endless videos. I could never give up youtube, could you?
-
-
-
-## Keywords
-
-_youtube, video, never_
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/content/2/thumb.jpg b/packages/static-build/test/fixtures/32-zola-with-framework/content/2/thumb.jpg
deleted file mode 100644
index a69349cb2..000000000
Binary files a/packages/static-build/test/fixtures/32-zola-with-framework/content/2/thumb.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/content/_index.md b/packages/static-build/test/fixtures/32-zola-with-framework/content/_index.md
deleted file mode 100644
index 52f618bc7..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/content/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
-+++
-# Whether to sort pages by "date", "weight", or "none". More on that below
-sort_by = "weight"
-+++
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/now.json b/packages/static-build/test/fixtures/32-zola-with-framework/now.json
deleted file mode 100644
index efb08ef88..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/now.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "version": 2,
- "builds": [
- {
- "src": "config.toml",
- "use": "@vercel/static-build",
- "config": {
- "zeroConfig": true,
- "framework": "zola"
- }
- }
- ],
- "probes": [
- { "path": "/", "mustContain": "The goal is to demonstrate" },
- { "path": "/robots.txt", "mustContain": "User-agent" },
- { "path": "/1/", "mustContain": "Thanks for coming to my Ted Talk" },
- { "path": "/2/", "mustContain": "www.youtube.com" }
- ]
-}
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/static/robots.txt b/packages/static-build/test/fixtures/32-zola-with-framework/static/robots.txt
deleted file mode 100644
index 7d329b1db..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/static/robots.txt
+++ /dev/null
@@ -1 +0,0 @@
-User-agent: *
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/.gitignore b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/.gitignore
deleted file mode 100644
index a73d8e788..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-static/files/
-static/images/
-public/
\ No newline at end of file
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/LICENSE b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/LICENSE
deleted file mode 100644
index ae4bebd49..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/LICENSE
+++ /dev/null
@@ -1,29 +0,0 @@
-BSD 3-Clause License
-
-Copyright (c) 2018, Alexander Lozada
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
-
-* Neither the name of the copyright holder nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
-AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/README.md b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/README.md
deleted file mode 100644
index 38cd78bbb..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/README.md
+++ /dev/null
@@ -1,75 +0,0 @@
-# feather
-
-A lightweight theme for gutenberg
-
-Feather is a blog theme specifically designed for the static site generator [Gutenberg](https://github.com/Keats/gutenberg). It's as far as
-I know the first theme for the platform that isn't a port or just contained within template files.
-
-Feather is _not_ intended for anything other than blogs.
-
-# Developing & Contributing
-
-Because feather comes with example content, you can run the theme just like any Gutenberg
-blog with `gutenberg serve`. Your changes will autoreload!
-
-## Considerations
-
-Please don't edit the `content` folder directly for your own blog, use it as a theme like
-intended!
-
-# Usage
-
-Using feather is easy. Install [Gutenberg](https://github.com/Keats/gutenberg) and follow
-[the guide for creating a site and using a theme](https://www.getgutenberg.io/documentation/themes/installing-and-using-themes/). Then,
-add `theme = "feather"` to your `config.toml` file.
-
-If you intend to publish your site to Github Pages, please check out [this tutorial](http://vaporsoft.net/publishing-gutenberg-to-github/).
-
-## Options
-
-Gutenberg allows themes to [define `[extra]` variables](https://www.getgutenberg.io/documentation/getting-started/configuration/)
-in the config. Here's a full list of theme variables with example values and comments.
-
-```
-[extra]
-# specify an image for the big header at the top of the page.
-# this will be a background cover image, so make it large enough
-# so that it won't upscale enough to pixelate
-feather_header_image = "/theme_images/default.gif"
-
-# if you want comments, add your disqus embed code here.
-# you can obtain a code on the disqus website.
-feather_disqus_code = ""
\ No newline at end of file
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/_index.md b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/_index.md
deleted file mode 100644
index 8bc00690e..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/_index.md
+++ /dev/null
@@ -1,3 +0,0 @@
-+++
-sort_by = "date"
-+++
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post-2.md b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post-2.md
deleted file mode 100644
index 9f84d5e61..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post-2.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Categories part 2"
-date = 2018-01-05
-category = "other"
-+++
-
-# Categories and tags
-
-Look, you can click the category up there to see more posts like this!
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post.md b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post.md
deleted file mode 100644
index 718982805..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/category-post.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Categories yeah!"
-date = 2018-01-06
-category = "test"
-+++
-
-# Categories and tags
-
-Look, you can click the category up there to see more posts like this!
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/my-first-post.md b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/my-first-post.md
deleted file mode 100644
index 70fbe65fb..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/content/my-first-post.md
+++ /dev/null
@@ -1,132 +0,0 @@
-+++
-title = "My first post"
-date = 2018-01-07
-category = "test"
-+++
-
-# Hey all
-
-This is a small example post of stuff you can do with the `feather` theme.
-We'll try to represent all possible markdown and shortcode combinations here
-so you can develop easily.
-
-## Here's some lists
-
-- let's list some stuff
-- unordered, of course.
-
-1. We can also order lists
- 1. And nesting here works too
- 2. We can do whatever we want!
-2. And drop back to the original indentation.
-
-# Headers
-
-## Smaller
-
-### Smaller still!
-
-#### Can't really get much smaller than this
-
-##### Even if you try
-
-###### It won't do anything
-
-We can also _italisize_ stuff or however that's spelled. I **don't** know how to spell.
-
-# Code
-
-Want some Rust code? We got Rust code.
-
-```rust
-// `vst` uses macros, so we'll need to specify that we're using them!
-#[macro_use]
-extern crate vst;
-
-// We're implementing a trait `Plugin` that does all the VST-y stuff for us.
-impl Plugin for Whisper {
- fn get_info(&self) -> Info {
- Info {
- name: "Whisper".to_string()
- }
- }
-}
-```
-
-We can also add a filename to our code blocks which is super useful when
-providing tutorials, etc. Here's some HTML we can insert into our
-markdown file right before the code block. (Meta, right?)
-
-
-
www/index.html
-
-
-```html
-
-
src/lib.rs
-
-```
-
-If we want, we can also `specify inline code` which is useful for `the small stuff`.
-
-# Horizontal rules
-
-We have them!
-
----
-
-# Images
-
-We can insert images as well. If they're small enough, they won't stretch to fill the container.
-
-
-
-If they're bigger, we can make sure they are fullwidth.
-
-
-
-# Blockquotes
-
-We can do all sorts of fun stuff with blockquotes. I often use them for notes or
-asides, but we can do whatever, really.
-
-> > We can do all sorts of fun stuff with blockquotes.
-> > I often use them for notes or asides, but we can do whatever, really.
->
-> "You can also add quotation marks if you're feeling fancy."
-
-# Links
-
-We got links. [Lots of links](localhost).
-You can [`link`](localhost) here, too.
-
-# Tables
-
-You can make tables in markdown, too! Who would have thought. Are these styled yet?
-
-| First Header | Second Header |
-| ------------ | ------------- |
-| Content Cell | Content Cell |
-| Content Cell | Content Cell |
-
-# Foldable Text
-
-
- Title 1
-
Content 1 Content 1 Content 1 Content 1 Content 1
-
-
-
- Title 2
-
Content 2 Content 2 Content 2 Content 2 Content 2
-
-
-We can do that like this:
-
-```html
-
- Title 1
-
-{% endblock content %}
\ No newline at end of file
diff --git a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/theme.toml b/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/theme.toml
deleted file mode 100644
index 18101e8fe..000000000
--- a/packages/static-build/test/fixtures/32-zola-with-framework/themes/feather/theme.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-name = "feather"
-description = "A modern blog theme"
-license = "MIT"
-homepage = "https://github.com/piedoom/feather"
-min_version = "0.3.4"
-
-[extra]
-feather_header_image = "/theme_images/default.gif"
-feather_disqus_code = ""
-feather_donate_link = ""
-feather_analytics = ""
-
-[author]
-name = "doomy"
-homepage = "https://alexanderlozada.com"
diff --git a/packages/static-build/test/fixtures/32-zola/now.json b/packages/static-build/test/fixtures/32-zola/probes.json
similarity index 64%
rename from packages/static-build/test/fixtures/32-zola/now.json
rename to packages/static-build/test/fixtures/32-zola/probes.json
index 6d80607d0..11cd6486f 100644
--- a/packages/static-build/test/fixtures/32-zola/now.json
+++ b/packages/static-build/test/fixtures/32-zola/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "The goal is to demonstrate" },
{ "path": "/robots.txt", "mustContain": "User-agent" },
diff --git a/packages/static-build/test/fixtures/33-hugo-zola-versions/now.json b/packages/static-build/test/fixtures/33-hugo-zola-versions/now.json
deleted file mode 100644
index cf947cada..000000000
--- a/packages/static-build/test/fixtures/33-hugo-zola-versions/now.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
- "build": {
- "env": {
- "HUGO_VERSION": "0.58.1",
- "ZOLA_VERSION": "0.7.0",
- "GUTENBERG_VERSION": "0.4.1"
- }
- },
- "probes": [
- { "path": "/hugo.txt", "mustContain": "0.58.1" },
- { "path": "/zola.txt", "mustContain": "0.7.0" },
- { "path": "/gutenberg.txt", "mustContain": "0.4.1" }
- ]
-}
diff --git a/packages/static-build/test/fixtures/33-hugo-zola-versions/probes.json b/packages/static-build/test/fixtures/33-hugo-zola-versions/probes.json
new file mode 100644
index 000000000..ff968e225
--- /dev/null
+++ b/packages/static-build/test/fixtures/33-hugo-zola-versions/probes.json
@@ -0,0 +1,7 @@
+{
+ "probes": [
+ { "path": "/hugo.txt", "mustContain": "0.58.1" },
+ { "path": "/zola.txt", "mustContain": "0.7.0" },
+ { "path": "/gutenberg.txt", "mustContain": "0.4.1" }
+ ]
+}
diff --git a/packages/static-build/test/fixtures/33-hugo-zola-versions/vercel.json b/packages/static-build/test/fixtures/33-hugo-zola-versions/vercel.json
new file mode 100644
index 000000000..622be86d6
--- /dev/null
+++ b/packages/static-build/test/fixtures/33-hugo-zola-versions/vercel.json
@@ -0,0 +1,9 @@
+{
+ "build": {
+ "env": {
+ "HUGO_VERSION": "0.58.1",
+ "ZOLA_VERSION": "0.7.0",
+ "GUTENBERG_VERSION": "0.4.1"
+ }
+ }
+}
diff --git a/packages/static-build/test/fixtures/34-hugo-old-version/now.json b/packages/static-build/test/fixtures/34-hugo-old-version/now.json
deleted file mode 100644
index 145e3af3e..000000000
--- a/packages/static-build/test/fixtures/34-hugo-old-version/now.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
- "build": {
- "env": {
- "HUGO_VERSION": "0.42"
- }
- },
- "probes": [{ "path": "/", "mustContain": "0.42" }]
-}
diff --git a/packages/static-build/test/fixtures/34-hugo-old-version/probes.json b/packages/static-build/test/fixtures/34-hugo-old-version/probes.json
new file mode 100644
index 000000000..2216a24db
--- /dev/null
+++ b/packages/static-build/test/fixtures/34-hugo-old-version/probes.json
@@ -0,0 +1,3 @@
+{
+ "probes": [{ "path": "/", "mustContain": "0.42" }]
+}
diff --git a/packages/static-build/test/fixtures/34-hugo-old-version/vercel.json b/packages/static-build/test/fixtures/34-hugo-old-version/vercel.json
new file mode 100644
index 000000000..0369a389b
--- /dev/null
+++ b/packages/static-build/test/fixtures/34-hugo-old-version/vercel.json
@@ -0,0 +1,7 @@
+{
+ "build": {
+ "env": {
+ "HUGO_VERSION": "0.42"
+ }
+ }
+}
diff --git a/packages/static-build/test/fixtures/35-bundle-without/now.json b/packages/static-build/test/fixtures/35-bundle-without/now.json
deleted file mode 100644
index 9f69b5374..000000000
--- a/packages/static-build/test/fixtures/35-bundle-without/now.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
- "build": {
- "env": {
- "BUNDLE_WITHOUT": "development:test"
- }
- },
- "probes": [
- { "path": "/jekyll.txt", "mustContain": "not found" },
- { "path": "/middleman.txt", "mustContain": "not found" },
- { "path": "/dimples.txt", "mustContain": "dimples" }
- ]
-}
diff --git a/packages/static-build/test/fixtures/35-bundle-without/probes.json b/packages/static-build/test/fixtures/35-bundle-without/probes.json
new file mode 100644
index 000000000..a2669975f
--- /dev/null
+++ b/packages/static-build/test/fixtures/35-bundle-without/probes.json
@@ -0,0 +1,7 @@
+{
+ "probes": [
+ { "path": "/jekyll.txt", "mustContain": "not found" },
+ { "path": "/middleman.txt", "mustContain": "not found" },
+ { "path": "/dimples.txt", "mustContain": "dimples" }
+ ]
+}
diff --git a/packages/static-build/test/fixtures/35-bundle-without/vercel.json b/packages/static-build/test/fixtures/35-bundle-without/vercel.json
new file mode 100644
index 000000000..9312eacc2
--- /dev/null
+++ b/packages/static-build/test/fixtures/35-bundle-without/vercel.json
@@ -0,0 +1,7 @@
+{
+ "build": {
+ "env": {
+ "BUNDLE_WITHOUT": "development:test"
+ }
+ }
+}
diff --git a/packages/static-build/test/fixtures/36-hugo-version-not-found/now.json b/packages/static-build/test/fixtures/36-hugo-version-not-found/now.json
deleted file mode 100644
index 1f7849b4e..000000000
--- a/packages/static-build/test/fixtures/36-hugo-version-not-found/now.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
- "build": {
- "env": {
- "HUGO_VERSION": "0.0.0"
- }
- }
-}
diff --git a/packages/static-build/test/fixtures/36-hugo-version-not-found/vercel.json b/packages/static-build/test/fixtures/36-hugo-version-not-found/vercel.json
new file mode 100644
index 000000000..242b4e46a
--- /dev/null
+++ b/packages/static-build/test/fixtures/36-hugo-version-not-found/vercel.json
@@ -0,0 +1,7 @@
+{
+ "build": {
+ "env": {
+ "HUGO_VERSION": "0.0.0"
+ }
+ }
+}
diff --git a/packages/static-build/test/fixtures/40-pelican/vercel.json b/packages/static-build/test/fixtures/40-pelican/probes.json
similarity index 70%
rename from packages/static-build/test/fixtures/40-pelican/vercel.json
rename to packages/static-build/test/fixtures/40-pelican/probes.json
index c537d15ef..2ba100286 100644
--- a/packages/static-build/test/fixtures/40-pelican/vercel.json
+++ b/packages/static-build/test/fixtures/40-pelican/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "Other articles" },
{
diff --git a/packages/static-build/test/fixtures/41-mkdocs/vercel.json b/packages/static-build/test/fixtures/41-mkdocs/probes.json
similarity index 50%
rename from packages/static-build/test/fixtures/41-mkdocs/vercel.json
rename to packages/static-build/test/fixtures/41-mkdocs/probes.json
index 269849388..144103ec2 100644
--- a/packages/static-build/test/fixtures/41-mkdocs/vercel.json
+++ b/packages/static-build/test/fixtures/41-mkdocs/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "For full documentation visit" },
{ "path": "/another/", "mustContain": "This is another page" }
diff --git a/packages/static-build/test/fixtures/42-stencil/now.json b/packages/static-build/test/fixtures/42-stencil/probes.json
similarity index 56%
rename from packages/static-build/test/fixtures/42-stencil/now.json
rename to packages/static-build/test/fixtures/42-stencil/probes.json
index ee1cd951a..d9a040ca8 100644
--- a/packages/static-build/test/fixtures/42-stencil/now.json
+++ b/packages/static-build/test/fixtures/42-stencil/probes.json
@@ -1,12 +1,4 @@
{
- "version": 2,
- "builds": [
- {
- "src": "package.json",
- "use": "@vercel/static-build",
- "config": { "zeroConfig": true }
- }
- ],
"probes": [
{ "path": "/", "mustContain": "Welcome to the Stencil App Starter" },
{
diff --git a/packages/static-build/test/fixtures/43-build-command/now.json b/packages/static-build/test/fixtures/43-build-command/vercel.json
similarity index 100%
rename from packages/static-build/test/fixtures/43-build-command/now.json
rename to packages/static-build/test/fixtures/43-build-command/vercel.json
diff --git a/packages/static-build/test/fixtures/44-custom-output-dir/now.json b/packages/static-build/test/fixtures/44-custom-output-dir/vercel.json
similarity index 100%
rename from packages/static-build/test/fixtures/44-custom-output-dir/now.json
rename to packages/static-build/test/fixtures/44-custom-output-dir/vercel.json
diff --git a/packages/static-build/test/fixtures/45-node-modules-bin-path/now.json b/packages/static-build/test/fixtures/45-node-modules-bin-path/vercel.json
similarity index 100%
rename from packages/static-build/test/fixtures/45-node-modules-bin-path/now.json
rename to packages/static-build/test/fixtures/45-node-modules-bin-path/vercel.json
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/.gitignore b/packages/static-build/test/fixtures/46-hugo-with-framework/.gitignore
deleted file mode 100644
index a34c6541e..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-finished-hugo-page
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/archetypes/default.md b/packages/static-build/test/fixtures/46-hugo-with-framework/archetypes/default.md
deleted file mode 100644
index 26f317f30..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/archetypes/default.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
----
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/config.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/config.toml
deleted file mode 100644
index 82c563875..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/config.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "My New Hugo Site"
-theme = "ananke"
-publishDir = "finished-hugo-page"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/content/posts/my-first-post.md b/packages/static-build/test/fixtures/46-hugo-with-framework/content/posts/my-first-post.md
deleted file mode 100644
index b7a861b4d..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/content/posts/my-first-post.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'My First Post'
-date: 2019-12-19T16:20:43+01:00
-draft: true
----
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/now.json b/packages/static-build/test/fixtures/46-hugo-with-framework/now.json
deleted file mode 100644
index e0099c884..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/now.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "builds": [
- {
- "use": "@vercel/static-build",
- "src": "config.toml",
- "config": {
- "zeroConfig": true,
- "framework": "hugo"
- }
- }
- ],
- "build": {
- "env": {
- "VERCEL_BUILDER_DEBUG": "1"
- }
- },
- "probes": [{ "path": "/", "mustContain": "My First Post" }]
-}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/.gitignore b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/.gitignore
deleted file mode 100644
index f331fc6fa..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/.gitignore
+++ /dev/null
@@ -1,30 +0,0 @@
-# OS
-.DS_Store
-Thumbs.db
-
-# IDEs
-.buildpath
-.project
-.settings/
-.build/
-.idea/
-public/
-nbproject/
-
-# Vagrant
-.vagrant/
-
-# FE Setup
-.bin/node_modules/
-/node_modules/
-src/node_modules/
-src/npm-debug.log.*
-npm-debug.log
-/npm-debug.log*
-/dist/
-/src/client.config.json
-/styleguide/
-/docs/
-
-/junit.xml
-partials/structure/stylesheet.html
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/CHANGELOG.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/CHANGELOG.md
deleted file mode 100644
index 20b336ce7..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/CHANGELOG.md
+++ /dev/null
@@ -1,122 +0,0 @@
-# Changelog
-
-All notable changes to this project will be documented in this file.
-
-The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
-
-## [2.5.5](https://github.com/budparr/gohugo-theme-ananke/compare/2.5.1...2.5.5) - 2019-11-15
-
-### Merged
-
-- Remove stray grave accent [`#231`](https://github.com/budparr/gohugo-theme-ananke/pull/231)
-- Add Slack to social options [`#236`](https://github.com/budparr/gohugo-theme-ananke/pull/236)
-- Fix URL for menus [`#230`](https://github.com/budparr/gohugo-theme-ananke/pull/230)
-- Fix word count heading typo in README.md [`#222`](https://github.com/budparr/gohugo-theme-ananke/pull/222)
-- Add auto-changelog [`#228`](https://github.com/budparr/gohugo-theme-ananke/pull/228)
-- Fix stackbit issues [`#226`](https://github.com/budparr/gohugo-theme-ananke/pull/226)
-- Add Stackbit Configuration [`#223`](https://github.com/budparr/gohugo-theme-ananke/pull/223)
-- Replace {{ .URL }} with {{ .Permalink }} [`#216`](https://github.com/budparr/gohugo-theme-ananke/pull/216)
-- Adds an author to blog posts. [`#209`](https://github.com/budparr/gohugo-theme-ananke/pull/209)
-- Fixes #212. [`#213`](https://github.com/budparr/gohugo-theme-ananke/pull/213)
-- Add ukrainian translation [`#214`](https://github.com/budparr/gohugo-theme-ananke/pull/214)
-- Add swedish translation [`#208`](https://github.com/budparr/gohugo-theme-ananke/pull/208)
-- Deprecation messages fixes. [`#196`](https://github.com/budparr/gohugo-theme-ananke/pull/196)
-- Fix README instructions [`#204`](https://github.com/budparr/gohugo-theme-ananke/pull/204)
-- Use git submodules [`#183`](https://github.com/budparr/gohugo-theme-ananke/pull/183)
-- Remove Google News meta tags [`#197`](https://github.com/budparr/gohugo-theme-ananke/pull/197)
-
-### Fixed
-
-- Fix URL for menus (#230) [`#229`](https://github.com/budparr/gohugo-theme-ananke/issues/229)
-- Add auto-changelog (#228) [`#227`](https://github.com/budparr/gohugo-theme-ananke/issues/227) [`#227`](https://github.com/budparr/gohugo-theme-ananke/issues/227)
-- Fix stackbit issues (#226) [`#224`](https://github.com/budparr/gohugo-theme-ananke/issues/224)
-- Add Stackbit Configuration (#223) [`#200`](https://github.com/budparr/gohugo-theme-ananke/issues/200)
-- Fixes #212. (#213) [`#212`](https://github.com/budparr/gohugo-theme-ananke/issues/212)
-- Deprecation messages fixes. (#196) [`#180`](https://github.com/budparr/gohugo-theme-ananke/issues/180)
-
-## 2.5.1 - 2019-08-12
-
-### Merged
-
-- remove deprecated meta tags for old Windows Mobile and BlackBerry [`#191`](https://github.com/budparr/gohugo-theme-ananke/pull/191)
-- localization for form-contact shortcode [`#185`](https://github.com/budparr/gohugo-theme-ananke/pull/185)
-- Fix min_version [`#189`](https://github.com/budparr/gohugo-theme-ananke/pull/189)
-- Add portuguese translation [`#179`](https://github.com/budparr/gohugo-theme-ananke/pull/179)
-- Add commento [`#178`](https://github.com/budparr/gohugo-theme-ananke/pull/178)
-- feat: add RU translation [`#177`](https://github.com/budparr/gohugo-theme-ananke/pull/177)
-- Spanish Translation [`#175`](https://github.com/budparr/gohugo-theme-ananke/pull/175)
-- Dutch translations. [`#171`](https://github.com/budparr/gohugo-theme-ananke/pull/171)
-- Correcting issue with cached i18n menu [`#174`](https://github.com/budparr/gohugo-theme-ananke/pull/174)
-- Create zh.toml [`#170`](https://github.com/budparr/gohugo-theme-ananke/pull/170)
-- Fix TOC header [`#168`](https://github.com/budparr/gohugo-theme-ananke/pull/168)
-- Optimisation "partialCached" [`#165`](https://github.com/budparr/gohugo-theme-ananke/pull/165)
-- Add a link to "mastodon" [`#159`](https://github.com/budparr/gohugo-theme-ananke/pull/159)
-- Create fr.toml [`#157`](https://github.com/budparr/gohugo-theme-ananke/pull/157)
-- add i18n translation support [`#156`](https://github.com/budparr/gohugo-theme-ananke/pull/156)
-- Support hiding the featured image header text. [`#155`](https://github.com/budparr/gohugo-theme-ananke/pull/155)
-- enable localization/modification of "Recent" string [`#154`](https://github.com/budparr/gohugo-theme-ananke/pull/154)
-- add basic support for post translations [`#144`](https://github.com/budparr/gohugo-theme-ananke/pull/144)
-- Keep article padding throughout widths [`#152`](https://github.com/budparr/gohugo-theme-ananke/pull/152)
-- Improve semantic structure of pages [`#151`](https://github.com/budparr/gohugo-theme-ananke/pull/151)
-- Improve social link accessibility [`#147`](https://github.com/budparr/gohugo-theme-ananke/pull/147)
-- Add explicit path to image example [`#146`](https://github.com/budparr/gohugo-theme-ananke/pull/146)
-- Open social media links in new tab and add Medium icon [`#143`](https://github.com/budparr/gohugo-theme-ananke/pull/143)
-- Make cover dimming class customisable. [`#140`](https://github.com/budparr/gohugo-theme-ananke/pull/140)
-- Removed hardcoded theme sample hero image. This will allow the user to "blank" out the hero default set in the config. The if statement for blank was unreachable. [`#133`](https://github.com/budparr/gohugo-theme-ananke/pull/133)
-- Use relative url function for custom CSS files [`#132`](https://github.com/budparr/gohugo-theme-ananke/pull/132)
-- Add Gitlab to social icons [`#131`](https://github.com/budparr/gohugo-theme-ananke/pull/131)
-- Add div to wrap social icons [`#128`](https://github.com/budparr/gohugo-theme-ananke/pull/128)
-- Fix asset paths when baseURL has sub-folder [`#103`](https://github.com/budparr/gohugo-theme-ananke/pull/103)
-- Add inheritance for social links. [`#107`](https://github.com/budparr/gohugo-theme-ananke/pull/107)
-- Issue 98 [`#101`](https://github.com/budparr/gohugo-theme-ananke/pull/101)
-- Replace Asset References with a data file instead of paths [`#96`](https://github.com/budparr/gohugo-theme-ananke/pull/96)
-- Pre-2.0 Enhancements [`#94`](https://github.com/budparr/gohugo-theme-ananke/pull/94)
-- Don't duplicate site title in home page TITLE tag [`#78`](https://github.com/budparr/gohugo-theme-ananke/pull/78)
-- Fix pagination [`#76`](https://github.com/budparr/gohugo-theme-ananke/pull/76)
-- #68|Parmeterize number of recent posts in index.html [`#69`](https://github.com/budparr/gohugo-theme-ananke/pull/69)
-- Fix typo in single.html [`#67`](https://github.com/budparr/gohugo-theme-ananke/pull/67)
-- Fixed line breaks in code (resolves budparr/gohugo-theme-ananke#56). [`#57`](https://github.com/budparr/gohugo-theme-ananke/pull/57)
-- Favicons [`#54`](https://github.com/budparr/gohugo-theme-ananke/pull/54)
-- indent fix [`#45`](https://github.com/budparr/gohugo-theme-ananke/pull/45)
-- Social icon updates [`#51`](https://github.com/budparr/gohugo-theme-ananke/pull/51)
-- Add GitHub social icon [`#48`](https://github.com/budparr/gohugo-theme-ananke/pull/48)
-- Make Hero image work out-of-the box [`#40`](https://github.com/budparr/gohugo-theme-ananke/pull/40)
-- Removed excess o in Facebook [`#34`](https://github.com/budparr/gohugo-theme-ananke/pull/34)
-- Fixes #31 [`#32`](https://github.com/budparr/gohugo-theme-ananke/pull/32)
-- Bp/fix now function Fixes #29 [`#30`](https://github.com/budparr/gohugo-theme-ananke/pull/30)
-- fix clunky construction on home page to get section name [`#25`](https://github.com/budparr/gohugo-theme-ananke/pull/25)
-- fix clunky construction on home page to get section name [`#24`](https://github.com/budparr/gohugo-theme-ananke/pull/24)
-- fix clunky construction on home page to get section name [`#17`](https://github.com/budparr/gohugo-theme-ananke/pull/17)
-- tweak hero default behavior [`#16`](https://github.com/budparr/gohugo-theme-ananke/pull/16)
-- improve terms template [`#15`](https://github.com/budparr/gohugo-theme-ananke/pull/15)
-- improve image handling for edge cases Fixes #11 [`#14`](https://github.com/budparr/gohugo-theme-ananke/pull/14)
-- Improve featured image handling Ref #11 + minor homepage impvs [`#12`](https://github.com/budparr/gohugo-theme-ananke/pull/12)
-- Dev changes [`#10`](https://github.com/budparr/gohugo-theme-ananke/pull/10)
-- pull in dev changes [`#9`](https://github.com/budparr/gohugo-theme-ananke/pull/9)
-- keeping things in order [`#8`](https://github.com/budparr/gohugo-theme-ananke/pull/8)
-- Improve home page posts [`#7`](https://github.com/budparr/gohugo-theme-ananke/pull/7)
-- make form email comment make more sense. Ref #5 [`#6`](https://github.com/budparr/gohugo-theme-ananke/pull/6)
-- use a cleaner way to include language code [`#3`](https://github.com/budparr/gohugo-theme-ananke/pull/3)
-- update from DEV [`#2`](https://github.com/budparr/gohugo-theme-ananke/pull/2)
-- add taxonomy templates [`#1`](https://github.com/budparr/gohugo-theme-ananke/pull/1)
-
-### Fixed
-
-- Add blockquote styling [`#169`](https://github.com/budparr/gohugo-theme-ananke/issues/169)
-- Keep article padding throughout widths (#152) [`#130`](https://github.com/budparr/gohugo-theme-ananke/issues/130)
-- Update readme for formspree change [`#150`](https://github.com/budparr/gohugo-theme-ananke/issues/150)
-- Improve semantic structure of pages (#151) [`#149`](https://github.com/budparr/gohugo-theme-ananke/issues/149)
-- Add global background color class to footer [`#135`](https://github.com/budparr/gohugo-theme-ananke/issues/135)
-- Add div to wrap social icons (#128) [`#127`](https://github.com/budparr/gohugo-theme-ananke/issues/127)
-- Fix article padding on mobile [`#115`](https://github.com/budparr/gohugo-theme-ananke/issues/115)
-- Make asset paths absolute [`#97`](https://github.com/budparr/gohugo-theme-ananke/issues/97)
-- Fix linkedin icon to match the other social icons [`#70`](https://github.com/budparr/gohugo-theme-ananke/issues/70)
-- Be smarter about linking to posts on home page. [`#50`](https://github.com/budparr/gohugo-theme-ananke/issues/50)
-- Add body_classes parameter to body [`#43`](https://github.com/budparr/gohugo-theme-ananke/issues/43)
-- Fixes #31 (#32) [`#31`](https://github.com/budparr/gohugo-theme-ananke/issues/31)
-- Bp/fix now function Fixes #29 (#30) [`#29`](https://github.com/budparr/gohugo-theme-ananke/issues/29)
-- Merge pull request #14 from budparr/dev [`#11`](https://github.com/budparr/gohugo-theme-ananke/issues/11)
-- improve image handling for edge cases Fixes #11 [`#11`](https://github.com/budparr/gohugo-theme-ananke/issues/11)
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/LICENSE.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/LICENSE.md
deleted file mode 100755
index 3501be13c..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/LICENSE.md
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016 Bud Parr
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/README.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/README.md
deleted file mode 100644
index d25bec25c..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/README.md
+++ /dev/null
@@ -1,152 +0,0 @@
-# Ananke, A theme for [Hugo](http://gohugo.io/), a framework for building websites.
-
-The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
-
-
-
-[DEMO](https://gohugo-ananke-theme-demo.netlify.com/)
-
-Features
-
-- Responsive
-- Accessible
-- Contact form
-- Custom Robots.txt (changes values based on environment)
-- Internal templates for meta data, google analytics, and DISQUS or COMMENTO comments
-- RSS Discovery
-- Table of Contents (must declare `toc: true` in post parameter)
-- Stackbit configuration ([Stackbit](https://www.stackbit.com))
-
-Also includes examples of Hugo Features or Functions:
-
-- Pagination (internal template)
-- Taxonomies
-- Archetypes
-- Custom shortcode
-- Related content
-- Hugo built-in menu
-- i18n
-- `with`
-- `HUGO_ENV`
-- `first`
-- `after`
-- `sort`
-- Site LanguageCode
-- `where`
-- Content Views
-- Partials
-- Template layouts (type "post" uses a special list template, single template, and a content view)
-- Tags
-- `len`
-- Conditionals
-- `ge` (greater than or equal to)
-- `.Site.Params.mainSections` to avoid hard-coding "blog," etc. [[release note](https://github.com/spf13/hugo/blob/66ec6305f6cb450ddf9c489854146bac02f7dca1/docs/content/meta/release-notes.md#enhancements)]
-
-This theme uses the "Tachyons" CSS library. This will allow you to manipulate the design of the theme by changing class names in HTML without touching the original CSS files. For more information see the [Tachyons website](http://tachyons.io/).
-
-## Installation
-
-Inside the folder of your Hugo site run:
-
- $ git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
-
-For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
-
-## Getting started
-
-After installing the theme successfully it requires a just a few more steps to get your site running.
-
-### The config file
-
-Take a look inside the [`exampleSite`](https://github.com/budparr/gohugo-theme-ananke/tree/master/exampleSite) folder of this theme. You'll find a file called [`config.toml`](https://github.com/budparr/gohugo-theme-ananke/blob/master/exampleSite/config.toml). To use it, copy the [`config.toml`](https://github.com/budparr/gohugo-theme-ananke/blob/master/exampleSite/config.toml) in the root folder of your Hugo site. Feel free to change the strings in this theme.
-
-You may need to delete the line: `themesDir = "../.."`
-
-### Add comments
-
-To enable comments, add following to your config file:
-
-- DISQUS: `disqusShortname = YOURSHORTNAME`
-- COMMENTO:
- ```
- [params]
- commentoEnable = true
- ```
-
-### Change the hero background
-
-For any page or post you can add a featured image by including the local path in front matter (see content in the `exampleSite/content/_readme.md` file for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'`
-
-If you would like to hide the header text on the featured image on a page, set `omit_header_text` to `true`. See `exampleSite/content/contact.md` for an example.
-
-You don't need an image though. The default background color is black, but you can change the color, by changing the default color class in the config.toml file. Choose a background color from any on the [Tachyons](http://tachyons.io/docs/themes/skins/) library site, and preface it with "bg-"
-
-example: `background_color_class = "bg-blue"` or `background_color_class = "bg-gray"`
-
-### Activate the contact form
-
-This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:
-
-```
-{{< form-contact action="https://formspree.io/your@email.com" >}}
-```
-
-### Update font or body classes
-
-The theme is set, by default, to use a near-white background color and the "Avenir" or serif typeface. You can change these in your config file with the `body_classes` parameter, like this:
-
-```
-[params]
- body_classes = "avenir bg-near-white"
-```
-
-which will give you a body class like this:
-
-```
-
-```
-
-You can find a list of available typefaces [here](https://github.com/tachyons-css/tachyons/blob/v4.7.0/src/_font-family.css).
-
-And a list of background colors [here](https://github.com/tachyons-css/tachyons/blob/v4.7.0/src/_skins.css#L96).
-
-_n.b. in future versions we will likely separate the typeface and other body classes._
-
-### Custom CSS
-
-You can override the built-in css by using your own. Just put your own css files in the `static` directory of your website (the one in the theme directory also works but is not recommended) and modify the `custom_css` parameter in your config file. The path referenced in the parameter should be relative to the `static` folder. These css files will be added through the `header` partial after the built-in css file.
-
-For example, if your css files are `static/css/custom.css` and `static/css/custom2.css` then add the following to the config file:
-
-```
- [params]
- custom_css = ["css/custom.css","css/custom2.css"]
-```
-
-### Show Reading Time and Word Count
-
-If you add a key of `show_reading_time` true to either the Config Params, a page or section's front matter, articles will show the reading time and word count.
-
-### Nearly finished
-
-In order to see your site in action, run Hugo's built-in local server.
-
-`$ hugo server`
-
-Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser.
-
-## Production
-
-To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=production` before your build command. For example:
-
-```
-HUGO_ENV=production hugo
-```
-
-## Contributing
-
-If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.
-
-TODO:
-
-- fix hard-coded link to [section](https://github.com/budparr/gohugo-theme-ananke/blob/master/layouts/index.html#L32)
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/archetypes/default.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/archetypes/default.md
deleted file mode 100755
index df56f1465..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/archetypes/default.md
+++ /dev/null
@@ -1,7 +0,0 @@
-+++
-title = "{{ replace .TranslationBaseName "-" " " | title }}"
-date = {{ .Date }}
-tags = []
-featured_image = ""
-description = ""
-+++
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/data/webpack_assets.json b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/data/webpack_assets.json
deleted file mode 100644
index d4b63365a..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/data/webpack_assets.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "app": {
- "js": "js/app.3fc0f988d21662902933.js",
- "css": "css/app.d98f2eb6bcd1eaedb7edf166bd16af26.css"
- }
-}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/config.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/config.toml
deleted file mode 100644
index a47e118bc..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-title = "Notre-Dame de Paris"
-baseURL = "https://example.com"
-languageCode = "en-us"
-theme = "gohugo-theme-ananke"
-themesDir = "../.."
-
-MetaDataFormat = "yaml"
-DefaultContentLanguage = "en"
-SectionPagesMenu = "main"
-Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
-googleAnalytics = ""
-enableRobotsTXT = true
-
-[sitemap]
- changefreq = "monthly"
- priority = 0.5
- filename = "sitemap.xml"
-
-[params]
- favicon = ""
- description = "The last theme you'll ever need. Maybe."
- facebook = ""
- twitter = "https://twitter.com/GoHugoIO"
- instagram = ""
- youtube = ""
- github = ""
- gitlab = ""
- linkedin = ""
- mastodon = ""
- slack = ""
- # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
- background_color_class = "bg-black"
- featured_image = "/images/gohugo-default-sample-hero-image.jpg"
- recent_posts_number = 2
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/_index.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/_index.md
deleted file mode 100644
index f2f52b0ea..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/_index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: 'Ananke: a Hugo Theme'
-featured_image: '/images/gohugo-default-sample-hero-image.jpg'
-description: "The last theme you'll ever need. Maybe."
----
-
-Welcome to my blog with some of my work in progress. I've been working on this book idea. You can read some of the chapters below.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/about/_index.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/about/_index.md
deleted file mode 100644
index 63dd9afd3..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/about/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: 'About'
-description: 'A few years ago, while visiting or, rather, rummaging about Notre-Dame, the author of this book found, in an obscure nook of one of the towers, the following word, engraved by hand upon the wall: —ANANKE.'
-featured_image: ''
----
-
-{{< figure src="/images/Victor_Hugo-Hunchback.jpg" title="Illustration from Victor Hugo et son temps (1881)" >}}
-
-_The Hunchback of Notre-Dame_ (French: _Notre-Dame de Paris_) is a French Romantic/Gothic novel by Victor Hugo, published in 1831. The original French title refers to Notre Dame Cathedral, on which the story is centered. English translator Frederic Shoberl named the novel The Hunchback of Notre Dame in 1833 because at the time, Gothic novels were more popular than Romance novels in England. The story is set in Paris, France in the Late Middle Ages, during the reign of Louis XI.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/contact.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/contact.md
deleted file mode 100644
index efa5677b6..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/contact.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Contact
-featured_image: 'images/notebook.jpg'
-omit_header_text: true
-description: We'd love to hear from you
-type: page
-menu: main
----
-
-This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
-
-{{< form-contact action="https://example.com" >}}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/_index.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/_index.md
deleted file mode 100644
index f5e7e1037..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/_index.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: 'Articles'
-date: 2017-03-02T12:00:00-05:00
----
-
-Articles are paginated with only three posts here for example. You can set the number of entries to show on this page with the "pagination" setting in the config file.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-1.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-1.md
deleted file mode 100644
index e47efea85..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-1.md
+++ /dev/null
@@ -1,81 +0,0 @@
----
-date: 2017-04-09T10:58:08-04:00
-description: 'The Grand Hall'
-featured_image: '/images/Pope-Edouard-de-Beaumont-1844.jpg'
-tags: ['scene']
-title: 'Chapter I: The Grand Hall'
----
-
-Three hundred and forty-eight years, six months, and nineteen days ago
-to-day, the Parisians awoke to the sound of all the bells in the triple
-circuit of the city, the university, and the town ringing a full peal.
-
-The sixth of January, 1482, is not, however, a day of which history has
-preserved the memory. There was nothing notable in the event which thus
-set the bells and the bourgeois of Paris in a ferment from early morning.
-It was neither an assault by the Picards nor the Burgundians, nor a hunt
-led along in procession, nor a revolt of scholars in the town of Laas, nor
-an entry of “our much dread lord, monsieur the king,” nor even a pretty
-hanging of male and female thieves by the courts of Paris. Neither was it
-the arrival, so frequent in the fifteenth century, of some plumed and
-bedizened embassy. It was barely two days since the last cavalcade of that
-nature, that of the Flemish ambassadors charged with concluding the
-marriage between the dauphin and Marguerite of Flanders, had made its
-entry into Paris, to the great annoyance of M. le Cardinal de Bourbon,
-who, for the sake of pleasing the king, had been obliged to assume an
-amiable mien towards this whole rustic rabble of Flemish burgomasters, and
-to regale them at his Hôtel de Bourbon, with a very “pretty morality,
-allegorical satire, and farce,” while a driving rain drenched the
-magnificent tapestries at his door.
-
-What put the “whole population of Paris in commotion,” as Jehan de Troyes
-expresses it, on the sixth of January, was the double solemnity, united
-from time immemorial, of the Epiphany and the Feast of Fools.
-
-On that day, there was to be a bonfire on the Place de Grève, a maypole at
-the Chapelle de Braque, and a mystery at the Palais de Justice. It had
-been cried, to the sound of the trumpet, the preceding evening at all the
-cross roads, by the provost’s men, clad in handsome, short, sleeveless
-coats of violet camelot, with large white crosses upon their breasts.
-
-So the crowd of citizens, male and female, having closed their houses and
-shops, thronged from every direction, at early morn, towards some one of
-the three spots designated.
-
-Each had made his choice; one, the bonfire; another, the maypole; another,
-the mystery play. It must be stated, in honor of the good sense of the
-loungers of Paris, that the greater part of this crowd directed their
-steps towards the bonfire, which was quite in season, or towards the
-mystery play, which was to be presented in the grand hall of the Palais de
-Justice (the courts of law), which was well roofed and walled; and that
-the curious left the poor, scantily flowered maypole to shiver all alone
-beneath the sky of January, in the cemetery of the Chapel of Braque.
-
-The populace thronged the avenues of the law courts in particular, because
-they knew that the Flemish ambassadors, who had arrived two days
-previously, intended to be present at the representation of the mystery,
-and at the election of the Pope of the Fools, which was also to take place
-in the grand hall.
-
-It was no easy matter on that day, to force one’s way into that grand
-hall, although it was then reputed to be the largest covered enclosure in
-the world (it is true that Sauval had not yet measured the grand hall of
-the Château of Montargis). The palace place, encumbered with people,
-offered to the curious gazers at the windows the aspect of a sea; into
-which five or six streets, like so many mouths of rivers, discharged every
-moment fresh floods of heads. The waves of this crowd, augmented
-incessantly, dashed against the angles of the houses which projected here
-and there, like so many promontories, into the irregular basin of the
-place. In the centre of the lofty Gothic\* façade of the palace, the grand
-staircase, incessantly ascended and descended by a double current, which,
-after parting on the intermediate landing-place, flowed in broad waves
-along its lateral slopes,—the grand staircase, I say, trickled
-incessantly into the place, like a cascade into a lake. The cries, the
-laughter, the trampling of those thousands of feet, produced a great noise
-and a great clamor. From time to time, this noise and clamor redoubled;
-the current which drove the crowd towards the grand staircase flowed
-backwards, became troubled, formed whirlpools. This was produced by the
-buffet of an archer, or the horse of one of the provost’s sergeants, which
-kicked to restore order; an admirable tradition which the provostship has
-bequeathed to the constablery, the constablery to the _maréchaussée_,
-the _maréchaussée_ to our _gendarmeri_ of Paris.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-2.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-2.md
deleted file mode 100644
index 0308534fb..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-2.md
+++ /dev/null
@@ -1,90 +0,0 @@
----
-date: 2017-04-10T11:00:59-04:00
-description: 'Pierre Gringoire'
-featured_image: ''
-tags: []
-title: 'Chapter II: Pierre Gringoire'
----
-
-Nevertheless, as be harangued them, the satisfaction and admiration
-unanimously excited by his costume were dissipated by his words; and when
-he reached that untoward conclusion: “As soon as his illustrious eminence,
-the cardinal, arrives, we will begin,” his voice was drowned in a thunder
-of hooting.
-
-“Begin instantly! The mystery! the mystery immediately!” shrieked the
-people. And above all the voices, that of Johannes de Molendino was
-audible, piercing the uproar like the fife’s derisive serenade: “Commence
-instantly!” yelped the scholar.
-
-“Down with Jupiter and the Cardinal de Bourbon!” vociferated Robin
-Poussepain and the other clerks perched in the window.
-
-“The morality this very instant!” repeated the crowd; “this very instant!
-the sack and the rope for the comedians, and the cardinal!”
-
-Poor Jupiter, haggard, frightened, pale beneath his rouge, dropped his
-thunderbolt, took his cap in his hand; then he bowed and trembled and
-stammered: “His eminence—the ambassadors—Madame Marguerite of
-Flanders—.” He did not know what to say. In truth, he was afraid of
-being hung.
-
-Hung by the populace for waiting, hung by the cardinal for not having
-waited, he saw between the two dilemmas only an abyss; that is to say, a
-gallows.
-
-Luckily, some one came to rescue him from his embarrassment, and assume
-the responsibility.
-
-An individual who was standing beyond the railing, in the free space
-around the marble table, and whom no one had yet caught sight of, since
-his long, thin body was completely sheltered from every visual ray by the
-diameter of the pillar against which he was leaning; this individual, we
-say, tall, gaunt, pallid, blond, still young, although already wrinkled
-about the brow and cheeks, with brilliant eyes and a smiling mouth, clad
-in garments of black serge, worn and shining with age, approached the
-marble table, and made a sign to the poor sufferer. But the other was so
-confused that he did not see him. The new comer advanced another step.
-
-“Jupiter,” said he, “my dear Jupiter!”
-
-The other did not hear.
-
-At last, the tall blond, driven out of patience, shrieked almost in his
-face,—
-
-“Michel Giborne!”
-
-“Who calls me?” said Jupiter, as though awakened with a start.
-
-“I,” replied the person clad in black.
-
-“Ah!” said Jupiter.
-
-“Begin at once,” went on the other. “Satisfy the populace; I undertake to
-appease the bailiff, who will appease monsieur the cardinal.”
-
-Jupiter breathed once more.
-
-“Messeigneurs the bourgeois,” he cried, at the top of his lungs to the
-crowd, which continued to hoot him, “we are going to begin at once.”
-
-“_Evoe Jupiter! Plaudite cives_! All hail, Jupiter! Applaud,
-citizens!” shouted the scholars.
-
-“Noel! Noel! good, good,” shouted the people.
-
-The hand clapping was deafening, and Jupiter had already withdrawn under
-his tapestry, while the hall still trembled with acclamations.
-
-In the meanwhile, the personage who had so magically turned the tempest
-into dead calm, as our old and dear Corneille puts it, had modestly
-retreated to the half-shadow of his pillar, and would, no doubt, have
-remained invisible there, motionless, and mute as before, had he not been
-plucked by the sleeve by two young women, who, standing in the front row
-of the spectators, had noticed his colloquy with Michel Giborne-Jupiter.
-
-“Master,” said one of them, making him a sign to approach. “Hold your
-tongue, my dear Liénarde,” said her neighbor, pretty, fresh, and very
-brave, in consequence of being dressed up in her best attire. “He is not a
-clerk, he is a layman; you must not say master to him, but messire.”
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-3.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-3.md
deleted file mode 100644
index bc8e856f6..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-3.md
+++ /dev/null
@@ -1,100 +0,0 @@
----
-date: 2017-04-11T11:13:32-04:00
-description: 'Monsieur the Cardinal'
-featured_image: ''
-tags: []
-title: 'Chapter III: Monsieur the Cardinal'
----
-
-Poor Gringoire! the din of all the great double petards of the Saint-Jean,
-the discharge of twenty arquebuses on supports, the detonation of that
-famous serpentine of the Tower of Billy, which, during the siege of Paris,
-on Sunday, the twenty-sixth of September, 1465, killed seven Burgundians
-at one blow, the explosion of all the powder stored at the gate of the
-Temple, would have rent his ears less rudely at that solemn and dramatic
-moment, than these few words, which fell from the lips of the usher, “His
-eminence, Monseigneur the Cardinal de Bourbon.”
-
-It is not that Pierre Gringoire either feared or disdained monsieur the
-cardinal. He had neither the weakness nor the audacity for that. A true
-eclectic, as it would be expressed nowadays, Gringoire was one of those
-firm and lofty, moderate and calm spirits, which always know how to bear
-themselves amid all circumstances (_stare in dimidio rerum_), and who
-are full of reason and of liberal philosophy, while still setting store by
-cardinals. A rare, precious, and never interrupted race of philosophers to
-whom wisdom, like another Ariadne, seems to have given a clew of thread
-which they have been walking along unwinding since the beginning of the
-world, through the labyrinth of human affairs. One finds them in all ages,
-ever the same; that is to say, always according to all times. And, without
-reckoning our Pierre Gringoire, who may represent them in the fifteenth
-century if we succeed in bestowing upon him the distinction which he
-deserves, it certainly was their spirit which animated Father du Breul,
-when he wrote, in the sixteenth, these naively sublime words, worthy of
-all centuries: “I am a Parisian by nation, and a Parrhisian in language,
-for _parrhisia_ in Greek signifies liberty of speech; of which I have
-made use even towards messeigneurs the cardinals, uncle and brother to
-Monsieur the Prince de Conty, always with respect to their greatness, and
-without offending any one of their suite, which is much to say.”
-
-There was then neither hatred for the cardinal, nor disdain for his
-presence, in the disagreeable impression produced upon Pierre Gringoire.
-Quite the contrary; our poet had too much good sense and too threadbare a
-coat, not to attach particular importance to having the numerous allusions
-in his prologue, and, in particular, the glorification of the dauphin, son
-of the Lion of France, fall upon the most eminent ear. But it is not
-interest which predominates in the noble nature of poets. I suppose that
-the entity of the poet may be represented by the number ten; it is certain
-that a chemist on analyzing and pharmacopolizing it, as Rabelais says,
-would find it composed of one part interest to nine parts of self-esteem.
-
-Now, at the moment when the door had opened to admit the cardinal, the
-nine parts of self-esteem in Gringoire, swollen and expanded by the breath
-of popular admiration, were in a state of prodigious augmentation, beneath
-which disappeared, as though stifled, that imperceptible molecule of which
-we have just remarked upon in the constitution of poets; a precious
-ingredient, by the way, a ballast of reality and humanity, without which
-they would not touch the earth. Gringoire enjoyed seeing, feeling,
-fingering, so to speak an entire assembly (of knaves, it is true, but what
-matters that?) stupefied, petrified, and as though asphyxiated in the
-presence of the incommensurable tirades which welled up every instant from
-all parts of his bridal song. I affirm that he shared the general
-beatitude, and that, quite the reverse of La Fontaine, who, at the
-presentation of his comedy of the “Florentine,” asked, “Who is the
-ill-bred lout who made that rhapsody?” Gringoire would gladly have
-inquired of his neighbor, “Whose masterpiece is this?”
-
-The reader can now judge of the effect produced upon him by the abrupt and
-unseasonable arrival of the cardinal.
-
-That which he had to fear was only too fully realized. The entrance of his
-eminence upset the audience. All heads turned towards the gallery. It was
-no longer possible to hear one’s self. “The cardinal! The cardinal!”
-repeated all mouths. The unhappy prologue stopped short for the second
-time.
-
-The cardinal halted for a moment on the threshold of the estrade. While he
-was sending a rather indifferent glance around the audience, the tumult
-redoubled. Each person wished to get a better view of him. Each man vied
-with the other in thrusting his head over his neighbor’s shoulder.
-
-He was, in fact, an exalted personage, the sight of whom was well worth
-any other comedy. Charles, Cardinal de Bourbon, Archbishop and Comte of
-Lyon, Primate of the Gauls, was allied both to Louis XI., through his
-brother, Pierre, Seigneur de Beaujeu, who had married the king’s eldest
-daughter, and to Charles the Bold through his mother, Agnes of Burgundy.
-Now, the dominating trait, the peculiar and distinctive trait of the
-character of the Primate of the Gauls, was the spirit of the courtier, and
-devotion to the powers that be. The reader can form an idea of the
-numberless embarrassments which this double relationship had caused him,
-and of all the temporal reefs among which his spiritual bark had been
-forced to tack, in order not to suffer shipwreck on either Louis or
-Charles, that Scylla and that Charybdis which had devoured the Duc de
-Nemours and the Constable de Saint-Pol. Thanks to Heaven’s mercy, he had
-made the voyage successfully, and had reached home without hindrance. But
-although he was in port, and precisely because he was in port, he never
-recalled without disquiet the varied haps of his political career, so long
-uneasy and laborious. Thus, he was in the habit of saying that the year
-1476 had been “white and black” for him—meaning thereby, that in the
-course of that year he had lost his mother, the Duchesse de la
-Bourbonnais, and his cousin, the Duke of Burgundy, and that one grief had
-consoled him for the other.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-4.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-4.md
deleted file mode 100644
index bf61b54f3..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-4.md
+++ /dev/null
@@ -1,87 +0,0 @@
----
-date: 2017-04-12T11:14:48-04:00
-description: 'Master Jacques Coppenole'
-featured_image: ''
-tags: ['scene']
-title: 'Chapter IV: Master Jacques Coppenole'
----
-
-While the pensioner of Ghent and his eminence were exchanging very low
-bows and a few words in voices still lower, a man of lofty stature, with a
-large face and broad shoulders, presented himself, in order to enter
-abreast with Guillaume Rym; one would have pronounced him a bull-dog by
-the side of a fox. His felt doublet and leather jerkin made a spot on the
-velvet and silk which surrounded him. Presuming that he was some groom who
-had stolen in, the usher stopped him.
-
-“Hold, my friend, you cannot pass!”
-
-The man in the leather jerkin shouldered him aside.
-
-“What does this knave want with me?” said he, in stentorian tones, which
-rendered the entire hall attentive to this strange colloquy. “Don’t you
-see that I am one of them?”
-
-“Your name?” demanded the usher.
-
-“Jacques Coppenole.”
-
-“Your titles?”
-
-“Hosier at the sign of the ‘Three Little Chains,’ of Ghent.”
-
-The usher recoiled. One might bring one’s self to announce aldermen and
-burgomasters, but a hosier was too much. The cardinal was on thorns. All
-the people were staring and listening. For two days his eminence had been
-exerting his utmost efforts to lick these Flemish bears into shape, and to
-render them a little more presentable to the public, and this freak was
-startling. But Guillaume Rym, with his polished smile, approached the
-usher.
-
-“Announce Master Jacques Coppenole, clerk of the aldermen of the city of
-Ghent,” he whispered, very low.
-
-“Usher,” interposed the cardinal, aloud, “announce Master Jacques
-Coppenole, clerk of the aldermen of the illustrious city of Ghent.”
-
-This was a mistake. Guillaume Rym alone might have conjured away the
-difficulty, but Coppenole had heard the cardinal.
-
-“No, cross of God?” he exclaimed, in his voice of thunder, “Jacques
-Coppenole, hosier. Do you hear, usher? Nothing more, nothing less. Cross
-of God! hosier; that’s fine enough. Monsieur the Archduke has more than
-once sought his _gant_\* in my hose.”
-
-_\* Got the first idea of a timing._
-
-Laughter and applause burst forth. A jest is always understood in Paris,
-and, consequently, always applauded.
-
-Let us add that Coppenole was of the people, and that the auditors which
-surrounded him were also of the people. Thus the communication between him
-and them had been prompt, electric, and, so to speak, on a level. The
-haughty air of the Flemish hosier, by humiliating the courtiers, had
-touched in all these plebeian souls that latent sentiment of dignity still
-vague and indistinct in the fifteenth century.
-
-This hosier was an equal, who had just held his own before monsieur the
-cardinal. A very sweet reflection to poor fellows habituated to respect
-and obedience towards the underlings of the sergeants of the bailiff of
-Sainte-Geneviève, the cardinal’s train-bearer.
-
-Coppenole proudly saluted his eminence, who returned the salute of the
-all-powerful bourgeois feared by Louis XI. Then, while Guillaume Rym, a
-“sage and malicious man,” as Philippe de Comines puts it, watched them
-both with a smile of raillery and superiority, each sought his place, the
-cardinal quite abashed and troubled, Coppenole tranquil and haughty, and
-thinking, no doubt, that his title of hosier was as good as any other,
-after all, and that Marie of Burgundy, mother to that Marguerite whom
-Coppenole was to-day bestowing in marriage, would have been less afraid of
-the cardinal than of the hosier; for it is not a cardinal who would have
-stirred up a revolt among the men of Ghent against the favorites of the
-daughter of Charles the Bold; it is not a cardinal who could have
-fortified the populace with a word against her tears and prayers, when the
-Maid of Flanders came to supplicate her people in their behalf, even at
-the very foot of the scaffold; while the hosier had only to raise his
-leather elbow, in order to cause to fall your two heads, most illustrious
-seigneurs, Guy d’Hymbercourt and Chancellor Guillaume Hugonet.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-5.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-5.md
deleted file mode 100644
index c33e058d0..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-5.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-date: 2017-04-13T11:15:58-04:00
-description: 'Quasimodo'
-featured_image: ''
-tags: []
-title: 'Chapter V: Quasimodo'
----
-
-In the twinkling of an eye, all was ready to execute Coppenole’s idea. Bourgeois, scholars and law clerks all set to work. The little chapel situated opposite the marble table was selected for the scene of the grinning match. A pane broken in the pretty rose window above the door, left free a circle of stone through which it was agreed that the competitors should thrust their heads. In order to reach it, it was only necessary to mount upon a couple of hogsheads, which had been produced from I know not where, and perched one upon the other, after a fashion. It was settled that each candidate, man or woman (for it was possible to choose a female pope), should, for the sake of leaving the impression of his grimace fresh and complete, cover his face and remain concealed in the chapel until the moment of his appearance. In less than an instant, the chapel was crowded with competitors, upon whom the door was then closed.
-
-Coppenole, from his post, ordered all, directed all, arranged all. During the uproar, the cardinal, no less abashed than Gringoire, had retired with all his suite, under the pretext of business and vespers, without the crowd which his arrival had so deeply stirred being in the least moved by his departure. Guillaume Rym was the only one who noticed his eminence’s discomfiture. The attention of the populace, like the sun, pursued its revolution; having set out from one end of the hall, and halted for a space in the middle, it had now reached the other end. The marble table, the brocaded gallery had each had their day; it was now the turn of the chapel of Louis XI. Henceforth, the field was open to all folly. There was no one there now, but the Flemings and the rabble.
-
-The grimaces began. The first face which appeared at the aperture, with eyelids turned up to the reds, a mouth open like a maw, and a brow wrinkled like our hussar boots of the Empire, evoked such an inextinguishable peal of laughter that Homer would have taken all these louts for gods. Nevertheless, the grand hall was anything but Olympus, and Gringoire’s poor Jupiter knew it better than any one else. A second and third grimace followed, then another and another; and the laughter and transports of delight went on increasing. There was in this spectacle, a peculiar power of intoxication and fascination, of which it would be difficult to convey to the reader of our day and our salons any idea.
-
-Let the reader picture to himself a series of visages presenting successively all geometrical forms, from the triangle to the trapezium, from the cone to the polyhedron; all human expressions, from wrath to lewdness; all ages, from the wrinkles of the new-born babe to the wrinkles of the aged and dying; all religious phantasmagories, from Faun to Beelzebub; all animal profiles, from the maw to the beak, from the jowl to the muzzle. Let the reader imagine all these grotesque figures of the Pont Neuf, those nightmares petrified beneath the hand of Germain Pilon, assuming life and breath, and coming in turn to stare you in the face with burning eyes; all the masks of the Carnival of Venice passing in succession before your glass,—in a word, a human kaleidoscope.
-
-The orgy grew more and more Flemish. Teniers could have given but a very imperfect idea of it. Let the reader picture to himself in bacchanal form, Salvator Rosa’s battle. There were no longer either scholars or ambassadors or bourgeois or men or women; there was no longer any Clopin Trouillefou, nor Gilles Lecornu, nor Marie Quatrelivres, nor Robin Poussepain. All was universal license. The grand hall was no longer anything but a vast furnace of effrontry and joviality, where every mouth was a cry, every individual a posture; everything shouted and howled. The strange visages which came, in turn, to gnash their teeth in the rose window, were like so many brands cast into the brazier; and from the whole of this effervescing crowd, there escaped, as from a furnace, a sharp, piercing, stinging noise, hissing like the wings of a gnat.
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-6.md b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-6.md
deleted file mode 100644
index 05af03829..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/content/post/chapter-6.md
+++ /dev/null
@@ -1,99 +0,0 @@
----
-date: 2017-04-14T11:25:05-04:00
-description: 'Esmeralda'
-featured_image: '/images/esmeralda.jpg'
-tags: []
-title: 'Chapter VI: Esmeralda'
----
-
-We are delighted to be able to inform the reader, that during the whole of
-this scene, Gringoire and his piece had stood firm. His actors, spurred on
-by him, had not ceased to spout his comedy, and he had not ceased to
-listen to it. He had made up his mind about the tumult, and was determined
-to proceed to the end, not giving up the hope of a return of attention on
-the part of the public. This gleam of hope acquired fresh life, when he
-saw Quasimodo, Coppenole, and the deafening escort of the pope of the
-procession of fools quit the hall amid great uproar. The throng rushed
-eagerly after them. “Good,” he said to himself, “there go all the
-mischief-makers.” Unfortunately, all the mischief-makers constituted the
-entire audience. In the twinkling of an eye, the grand hall was empty.
-
-To tell the truth, a few spectators still remained, some scattered, others
-in groups around the pillars, women, old men, or children, who had had
-enough of the uproar and tumult. Some scholars were still perched astride
-of the window-sills, engaged in gazing into the Place.
-
-“Well,” thought Gringoire, “here are still as many as are required to hear
-the end of my mystery. They are few in number, but it is a choice
-audience, a lettered audience.”
-
-An instant later, a symphony which had been intended to produce the
-greatest effect on the arrival of the Virgin, was lacking. Gringoire
-perceived that his music had been carried off by the procession of the
-Pope of the Fools. “Skip it,” said he, stoically.
-
-He approached a group of bourgeois, who seemed to him to be discussing his
-piece. This is the fragment of conversation which he caught,—
-
-“You know, Master Cheneteau, the Hôtel de Navarre, which belonged to
-Monsieur de Nemours?”
-
-“Yes, opposite the Chapelle de Braque.”
-
-“Well, the treasury has just let it to Guillaume Alixandre, historian, for
-six hivres, eight sols, parisian, a year.”
-
-“How rents are going up!”
-
-“Come,” said Gringoire to himself, with a sigh, “the others are
-listening.”
-
-“Comrades,” suddenly shouted one of the young scamps from the window, “La
-Esmeralda! La Esmeralda in the Place!”
-
-This word produced a magical effect. Every one who was left in the hall
-flew to the windows, climbing the walls in order to see, and repeating,
-“La Esmeralda! La Esmeralda?” At the same time, a great sound of applause
-was heard from without.
-
-“What’s the meaning of this, of the Esmeralda?” said Gringoire, wringing
-his hands in despair. “Ah, good heavens! it seems to be the turn of the
-windows now.”
-
-He returned towards the marble table, and saw that the representation had
-been interrupted. It was precisely at the instant when Jupiter should have
-appeared with his thunder. But Jupiter was standing motionless at the foot
-of the stage.
-
-“Michel Giborne!” cried the irritated poet, “what are you doing there? Is
-that your part? Come up!”
-
-“Alas!” said Jupiter, “a scholar has just seized the ladder.”
-
-Gringoire looked. It was but too true. All communication between his plot
-and its solution was intercepted.
-
-“The rascal,” he murmured. “And why did he take that ladder?”
-
-“In order to go and see the Esmeralda,” replied Jupiter piteously. “He
-said, ‘Come, here’s a ladder that’s of no use!’ and he took it.”
-
-This was the last blow. Gringoire received it with resignation.
-
-“May the devil fly away with you!” he said to the comedian, “and if I get
-my pay, you shall receive yours.”
-
-Then he beat a retreat, with drooping head, but the last in the field,
-like a general who has fought well.
-
-And as he descended the winding stairs of the courts: “A fine rabble of
-asses and dolts these Parisians!” he muttered between his teeth; “they
-come to hear a mystery and don’t listen to it at all! They are engrossed
-by every one, by Chopin Trouillefou, by the cardinal, by Coppenole, by
-Quasimodo, by the devil! but by Madame the Virgin Mary, not at all. If I
-had known, I’d have given you Virgin Mary; you ninnies! And I! to come to
-see faces and behold only backs! to be a poet, and to reap the success of
-an apothecary! It is true that Homerus begged through the Greek towns, and
-that Naso died in exile among the Muscovites. But may the devil flay me if
-I understand what they mean with their Esmeralda! What is that word, in
-the first place?—‘tis Egyptian!”
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Pope-Edouard-de-Beaumont-1844.jpg b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Pope-Edouard-de-Beaumont-1844.jpg
deleted file mode 100644
index a4b5d0fd9..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Pope-Edouard-de-Beaumont-1844.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Victor_Hugo-Hunchback.jpg b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Victor_Hugo-Hunchback.jpg
deleted file mode 100644
index 20a243d8c..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/Victor_Hugo-Hunchback.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/esmeralda.jpg b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/esmeralda.jpg
deleted file mode 100644
index 59a28c228..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/esmeralda.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/notebook.jpg b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/notebook.jpg
deleted file mode 100644
index 934af267f..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/exampleSite/static/images/notebook.jpg and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/de.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/de.toml
deleted file mode 100644
index 572c5e454..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/de.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Mehr"
-
-[allTitle]
-other = "Alle {{.Title }}"
-
-[recentTitle]
-other = "Neuste {{.Title }}"
-
-[readMore]
-other = "weiterlesen"
-
-[whatsInThis]
-other = "Was ist in dieser {{ .Type }}"
-
-[related]
-other = "Ähnliches"
-
-[yourName]
-other = "Dein Name"
-
-[emailAddress]
-other = "Email Adresse"
-
-[message]
-other = "Nachricht"
-
-[emailRequiredNote]
-other = "Eine Email Adresse wird benötigt."
-
-[send]
-other = "Senden"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/en.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/en.toml
deleted file mode 100644
index e87dc921f..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/en.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "More"
-
-[allTitle]
-other = "All {{.Title }}"
-
-[recentTitle]
-other = "Recent {{.Title }}"
-
-[readMore]
-other = "read more"
-
-[whatsInThis]
-other = "What's in this {{ .Type }}"
-
-[related]
-other = "Related"
-
-[yourName]
-other = "Your Name"
-
-[emailAddress]
-other = "Email Address"
-
-[message]
-other = "Message"
-
-[emailRequiredNote]
-other = "An email address is required."
-
-[send]
-other = "Send"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/es.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/es.toml
deleted file mode 100644
index 67ce1708f..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/es.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Más"
-
-[allTitle]
-other = "Todos los {{.Title }}"
-
-[recentTitle]
-other = "{{.Title }} Recientes"
-
-[readMore]
-other = "Leer más"
-
-[whatsInThis]
-other = "Qué hay en este {{ .Type }}"
-
-[related]
-other = "Relacionado"
-
-[yourName]
-other = "Tu nombre"
-
-[emailAddress]
-other = "Dirección de correo electrónico"
-
-[message]
-other = "Mensaje"
-
-[emailRequiredNote]
-other = "Se requiere una dirección de correo electrónico."
-
-[send]
-other = "Enviar"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/fr.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/fr.toml
deleted file mode 100644
index 563ae5ebf..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/fr.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Plus"
-
-[allTitle]
-other = "Tous les {{.Title }}"
-
-[recentTitle]
-other = "{{.Title }} récents"
-
-[readMore]
-other = "lire plus"
-
-[whatsInThis]
-other = "Ce qui est dans {{ .Type }}"
-
-[related]
-other = "Lié"
-
-[yourName]
-other = "Votre nom"
-
-[emailAddress]
-other = "Adresse e-mail"
-
-[message]
-other = "Message"
-
-[emailRequiredNote]
-other = "Une adresse e-mail est requise."
-
-[send]
-other = "Envoyer"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/it.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/it.toml
deleted file mode 100644
index f779f69c6..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/it.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Altro"
-
-[allTitle]
-other = "Tutti {{.Title }}"
-
-[recentTitle]
-other = "Recenti {{.Title }}"
-
-[readMore]
-other = "leggi di più"
-
-[whatsInThis]
-other = "Cosa c'è in {{ .Type }}"
-
-[related]
-other = "Correlati"
-
-[yourName]
-other = "Il tuo nome"
-
-[emailAddress]
-other = "Indirizzo email"
-
-[message]
-other = "Messaggio"
-
-[emailRequiredNote]
-other = "Indirizzo email obbligatorio."
-
-[send]
-other = "Invia"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/nl.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/nl.toml
deleted file mode 100644
index 993998a09..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/nl.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Meer"
-
-[allTitle]
-other = "Alle {{.Title }}"
-
-[recentTitle]
-other = "Recente {{.Title }}"
-
-[readMore]
-other = "meer lezen"
-
-[whatsInThis]
-other = "Inhoud van deze {{ .Type }}"
-
-[related]
-other = "Gerelateerd"
-
-[yourName]
-other = "Uw naam"
-
-[emailAddress]
-other = "E-mail adres"
-
-[message]
-other = "Boodschap"
-
-[emailRequiredNote]
-other = "Een e-mailadres is vereist."
-
-[send]
-other = "Stuur"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/pt.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/pt.toml
deleted file mode 100644
index 4883a9cc7..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/pt.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Mais"
-
-[allTitle]
-other = "Todo o {{.Title }}"
-
-[recentTitle]
-other = "Recentes {{.Title }}"
-
-[readMore]
-other = "Leia mais"
-
-[whatsInThis]
-other = "O que há neste {{ .Type }}"
-
-[related]
-other = "Relacionado"
-
-[yourName]
-other = "O teu nome"
-
-[emailAddress]
-other = "Endereço de e-mail"
-
-[message]
-other = "Mensagem"
-
-[emailRequiredNote]
-other = "É necessário um endereço de e-mail."
-
-[send]
-other = "Enviar"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/ru.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/ru.toml
deleted file mode 100644
index 25fd010c3..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/ru.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Ещё"
-
-[allTitle]
-other = "Все {{.Title }}"
-
-[recentTitle]
-other = "Недавние {{.Title }}"
-
-[readMore]
-other = "читать дальше"
-
-[whatsInThis]
-other = "Содержание {{ .Type }}"
-
-[related]
-other = "Схожие"
-
-[yourName]
-other = "Ваше имя"
-
-[emailAddress]
-other = "Адрес электронной почты"
-
-[message]
-other = "Сообщение"
-
-[emailRequiredNote]
-other = "Требуется адрес электронной почты."
-
-[send]
-other = "трансмиссия"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/sv.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/sv.toml
deleted file mode 100644
index db050a4ad..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/sv.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Mer"
-
-[allTitle]
-other = "Alla {{.Title }}"
-
-[recentTitle]
-other = "Senaste {{.Title }}"
-
-[readMore]
-other = "läs mer"
-
-[whatsInThis]
-other = "Innehåll i {{ .Type }}"
-
-[related]
-other = "Relaterad"
-
-[yourName]
-other = "Ditt namn"
-
-[emailAddress]
-other = "E-postadress"
-
-[message]
-other = "Meddelande"
-
-[emailRequiredNote]
-other = "En e-postadress krävs."
-
-[send]
-other = "Skicka"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/uk.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/uk.toml
deleted file mode 100644
index 0aba05401..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/uk.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "Ще"
-
-[allTitle]
-other = "Усі {{.Title }}"
-
-[recentTitle]
-other = "Нещодавні {{.Title }}"
-
-[readMore]
-other = "читати далі"
-
-[whatsInThis]
-other = "Зміст {{ .Type }}"
-
-[related]
-other = "Подібні"
-
-[yourName]
-other = "Ваше ім'я"
-
-[emailAddress]
-other = "Електронна пошта"
-
-[message]
-other = "Повідомлення"
-
-[emailRequiredNote]
-other = "Електронна пошта обов'язкова"
-
-[send]
-other = "Надіслати"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/zh.toml b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/zh.toml
deleted file mode 100644
index 757af6658..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/i18n/zh.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[more]
-other = "更多"
-
-[allTitle]
-other = "所有 {{.Title }}"
-
-[recentTitle]
-other = "最近 {{.Title }}"
-
-[readMore]
-other = "繼續閱讀"
-
-[whatsInThis]
-other = "What's in this {{ .Type }}"
-
-[related]
-other = "相關內容"
-
-[yourName]
-other = "你的名字"
-
-[emailAddress]
-other = "电邮地址"
-
-[message]
-other = "信息"
-
-[emailRequiredNote]
-other = "需要电子邮件地址。"
-
-[send]
-other = "发送"
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/screenshot.png b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/screenshot.png
deleted file mode 100644
index dc7643a81..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/screenshot.png and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/tn.png b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/tn.png
deleted file mode 100644
index 74db411a5..000000000
Binary files a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/images/tn.png and /dev/null differ
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/404.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/404.html
deleted file mode 100755
index 4da44e231..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/404.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
-{{ define "main" }}
-
-
- This is not the page you were looking for
-
-
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/baseof.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/baseof.html
deleted file mode 100755
index 6aaab0878..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/baseof.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
- {{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
- {{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}
-
- {{ hugo.Generator }}
- {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}
- {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
-
- {{ else }}
-
- {{ end }}
-
- {{ $stylesheet := .Site.Data.webpack_assets.app }}
- {{ with $stylesheet.css }}
-
- {{ end }}
-
- {{ range .Site.Params.custom_css }}
-
- {{ end }}
-
- {{ block "favicon" . }}
- {{ partialCached "site-favicon.html" . }}
- {{ end }}
-
- {{ if .OutputFormats.Get "RSS" }}
- {{ with .OutputFormats.Get "RSS" }}
-
-
- {{ end }}
- {{ end }}
-
- {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
- {{- template "_internal/opengraph.html" . -}}
- {{- template "_internal/schema.html" . -}}
- {{- template "_internal/twitter_cards.html" . -}}
-
- {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
- {{ template "_internal/google_analytics_async.html" . }}
- {{ end }}
-
-
-
-
- {{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}
-
- {{ block "main" . }}{{ end }}
-
- {{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }}
- {{ block "scripts" . }}{{ partialCached "site-scripts.html" . }}{{ end }}
-
-
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/list.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/list.html
deleted file mode 100755
index 130a3575d..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/list.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ define "main" }}
-
-
- {{- .Content -}}
-
-
- {{ range .Paginator.Pages }}
-
- {{- partial "summary.html" . -}}
-
- {{ end }}
-
- {{- template "_internal/pagination.html" . -}}
-
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/single.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/single.html
deleted file mode 100755
index 79e67844a..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/_default/single.html
+++ /dev/null
@@ -1,60 +0,0 @@
-{{ define "header" }}
- {{/* We can override any block in the baseof file be defining it in the template */}}
- {{ partial "page-header.html" . }}
-{{ end }}
-
-{{ define "main" }}
- {{ $section := .Site.GetPage "section" .Section }}
-
-
-
-
- {{/*
- CurrentSection allows us to use the section title instead of inferring from the folder.
- https://gohugo.io/variables/page/#section-variables-and-methods
- */}}
- {{with .CurrentSection.Title }}{{. | upper }}{{end}}
-
-
- {{- .Title -}}
-
- {{ with .Params.author }}
-
- By {{ . | markdownify }}
-
- {{ end }}
- {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}}
-
- {{/*
- Show "reading time" and "word count" but only if one of the following are true:
- 1) A global config `params` value is set `show_reading_time = true`
- 2) A section front matter value is set `show_reading_time = true`
- 3) A page front matter value is set `show_reading_time = true`
- */}}
- {{ if (or (eq (.Param "show_reading_time") true) (eq $section.Params.show_reading_time true) )}}
- - {{ .ReadingTime}} minutes read
- - {{ .WordCount}} words
- {{ end }}
-
-
-
- {{- .Content -}}
- {{- partial "tags.html" . -}}
-
- {{ if .Site.DisqusShortname }}
- {{ template "_internal/disqus.html" . }}
- {{ end }}
- {{ if .Site.Params.commentoEnable }}
- {{- partial "commento.html" . -}}
- {{ end }}
-
- {{ range $value.Pages }}
- {{ partial "summary.html" . }}
- {{ end }}
- {{ end }}
-
-
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/index.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/index.html
deleted file mode 100755
index 148525e97..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{{ define "main" }}
-
- {{ .Content }}
-
- {{/* Define a section to pull recent posts from. For Hugo 0.20 this will default to the section with the most number of pages. */}}
- {{ $mainSections := .Site.Params.mainSections | default (slice "post") }}
- {{/* Create a variable with that section to use in multiple places. */}}
- {{ $section := where .Site.RegularPages "Section" "in" $mainSections }}
- {{/* Check to see if the section is defined for ranging through it */}}
- {{ $section_count := len $section }}
- {{ if ge $section_count 1 }}
- {{/* Derive the section name */}}
- {{ $section_name := index (.Site.Params.mainSections) 0 }}
-
-
- {{/* Use $section_name to get the section title. Use "with" to only show it if it exists */}}
- {{ with .Site.GetPage "section" $section_name }}
-
- {{ end }}
-
- {{ $n_posts := $.Param "recent_posts_number" | default 3 }}
-
-
- {{/* Range through the first $n_posts items of the section */}}
- {{ range (first $n_posts $section) }}
-
- {{ partial "summary-with-image.html" . }}
-
- {{ end }}
-
-
- {{ if ge $section_count (add $n_posts 1) }}
-
-
{{ i18n "more" }}
- {{/* Now, range through the next four after the initial $n_posts items. Nest the requirements, "after" then "first" on the outside */}}
- {{ range (first 4 (after $n_posts $section)) }}
-
- {{ end }}
-
- {{/* As above, Use $section_name to get the section title, and URL. Use "with" to only show it if it exists */}}
- {{ with .Site.GetPage "section" $section_name }}
- {{ i18n "allTitle" . }}
- {{ end }}
-
- {{ end }}
-
-
- {{ end }}
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/page/single.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/page/single.html
deleted file mode 100644
index ac9d1995a..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/page/single.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
-{{ define "main" }}
-
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/partials/menu-contextual.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/partials/menu-contextual.html
deleted file mode 100644
index ae50dc616..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/partials/menu-contextual.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{{/*
- Use Hugo's native Table of contents feature. You must set `toc: true` in your parameters for this to show.
- https://gohugo.io/content-management/toc/
-*/}}
-
-{{- if .Params.toc -}}
-
-
{{ i18n "whatsInThis" . }}
- {{ .TableOfContents }}
-
-{{- end -}}
-
-{{/*
- Use Hugo's native related content feature to pull in content that may have similar parameters, like tags. etc.
- https://gohugo.io/content-management/related/
-*/}}
-
-{{ $related := .Site.RegularPages.Related . | first 15 }}
-
-{{ with $related }}
-
- {{ if .Params.featured_image }}
- {{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
- {{ $featured_image := (trim $featured_image "/") | absURL }}
-
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/list.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/list.html
deleted file mode 100644
index 73c9b5c47..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/list.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{{ define "main" }}
-{{/*
- This template is the same as the default and is here to demonstrate that if you have a content directory called "post" you can create a layouts directory, just for that section.
- */}}
-
-
- {{ .Content }}
-
-
- {{ template "_internal/pagination.html" . }}
-
-{{ end }}
diff --git a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/summary-with-image.html b/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/summary-with-image.html
deleted file mode 100644
index bd74fd45f..000000000
--- a/packages/static-build/test/fixtures/46-hugo-with-framework/themes/ananke/layouts/post/summary-with-image.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-