diff --git a/config.toml b/config.toml index 9253f915d..41d247aaa 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,7 @@ stepAnalysis = true # This is the top-level, global site title title = "Hugo" # Change this once you've created your theme -theme = "" +theme = "hugo-docs-concept" # Set to true to convert mysite/section/ to mysite/section.html uglyURLs = false verbose = false diff --git a/content/templates/files.md b/content/templates/files.md index 08d789ff7..37eb68781 100644 --- a/content/templates/files.md +++ b/content/templates/files.md @@ -108,4 +108,4 @@ And here is the result as [called directly in the Hugo docs][] and rendered for [sc]: /content-management/shortcodes/ [sct]: /templates/shortcode-templates/ [readfilesource]: https://github.com/spf13/hugo/blob/master/docs/layouts/shortcodes/readfile.html -[testfile]: https://github.com/spf13/hugo/blob/master/docs/testfile \ No newline at end of file +[testfile]: https://github.com/spf13/hugo/blob/master/docs/testfile diff --git a/archetypes/default.md b/themes/hugo-docs-concept/archetypes/default.md similarity index 100% rename from archetypes/default.md rename to themes/hugo-docs-concept/archetypes/default.md diff --git a/archetypes/functions.md b/themes/hugo-docs-concept/archetypes/functions.md similarity index 100% rename from archetypes/functions.md rename to themes/hugo-docs-concept/archetypes/functions.md diff --git a/archetypes/showcase.md b/themes/hugo-docs-concept/archetypes/showcase.md similarity index 100% rename from archetypes/showcase.md rename to themes/hugo-docs-concept/archetypes/showcase.md diff --git a/archetypes/tutorials.md b/themes/hugo-docs-concept/archetypes/tutorials.md similarity index 100% rename from archetypes/tutorials.md rename to themes/hugo-docs-concept/archetypes/tutorials.md diff --git a/data/articles.toml b/themes/hugo-docs-concept/data/articles.toml similarity index 100% rename from data/articles.toml rename to themes/hugo-docs-concept/data/articles.toml diff --git a/data/homepagefeatures.toml b/themes/hugo-docs-concept/data/homepagefeatures.toml similarity index 100% rename from data/homepagefeatures.toml rename to themes/hugo-docs-concept/data/homepagefeatures.toml diff --git a/data/homepagetweets.toml b/themes/hugo-docs-concept/data/homepagetweets.toml similarity index 100% rename from data/homepagetweets.toml rename to themes/hugo-docs-concept/data/homepagetweets.toml diff --git a/data/sitenavigation.yml b/themes/hugo-docs-concept/data/sitenavigation.yml similarity index 100% rename from data/sitenavigation.yml rename to themes/hugo-docs-concept/data/sitenavigation.yml diff --git a/design-resources/developer-tools.svg b/themes/hugo-docs-concept/design-resources/developer-tools.svg similarity index 100% rename from design-resources/developer-tools.svg rename to themes/hugo-docs-concept/design-resources/developer-tools.svg diff --git a/design-resources/github-octocat.svg b/themes/hugo-docs-concept/design-resources/github-octocat.svg similarity index 100% rename from design-resources/github-octocat.svg rename to themes/hugo-docs-concept/design-resources/github-octocat.svg diff --git a/design-resources/godoc-icon.afdesign b/themes/hugo-docs-concept/design-resources/godoc-icon.afdesign similarity index 100% rename from design-resources/godoc-icon.afdesign rename to themes/hugo-docs-concept/design-resources/godoc-icon.afdesign diff --git a/design-resources/gopher-side_color.afdesign b/themes/hugo-docs-concept/design-resources/gopher-side_color.afdesign similarity index 100% rename from design-resources/gopher-side_color.afdesign rename to themes/hugo-docs-concept/design-resources/gopher-side_color.afdesign diff --git a/design-resources/gopher-small-homepage.afdesign b/themes/hugo-docs-concept/design-resources/gopher-small-homepage.afdesign similarity index 100% rename from design-resources/gopher-small-homepage.afdesign rename to themes/hugo-docs-concept/design-resources/gopher-small-homepage.afdesign diff --git a/design-resources/gopher-small.afdesign b/themes/hugo-docs-concept/design-resources/gopher-small.afdesign similarity index 100% rename from design-resources/gopher-small.afdesign rename to themes/hugo-docs-concept/design-resources/gopher-small.afdesign diff --git a/design-resources/hugo-h-only.afdesign b/themes/hugo-docs-concept/design-resources/hugo-h-only.afdesign similarity index 100% rename from design-resources/hugo-h-only.afdesign rename to themes/hugo-docs-concept/design-resources/hugo-h-only.afdesign diff --git a/design-resources/hugo-h.afdesign b/themes/hugo-docs-concept/design-resources/hugo-h.afdesign similarity index 100% rename from design-resources/hugo-h.afdesign rename to themes/hugo-docs-concept/design-resources/hugo-h.afdesign diff --git a/design-resources/hugo-home.afdesign b/themes/hugo-docs-concept/design-resources/hugo-home.afdesign similarity index 100% rename from design-resources/hugo-home.afdesign rename to themes/hugo-docs-concept/design-resources/hugo-home.afdesign diff --git a/design-resources/hugo-logo-wide.afdesign b/themes/hugo-docs-concept/design-resources/hugo-logo-wide.afdesign similarity index 100% rename from design-resources/hugo-logo-wide.afdesign rename to themes/hugo-docs-concept/design-resources/hugo-logo-wide.afdesign diff --git a/design-resources/netlify.afdesign b/themes/hugo-docs-concept/design-resources/netlify.afdesign similarity index 100% rename from design-resources/netlify.afdesign rename to themes/hugo-docs-concept/design-resources/netlify.afdesign diff --git a/design-resources/sections-explained.afdesign b/themes/hugo-docs-concept/design-resources/sections-explained.afdesign similarity index 100% rename from design-resources/sections-explained.afdesign rename to themes/hugo-docs-concept/design-resources/sections-explained.afdesign diff --git a/design-resources/site-hierarchy.afdesign b/themes/hugo-docs-concept/design-resources/site-hierarchy.afdesign similarity index 100% rename from design-resources/site-hierarchy.afdesign rename to themes/hugo-docs-concept/design-resources/site-hierarchy.afdesign diff --git a/design-resources/wercker.afdesign b/themes/hugo-docs-concept/design-resources/wercker.afdesign similarity index 100% rename from design-resources/wercker.afdesign rename to themes/hugo-docs-concept/design-resources/wercker.afdesign diff --git a/layouts/404.html b/themes/hugo-docs-concept/layouts/404.html similarity index 100% rename from layouts/404.html rename to themes/hugo-docs-concept/layouts/404.html diff --git a/layouts/_default/baseof.html b/themes/hugo-docs-concept/layouts/_default/baseof.html similarity index 100% rename from layouts/_default/baseof.html rename to themes/hugo-docs-concept/layouts/_default/baseof.html diff --git a/layouts/_default/section.html b/themes/hugo-docs-concept/layouts/_default/section.html similarity index 100% rename from layouts/_default/section.html rename to themes/hugo-docs-concept/layouts/_default/section.html diff --git a/layouts/_default/single.html b/themes/hugo-docs-concept/layouts/_default/single.html similarity index 100% rename from layouts/_default/single.html rename to themes/hugo-docs-concept/layouts/_default/single.html diff --git a/layouts/_default/taxonomy.html b/themes/hugo-docs-concept/layouts/_default/taxonomy.html similarity index 100% rename from layouts/_default/taxonomy.html rename to themes/hugo-docs-concept/layouts/_default/taxonomy.html diff --git a/layouts/_default/terms.html b/themes/hugo-docs-concept/layouts/_default/terms.html similarity index 100% rename from layouts/_default/terms.html rename to themes/hugo-docs-concept/layouts/_default/terms.html diff --git a/layouts/index.html b/themes/hugo-docs-concept/layouts/index.html similarity index 100% rename from layouts/index.html rename to themes/hugo-docs-concept/layouts/index.html diff --git a/layouts/old.html b/themes/hugo-docs-concept/layouts/old.html similarity index 100% rename from layouts/old.html rename to themes/hugo-docs-concept/layouts/old.html diff --git a/layouts/partials/breadcrumb.html b/themes/hugo-docs-concept/layouts/partials/breadcrumb.html similarity index 100% rename from layouts/partials/breadcrumb.html rename to themes/hugo-docs-concept/layouts/partials/breadcrumb.html diff --git a/layouts/partials/content-footer.html b/themes/hugo-docs-concept/layouts/partials/content-footer.html similarity index 100% rename from layouts/partials/content-footer.html rename to themes/hugo-docs-concept/layouts/partials/content-footer.html diff --git a/layouts/partials/content-header-links.html b/themes/hugo-docs-concept/layouts/partials/content-header-links.html similarity index 100% rename from layouts/partials/content-header-links.html rename to themes/hugo-docs-concept/layouts/partials/content-header-links.html diff --git a/layouts/partials/contents-list.html b/themes/hugo-docs-concept/layouts/partials/contents-list.html similarity index 100% rename from layouts/partials/contents-list.html rename to themes/hugo-docs-concept/layouts/partials/contents-list.html diff --git a/layouts/partials/functions-quick-reference.html b/themes/hugo-docs-concept/layouts/partials/functions-quick-reference.html similarity index 100% rename from layouts/partials/functions-quick-reference.html rename to themes/hugo-docs-concept/layouts/partials/functions-quick-reference.html diff --git a/layouts/partials/google-analytics.html b/themes/hugo-docs-concept/layouts/partials/google-analytics.html similarity index 100% rename from layouts/partials/google-analytics.html rename to themes/hugo-docs-concept/layouts/partials/google-analytics.html diff --git a/layouts/partials/head/metadata-favicons.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-favicons.html similarity index 100% rename from layouts/partials/head/metadata-favicons.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-favicons.html diff --git a/layouts/partials/head/metadata-opengraph.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-opengraph.html similarity index 100% rename from layouts/partials/head/metadata-opengraph.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-opengraph.html diff --git a/layouts/partials/head/metadata-prefetch.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-prefetch.html similarity index 100% rename from layouts/partials/head/metadata-prefetch.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-prefetch.html diff --git a/layouts/partials/head/metadata-refreshredirect.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-refreshredirect.html similarity index 100% rename from layouts/partials/head/metadata-refreshredirect.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-refreshredirect.html diff --git a/layouts/partials/head/metadata-rss.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-rss.html similarity index 100% rename from layouts/partials/head/metadata-rss.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-rss.html diff --git a/layouts/partials/head/metadata-schemaorg.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-schemaorg.html similarity index 100% rename from layouts/partials/head/metadata-schemaorg.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-schemaorg.html diff --git a/layouts/partials/head/metadata-standard.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-standard.html similarity index 100% rename from layouts/partials/head/metadata-standard.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-standard.html diff --git a/layouts/partials/head/metadata-twitter.html b/themes/hugo-docs-concept/layouts/partials/head/metadata-twitter.html similarity index 100% rename from layouts/partials/head/metadata-twitter.html rename to themes/hugo-docs-concept/layouts/partials/head/metadata-twitter.html diff --git a/layouts/partials/head/noindex.html b/themes/hugo-docs-concept/layouts/partials/head/noindex.html similarity index 100% rename from layouts/partials/head/noindex.html rename to themes/hugo-docs-concept/layouts/partials/head/noindex.html diff --git a/layouts/partials/head/site-style.html b/themes/hugo-docs-concept/layouts/partials/head/site-style.html similarity index 100% rename from layouts/partials/head/site-style.html rename to themes/hugo-docs-concept/layouts/partials/head/site-style.html diff --git a/layouts/partials/homepage/homepage-features.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-features.html similarity index 100% rename from layouts/partials/homepage/homepage-features.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-features.html diff --git a/layouts/partials/homepage/homepage-focus.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-focus.html similarity index 100% rename from layouts/partials/homepage/homepage-focus.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-focus.html diff --git a/layouts/partials/homepage/homepage-header.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-header.html similarity index 100% rename from layouts/partials/homepage/homepage-header.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-header.html diff --git a/layouts/partials/homepage/homepage-hero.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-hero.html similarity index 100% rename from layouts/partials/homepage/homepage-hero.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-hero.html diff --git a/layouts/partials/homepage/homepage-install.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-install.html similarity index 100% rename from layouts/partials/homepage/homepage-install.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-install.html diff --git a/layouts/partials/homepage/homepage-open-source.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-open-source.html similarity index 100% rename from layouts/partials/homepage/homepage-open-source.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-open-source.html diff --git a/layouts/partials/homepage/homepage-tweets.html b/themes/hugo-docs-concept/layouts/partials/homepage/homepage-tweets.html similarity index 100% rename from layouts/partials/homepage/homepage-tweets.html rename to themes/hugo-docs-concept/layouts/partials/homepage/homepage-tweets.html diff --git a/layouts/partials/hugo-logo-wide.svg b/themes/hugo-docs-concept/layouts/partials/hugo-logo-wide.svg similarity index 100% rename from layouts/partials/hugo-logo-wide.svg rename to themes/hugo-docs-concept/layouts/partials/hugo-logo-wide.svg diff --git a/layouts/partials/page-title.html b/themes/hugo-docs-concept/layouts/partials/page-title.html similarity index 100% rename from layouts/partials/page-title.html rename to themes/hugo-docs-concept/layouts/partials/page-title.html diff --git a/layouts/partials/site-footer.html b/themes/hugo-docs-concept/layouts/partials/site-footer.html similarity index 100% rename from layouts/partials/site-footer.html rename to themes/hugo-docs-concept/layouts/partials/site-footer.html diff --git a/layouts/partials/site-head.html b/themes/hugo-docs-concept/layouts/partials/site-head.html similarity index 100% rename from layouts/partials/site-head.html rename to themes/hugo-docs-concept/layouts/partials/site-head.html diff --git a/layouts/partials/site-header.html b/themes/hugo-docs-concept/layouts/partials/site-header.html similarity index 100% rename from layouts/partials/site-header.html rename to themes/hugo-docs-concept/layouts/partials/site-header.html diff --git a/layouts/partials/site-navigation.html b/themes/hugo-docs-concept/layouts/partials/site-navigation.html similarity index 100% rename from layouts/partials/site-navigation.html rename to themes/hugo-docs-concept/layouts/partials/site-navigation.html diff --git a/layouts/partials/site-scripts.html b/themes/hugo-docs-concept/layouts/partials/site-scripts.html similarity index 100% rename from layouts/partials/site-scripts.html rename to themes/hugo-docs-concept/layouts/partials/site-scripts.html diff --git a/layouts/partials/site-search.html b/themes/hugo-docs-concept/layouts/partials/site-search.html similarity index 100% rename from layouts/partials/site-search.html rename to themes/hugo-docs-concept/layouts/partials/site-search.html diff --git a/layouts/partials/style-embed.html b/themes/hugo-docs-concept/layouts/partials/style-embed.html similarity index 100% rename from layouts/partials/style-embed.html rename to themes/hugo-docs-concept/layouts/partials/style-embed.html diff --git a/layouts/partials/svg-icons/clipboard.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/clipboard.svg similarity index 100% rename from layouts/partials/svg-icons/clipboard.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/clipboard.svg diff --git a/layouts/partials/svg-icons/cloud.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/cloud.svg similarity index 100% rename from layouts/partials/svg-icons/cloud.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/cloud.svg diff --git a/layouts/partials/svg-icons/content.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/content.svg similarity index 100% rename from layouts/partials/svg-icons/content.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/content.svg diff --git a/layouts/partials/svg-icons/design.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/design.svg similarity index 100% rename from layouts/partials/svg-icons/design.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/design.svg diff --git a/layouts/partials/svg-icons/exclamation.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/exclamation.svg similarity index 100% rename from layouts/partials/svg-icons/exclamation.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/exclamation.svg diff --git a/layouts/partials/svg-icons/focus.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/focus.svg similarity index 100% rename from layouts/partials/svg-icons/focus.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/focus.svg diff --git a/layouts/partials/svg-icons/functions.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/functions.svg similarity index 100% rename from layouts/partials/svg-icons/functions.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/functions.svg diff --git a/layouts/partials/svg-icons/gitter.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gitter.svg similarity index 100% rename from layouts/partials/svg-icons/gitter.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gitter.svg diff --git a/layouts/partials/svg-icons/gme.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gme.svg similarity index 100% rename from layouts/partials/svg-icons/gme.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gme.svg diff --git a/layouts/partials/svg-icons/godoc-icon.html b/themes/hugo-docs-concept/layouts/partials/svg-icons/godoc-icon.html similarity index 100% rename from layouts/partials/svg-icons/godoc-icon.html rename to themes/hugo-docs-concept/layouts/partials/svg-icons/godoc-icon.html diff --git a/layouts/partials/svg-icons/gopher-2.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-2.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-2.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-2.svg diff --git a/layouts/partials/svg-icons/gopher-front.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-front.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-front.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-front.svg diff --git a/layouts/partials/svg-icons/gopher-homepage.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-homepage.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-homepage.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-homepage.svg diff --git a/layouts/partials/svg-icons/gopher-side_color.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-side_color.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-side_color.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-side_color.svg diff --git a/layouts/partials/svg-icons/gopher-side_path.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-side_path.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-side_path.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-side_path.svg diff --git a/layouts/partials/svg-icons/gopher-small.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-small.svg similarity index 100% rename from layouts/partials/svg-icons/gopher-small.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher-small.svg diff --git a/layouts/partials/svg-icons/gopher.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/gopher.svg similarity index 100% rename from layouts/partials/svg-icons/gopher.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/gopher.svg diff --git a/layouts/partials/svg-icons/hugo-h-only.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/hugo-h-only.svg similarity index 100% rename from layouts/partials/svg-icons/hugo-h-only.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/hugo-h-only.svg diff --git a/layouts/partials/svg-icons/hugo-logo-wide.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/hugo-logo-wide.svg similarity index 100% rename from layouts/partials/svg-icons/hugo-logo-wide.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/hugo-logo-wide.svg diff --git a/layouts/partials/svg-icons/hugo.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/hugo.svg similarity index 100% rename from layouts/partials/svg-icons/hugo.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/hugo.svg diff --git a/layouts/partials/svg-icons/idea.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/idea.svg similarity index 100% rename from layouts/partials/svg-icons/idea.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/idea.svg diff --git a/layouts/partials/svg-icons/javascript.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/javascript.svg similarity index 100% rename from layouts/partials/svg-icons/javascript.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/javascript.svg diff --git a/layouts/partials/svg-icons/json.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/json.svg similarity index 100% rename from layouts/partials/svg-icons/json.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/json.svg diff --git a/layouts/partials/svg-icons/md.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/md.svg similarity index 100% rename from layouts/partials/svg-icons/md.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/md.svg diff --git a/layouts/partials/svg-icons/mdsolid.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/mdsolid.svg similarity index 100% rename from layouts/partials/svg-icons/mdsolid.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/mdsolid.svg diff --git a/layouts/partials/svg-icons/newlogo.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/newlogo.svg similarity index 100% rename from layouts/partials/svg-icons/newlogo.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/newlogo.svg diff --git a/layouts/partials/svg-icons/sass.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/sass.svg similarity index 100% rename from layouts/partials/svg-icons/sass.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/sass.svg diff --git a/layouts/partials/svg-icons/search.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/search.svg similarity index 100% rename from layouts/partials/svg-icons/search.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/search.svg diff --git a/layouts/partials/svg-icons/website.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/website.svg similarity index 100% rename from layouts/partials/svg-icons/website.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/website.svg diff --git a/layouts/partials/svg-icons/yaml.svg b/themes/hugo-docs-concept/layouts/partials/svg-icons/yaml.svg similarity index 100% rename from layouts/partials/svg-icons/yaml.svg rename to themes/hugo-docs-concept/layouts/partials/svg-icons/yaml.svg diff --git a/layouts/partials/table-of-contents.html b/themes/hugo-docs-concept/layouts/partials/table-of-contents.html similarity index 100% rename from layouts/partials/table-of-contents.html rename to themes/hugo-docs-concept/layouts/partials/table-of-contents.html diff --git a/layouts/partials/tags.html b/themes/hugo-docs-concept/layouts/partials/tags.html similarity index 100% rename from layouts/partials/tags.html rename to themes/hugo-docs-concept/layouts/partials/tags.html diff --git a/layouts/section/showcase.html b/themes/hugo-docs-concept/layouts/section/showcase.html similarity index 100% rename from layouts/section/showcase.html rename to themes/hugo-docs-concept/layouts/section/showcase.html diff --git a/layouts/shortcodes/code.html b/themes/hugo-docs-concept/layouts/shortcodes/code.html similarity index 100% rename from layouts/shortcodes/code.html rename to themes/hugo-docs-concept/layouts/shortcodes/code.html diff --git a/layouts/shortcodes/datatable.html b/themes/hugo-docs-concept/layouts/shortcodes/datatable.html similarity index 100% rename from layouts/shortcodes/datatable.html rename to themes/hugo-docs-concept/layouts/shortcodes/datatable.html diff --git a/layouts/shortcodes/directoryindex.html b/themes/hugo-docs-concept/layouts/shortcodes/directoryindex.html similarity index 100% rename from layouts/shortcodes/directoryindex.html rename to themes/hugo-docs-concept/layouts/shortcodes/directoryindex.html diff --git a/layouts/shortcodes/docfile.html b/themes/hugo-docs-concept/layouts/shortcodes/docfile.html similarity index 100% rename from layouts/shortcodes/docfile.html rename to themes/hugo-docs-concept/layouts/shortcodes/docfile.html diff --git a/layouts/shortcodes/exfile.html b/themes/hugo-docs-concept/layouts/shortcodes/exfile.html similarity index 100% rename from layouts/shortcodes/exfile.html rename to themes/hugo-docs-concept/layouts/shortcodes/exfile.html diff --git a/layouts/shortcodes/exfm.html b/themes/hugo-docs-concept/layouts/shortcodes/exfm.html similarity index 100% rename from layouts/shortcodes/exfm.html rename to themes/hugo-docs-concept/layouts/shortcodes/exfm.html diff --git a/layouts/shortcodes/gh.html b/themes/hugo-docs-concept/layouts/shortcodes/gh.html similarity index 100% rename from layouts/shortcodes/gh.html rename to themes/hugo-docs-concept/layouts/shortcodes/gh.html diff --git a/layouts/shortcodes/ghrepo.html b/themes/hugo-docs-concept/layouts/shortcodes/ghrepo.html similarity index 100% rename from layouts/shortcodes/ghrepo.html rename to themes/hugo-docs-concept/layouts/shortcodes/ghrepo.html diff --git a/layouts/shortcodes/needsexamples.html b/themes/hugo-docs-concept/layouts/shortcodes/needsexamples.html similarity index 100% rename from layouts/shortcodes/needsexamples.html rename to themes/hugo-docs-concept/layouts/shortcodes/needsexamples.html diff --git a/layouts/shortcodes/nohighlight.html b/themes/hugo-docs-concept/layouts/shortcodes/nohighlight.html similarity index 100% rename from layouts/shortcodes/nohighlight.html rename to themes/hugo-docs-concept/layouts/shortcodes/nohighlight.html diff --git a/layouts/shortcodes/note.html b/themes/hugo-docs-concept/layouts/shortcodes/note.html similarity index 100% rename from layouts/shortcodes/note.html rename to themes/hugo-docs-concept/layouts/shortcodes/note.html diff --git a/layouts/shortcodes/output.html b/themes/hugo-docs-concept/layouts/shortcodes/output.html similarity index 100% rename from layouts/shortcodes/output.html rename to themes/hugo-docs-concept/layouts/shortcodes/output.html diff --git a/layouts/shortcodes/readfile.html b/themes/hugo-docs-concept/layouts/shortcodes/readfile.html similarity index 100% rename from layouts/shortcodes/readfile.html rename to themes/hugo-docs-concept/layouts/shortcodes/readfile.html diff --git a/layouts/shortcodes/warning.html b/themes/hugo-docs-concept/layouts/shortcodes/warning.html similarity index 100% rename from layouts/shortcodes/warning.html rename to themes/hugo-docs-concept/layouts/shortcodes/warning.html diff --git a/layouts/shortcodes/yt.html b/themes/hugo-docs-concept/layouts/shortcodes/yt.html similarity index 100% rename from layouts/shortcodes/yt.html rename to themes/hugo-docs-concept/layouts/shortcodes/yt.html diff --git a/pipeline/README.md b/themes/hugo-docs-concept/pipeline/README.md similarity index 100% rename from pipeline/README.md rename to themes/hugo-docs-concept/pipeline/README.md diff --git a/pipeline/gulpfile.js b/themes/hugo-docs-concept/pipeline/gulpfile.js similarity index 100% rename from pipeline/gulpfile.js rename to themes/hugo-docs-concept/pipeline/gulpfile.js diff --git a/pipeline/js/_blast.js b/themes/hugo-docs-concept/pipeline/js/_blast.js similarity index 100% rename from pipeline/js/_blast.js rename to themes/hugo-docs-concept/pipeline/js/_blast.js diff --git a/pipeline/js/_clipboard.js b/themes/hugo-docs-concept/pipeline/js/_clipboard.js similarity index 100% rename from pipeline/js/_clipboard.js rename to themes/hugo-docs-concept/pipeline/js/_clipboard.js diff --git a/pipeline/js/_filesaver.js b/themes/hugo-docs-concept/pipeline/js/_filesaver.js similarity index 100% rename from pipeline/js/_filesaver.js rename to themes/hugo-docs-concept/pipeline/js/_filesaver.js diff --git a/pipeline/js/_jquery.min.js b/themes/hugo-docs-concept/pipeline/js/_jquery.min.js similarity index 100% rename from pipeline/js/_jquery.min.js rename to themes/hugo-docs-concept/pipeline/js/_jquery.min.js diff --git a/pipeline/js/_velocity.min.js b/themes/hugo-docs-concept/pipeline/js/_velocity.min.js similarity index 100% rename from pipeline/js/_velocity.min.js rename to themes/hugo-docs-concept/pipeline/js/_velocity.min.js diff --git a/pipeline/js/_velocity.ui.min.js b/themes/hugo-docs-concept/pipeline/js/_velocity.ui.min.js similarity index 100% rename from pipeline/js/_velocity.ui.min.js rename to themes/hugo-docs-concept/pipeline/js/_velocity.ui.min.js diff --git a/pipeline/js/scripts/add-icons-to-external-links-and-pdfs-anchors.js b/themes/hugo-docs-concept/pipeline/js/scripts/add-icons-to-external-links-and-pdfs-anchors.js similarity index 100% rename from pipeline/js/scripts/add-icons-to-external-links-and-pdfs-anchors.js rename to themes/hugo-docs-concept/pipeline/js/scripts/add-icons-to-external-links-and-pdfs-anchors.js diff --git a/pipeline/js/scripts/blockquotes-styling-extending-markdown.js b/themes/hugo-docs-concept/pipeline/js/scripts/blockquotes-styling-extending-markdown.js similarity index 100% rename from pipeline/js/scripts/blockquotes-styling-extending-markdown.js rename to themes/hugo-docs-concept/pipeline/js/scripts/blockquotes-styling-extending-markdown.js diff --git a/pipeline/js/scripts/download-file.js b/themes/hugo-docs-concept/pipeline/js/scripts/download-file.js similarity index 100% rename from pipeline/js/scripts/download-file.js rename to themes/hugo-docs-concept/pipeline/js/scripts/download-file.js diff --git a/pipeline/js/scripts/featherlight.js b/themes/hugo-docs-concept/pipeline/js/scripts/featherlight.js similarity index 100% rename from pipeline/js/scripts/featherlight.js rename to themes/hugo-docs-concept/pipeline/js/scripts/featherlight.js diff --git a/pipeline/js/scripts/ga-tracking.js b/themes/hugo-docs-concept/pipeline/js/scripts/ga-tracking.js similarity index 100% rename from pipeline/js/scripts/ga-tracking.js rename to themes/hugo-docs-concept/pipeline/js/scripts/ga-tracking.js diff --git a/pipeline/js/scripts/highlight.pack.js b/themes/hugo-docs-concept/pipeline/js/scripts/highlight.pack.js similarity index 100% rename from pipeline/js/scripts/highlight.pack.js rename to themes/hugo-docs-concept/pipeline/js/scripts/highlight.pack.js diff --git a/pipeline/js/scripts/homepage.js b/themes/hugo-docs-concept/pipeline/js/scripts/homepage.js similarity index 100% rename from pipeline/js/scripts/homepage.js rename to themes/hugo-docs-concept/pipeline/js/scripts/homepage.js diff --git a/pipeline/js/scripts/images-extend-markdown-with-classes.js b/themes/hugo-docs-concept/pipeline/js/scripts/images-extend-markdown-with-classes.js similarity index 100% rename from pipeline/js/scripts/images-extend-markdown-with-classes.js rename to themes/hugo-docs-concept/pipeline/js/scripts/images-extend-markdown-with-classes.js diff --git a/pipeline/js/scripts/site-navigation.js b/themes/hugo-docs-concept/pipeline/js/scripts/site-navigation.js similarity index 100% rename from pipeline/js/scripts/site-navigation.js rename to themes/hugo-docs-concept/pipeline/js/scripts/site-navigation.js diff --git a/pipeline/js/scripts/smooth-scrolling.js b/themes/hugo-docs-concept/pipeline/js/scripts/smooth-scrolling.js similarity index 100% rename from pipeline/js/scripts/smooth-scrolling.js rename to themes/hugo-docs-concept/pipeline/js/scripts/smooth-scrolling.js diff --git a/pipeline/js/scripts/toc.js b/themes/hugo-docs-concept/pipeline/js/scripts/toc.js similarity index 100% rename from pipeline/js/scripts/toc.js rename to themes/hugo-docs-concept/pipeline/js/scripts/toc.js diff --git a/pipeline/js/scripts/toggle-search.js b/themes/hugo-docs-concept/pipeline/js/scripts/toggle-search.js similarity index 100% rename from pipeline/js/scripts/toggle-search.js rename to themes/hugo-docs-concept/pipeline/js/scripts/toggle-search.js diff --git a/pipeline/js/scripts/toggle-toc.js b/themes/hugo-docs-concept/pipeline/js/scripts/toggle-toc.js similarity index 100% rename from pipeline/js/scripts/toggle-toc.js rename to themes/hugo-docs-concept/pipeline/js/scripts/toggle-toc.js diff --git a/pipeline/js/scripts/video-thumbnail-switch.js b/themes/hugo-docs-concept/pipeline/js/scripts/video-thumbnail-switch.js similarity index 100% rename from pipeline/js/scripts/video-thumbnail-switch.js rename to themes/hugo-docs-concept/pipeline/js/scripts/video-thumbnail-switch.js diff --git a/pipeline/package.json b/themes/hugo-docs-concept/pipeline/package.json similarity index 100% rename from pipeline/package.json rename to themes/hugo-docs-concept/pipeline/package.json diff --git a/pipeline/scss/_temp.scss b/themes/hugo-docs-concept/pipeline/scss/_temp.scss similarity index 100% rename from pipeline/scss/_temp.scss rename to themes/hugo-docs-concept/pipeline/scss/_temp.scss diff --git a/pipeline/scss/_variables.scss b/themes/hugo-docs-concept/pipeline/scss/_variables.scss similarity index 100% rename from pipeline/scss/_variables.scss rename to themes/hugo-docs-concept/pipeline/scss/_variables.scss diff --git a/pipeline/scss/abstracts/_functions.scss b/themes/hugo-docs-concept/pipeline/scss/abstracts/_functions.scss similarity index 100% rename from pipeline/scss/abstracts/_functions.scss rename to themes/hugo-docs-concept/pipeline/scss/abstracts/_functions.scss diff --git a/pipeline/scss/abstracts/_mediaqueries.scss b/themes/hugo-docs-concept/pipeline/scss/abstracts/_mediaqueries.scss similarity index 100% rename from pipeline/scss/abstracts/_mediaqueries.scss rename to themes/hugo-docs-concept/pipeline/scss/abstracts/_mediaqueries.scss diff --git a/pipeline/scss/abstracts/_mixins.scss b/themes/hugo-docs-concept/pipeline/scss/abstracts/_mixins.scss similarity index 100% rename from pipeline/scss/abstracts/_mixins.scss rename to themes/hugo-docs-concept/pipeline/scss/abstracts/_mixins.scss diff --git a/pipeline/scss/algolia/_dropdown.scss b/themes/hugo-docs-concept/pipeline/scss/algolia/_dropdown.scss similarity index 100% rename from pipeline/scss/algolia/_dropdown.scss rename to themes/hugo-docs-concept/pipeline/scss/algolia/_dropdown.scss diff --git a/pipeline/scss/algolia/_main.scss b/themes/hugo-docs-concept/pipeline/scss/algolia/_main.scss similarity index 100% rename from pipeline/scss/algolia/_main.scss rename to themes/hugo-docs-concept/pipeline/scss/algolia/_main.scss diff --git a/pipeline/scss/algolia/_searchbox.scss b/themes/hugo-docs-concept/pipeline/scss/algolia/_searchbox.scss similarity index 100% rename from pipeline/scss/algolia/_searchbox.scss rename to themes/hugo-docs-concept/pipeline/scss/algolia/_searchbox.scss diff --git a/pipeline/scss/algolia/_variables.scss b/themes/hugo-docs-concept/pipeline/scss/algolia/_variables.scss similarity index 100% rename from pipeline/scss/algolia/_variables.scss rename to themes/hugo-docs-concept/pipeline/scss/algolia/_variables.scss diff --git a/pipeline/scss/base/_base.scss b/themes/hugo-docs-concept/pipeline/scss/base/_base.scss similarity index 100% rename from pipeline/scss/base/_base.scss rename to themes/hugo-docs-concept/pipeline/scss/base/_base.scss diff --git a/pipeline/scss/base/_fontawesome.scss b/themes/hugo-docs-concept/pipeline/scss/base/_fontawesome.scss similarity index 100% rename from pipeline/scss/base/_fontawesome.scss rename to themes/hugo-docs-concept/pipeline/scss/base/_fontawesome.scss diff --git a/pipeline/scss/base/_fontello.scss b/themes/hugo-docs-concept/pipeline/scss/base/_fontello.scss similarity index 100% rename from pipeline/scss/base/_fontello.scss rename to themes/hugo-docs-concept/pipeline/scss/base/_fontello.scss diff --git a/pipeline/scss/base/_normalize.scss b/themes/hugo-docs-concept/pipeline/scss/base/_normalize.scss similarity index 100% rename from pipeline/scss/base/_normalize.scss rename to themes/hugo-docs-concept/pipeline/scss/base/_normalize.scss diff --git a/pipeline/scss/base/_typography.scss b/themes/hugo-docs-concept/pipeline/scss/base/_typography.scss similarity index 100% rename from pipeline/scss/base/_typography.scss rename to themes/hugo-docs-concept/pipeline/scss/base/_typography.scss diff --git a/pipeline/scss/bourbon/_bourbon-deprecated-upcoming.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/_bourbon-deprecated-upcoming.scss similarity index 100% rename from pipeline/scss/bourbon/_bourbon-deprecated-upcoming.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/_bourbon-deprecated-upcoming.scss diff --git a/pipeline/scss/bourbon/_bourbon.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/_bourbon.scss similarity index 100% rename from pipeline/scss/bourbon/_bourbon.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/_bourbon.scss diff --git a/pipeline/scss/bourbon/addons/_border-color.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-color.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_border-color.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-color.scss diff --git a/pipeline/scss/bourbon/addons/_border-radius.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-radius.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_border-radius.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-radius.scss diff --git a/pipeline/scss/bourbon/addons/_border-style.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-style.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_border-style.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-style.scss diff --git a/pipeline/scss/bourbon/addons/_border-width.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-width.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_border-width.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_border-width.scss diff --git a/pipeline/scss/bourbon/addons/_buttons.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_buttons.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_buttons.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_buttons.scss diff --git a/pipeline/scss/bourbon/addons/_clearfix.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_clearfix.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_clearfix.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_clearfix.scss diff --git a/pipeline/scss/bourbon/addons/_ellipsis.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_ellipsis.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_ellipsis.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_ellipsis.scss diff --git a/pipeline/scss/bourbon/addons/_font-stacks.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_font-stacks.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_font-stacks.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_font-stacks.scss diff --git a/pipeline/scss/bourbon/addons/_hide-text.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_hide-text.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_hide-text.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_hide-text.scss diff --git a/pipeline/scss/bourbon/addons/_margin.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_margin.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_margin.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_margin.scss diff --git a/pipeline/scss/bourbon/addons/_padding.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_padding.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_padding.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_padding.scss diff --git a/pipeline/scss/bourbon/addons/_position.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_position.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_position.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_position.scss diff --git a/pipeline/scss/bourbon/addons/_prefixer.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_prefixer.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_prefixer.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_prefixer.scss diff --git a/pipeline/scss/bourbon/addons/_retina-image.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_retina-image.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_retina-image.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_retina-image.scss diff --git a/pipeline/scss/bourbon/addons/_size.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_size.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_size.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_size.scss diff --git a/pipeline/scss/bourbon/addons/_text-inputs.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_text-inputs.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_text-inputs.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_text-inputs.scss diff --git a/pipeline/scss/bourbon/addons/_timing-functions.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_timing-functions.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_timing-functions.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_timing-functions.scss diff --git a/pipeline/scss/bourbon/addons/_triangle.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_triangle.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_triangle.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_triangle.scss diff --git a/pipeline/scss/bourbon/addons/_word-wrap.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_word-wrap.scss similarity index 100% rename from pipeline/scss/bourbon/addons/_word-wrap.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/addons/_word-wrap.scss diff --git a/pipeline/scss/bourbon/css3/_animation.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_animation.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_animation.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_animation.scss diff --git a/pipeline/scss/bourbon/css3/_appearance.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_appearance.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_appearance.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_appearance.scss diff --git a/pipeline/scss/bourbon/css3/_backface-visibility.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_backface-visibility.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_backface-visibility.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_backface-visibility.scss diff --git a/pipeline/scss/bourbon/css3/_background-image.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_background-image.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_background-image.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_background-image.scss diff --git a/pipeline/scss/bourbon/css3/_background.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_background.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_background.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_background.scss diff --git a/pipeline/scss/bourbon/css3/_border-image.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_border-image.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_border-image.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_border-image.scss diff --git a/pipeline/scss/bourbon/css3/_calc.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_calc.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_calc.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_calc.scss diff --git a/pipeline/scss/bourbon/css3/_columns.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_columns.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_columns.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_columns.scss diff --git a/pipeline/scss/bourbon/css3/_filter.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_filter.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_filter.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_filter.scss diff --git a/pipeline/scss/bourbon/css3/_flex-box.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_flex-box.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_flex-box.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_flex-box.scss diff --git a/pipeline/scss/bourbon/css3/_font-face.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_font-face.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_font-face.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_font-face.scss diff --git a/pipeline/scss/bourbon/css3/_font-feature-settings.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_font-feature-settings.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_font-feature-settings.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_font-feature-settings.scss diff --git a/pipeline/scss/bourbon/css3/_hidpi-media-query.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_hidpi-media-query.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_hidpi-media-query.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_hidpi-media-query.scss diff --git a/pipeline/scss/bourbon/css3/_hyphens.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_hyphens.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_hyphens.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_hyphens.scss diff --git a/pipeline/scss/bourbon/css3/_image-rendering.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_image-rendering.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_image-rendering.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_image-rendering.scss diff --git a/pipeline/scss/bourbon/css3/_keyframes.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_keyframes.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_keyframes.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_keyframes.scss diff --git a/pipeline/scss/bourbon/css3/_linear-gradient.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_linear-gradient.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_linear-gradient.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_linear-gradient.scss diff --git a/pipeline/scss/bourbon/css3/_perspective.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_perspective.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_perspective.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_perspective.scss diff --git a/pipeline/scss/bourbon/css3/_placeholder.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_placeholder.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_placeholder.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_placeholder.scss diff --git a/pipeline/scss/bourbon/css3/_radial-gradient.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_radial-gradient.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_radial-gradient.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_radial-gradient.scss diff --git a/pipeline/scss/bourbon/css3/_selection.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_selection.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_selection.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_selection.scss diff --git a/pipeline/scss/bourbon/css3/_text-decoration.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_text-decoration.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_text-decoration.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_text-decoration.scss diff --git a/pipeline/scss/bourbon/css3/_transform.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_transform.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_transform.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_transform.scss diff --git a/pipeline/scss/bourbon/css3/_transition.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_transition.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_transition.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_transition.scss diff --git a/pipeline/scss/bourbon/css3/_user-select.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_user-select.scss similarity index 100% rename from pipeline/scss/bourbon/css3/_user-select.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/css3/_user-select.scss diff --git a/pipeline/scss/bourbon/functions/_assign-inputs.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_assign-inputs.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_assign-inputs.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_assign-inputs.scss diff --git a/pipeline/scss/bourbon/functions/_contains-falsy.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_contains-falsy.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_contains-falsy.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_contains-falsy.scss diff --git a/pipeline/scss/bourbon/functions/_contains.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_contains.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_contains.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_contains.scss diff --git a/pipeline/scss/bourbon/functions/_is-length.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-length.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_is-length.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-length.scss diff --git a/pipeline/scss/bourbon/functions/_is-light.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-light.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_is-light.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-light.scss diff --git a/pipeline/scss/bourbon/functions/_is-number.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-number.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_is-number.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-number.scss diff --git a/pipeline/scss/bourbon/functions/_is-size.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-size.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_is-size.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_is-size.scss diff --git a/pipeline/scss/bourbon/functions/_modular-scale.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_modular-scale.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_modular-scale.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_modular-scale.scss diff --git a/pipeline/scss/bourbon/functions/_px-to-em.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_px-to-em.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_px-to-em.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_px-to-em.scss diff --git a/pipeline/scss/bourbon/functions/_px-to-rem.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_px-to-rem.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_px-to-rem.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_px-to-rem.scss diff --git a/pipeline/scss/bourbon/functions/_shade.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_shade.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_shade.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_shade.scss diff --git a/pipeline/scss/bourbon/functions/_strip-units.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_strip-units.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_strip-units.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_strip-units.scss diff --git a/pipeline/scss/bourbon/functions/_tint.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_tint.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_tint.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_tint.scss diff --git a/pipeline/scss/bourbon/functions/_transition-property-name.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_transition-property-name.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_transition-property-name.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_transition-property-name.scss diff --git a/pipeline/scss/bourbon/functions/_unpack.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_unpack.scss similarity index 100% rename from pipeline/scss/bourbon/functions/_unpack.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/functions/_unpack.scss diff --git a/pipeline/scss/bourbon/helpers/_convert-units.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_convert-units.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_convert-units.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_convert-units.scss diff --git a/pipeline/scss/bourbon/helpers/_directional-values.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_directional-values.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_directional-values.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_directional-values.scss diff --git a/pipeline/scss/bourbon/helpers/_font-source-declaration.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_font-source-declaration.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_font-source-declaration.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_font-source-declaration.scss diff --git a/pipeline/scss/bourbon/helpers/_gradient-positions-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_gradient-positions-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_gradient-positions-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_gradient-positions-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_linear-angle-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-angle-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_linear-angle-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-angle-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_linear-gradient-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-gradient-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_linear-gradient-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-gradient-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_linear-positions-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-positions-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_linear-positions-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-positions-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_linear-side-corner-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-side-corner-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_linear-side-corner-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_linear-side-corner-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_radial-arg-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-arg-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_radial-arg-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-arg-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_radial-gradient-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-gradient-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_radial-gradient-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-gradient-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_radial-positions-parser.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-positions-parser.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_radial-positions-parser.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_radial-positions-parser.scss diff --git a/pipeline/scss/bourbon/helpers/_render-gradients.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_render-gradients.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_render-gradients.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_render-gradients.scss diff --git a/pipeline/scss/bourbon/helpers/_shape-size-stripper.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_shape-size-stripper.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_shape-size-stripper.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_shape-size-stripper.scss diff --git a/pipeline/scss/bourbon/helpers/_str-to-num.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_str-to-num.scss similarity index 100% rename from pipeline/scss/bourbon/helpers/_str-to-num.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/helpers/_str-to-num.scss diff --git a/pipeline/scss/bourbon/settings/_asset-pipeline.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_asset-pipeline.scss similarity index 100% rename from pipeline/scss/bourbon/settings/_asset-pipeline.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_asset-pipeline.scss diff --git a/pipeline/scss/bourbon/settings/_prefixer.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_prefixer.scss similarity index 100% rename from pipeline/scss/bourbon/settings/_prefixer.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_prefixer.scss diff --git a/pipeline/scss/bourbon/settings/_px-to-em.scss b/themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_px-to-em.scss similarity index 100% rename from pipeline/scss/bourbon/settings/_px-to-em.scss rename to themes/hugo-docs-concept/pipeline/scss/bourbon/settings/_px-to-em.scss diff --git a/pipeline/scss/components/_admonitions.scss b/themes/hugo-docs-concept/pipeline/scss/components/_admonitions.scss similarity index 100% rename from pipeline/scss/components/_admonitions.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_admonitions.scss diff --git a/pipeline/scss/components/_anchors.scss b/themes/hugo-docs-concept/pipeline/scss/components/_anchors.scss similarity index 100% rename from pipeline/scss/components/_anchors.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_anchors.scss diff --git a/pipeline/scss/components/_blockquotes.scss b/themes/hugo-docs-concept/pipeline/scss/components/_blockquotes.scss similarity index 100% rename from pipeline/scss/components/_blockquotes.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_blockquotes.scss diff --git a/pipeline/scss/components/_breadcrumb.scss b/themes/hugo-docs-concept/pipeline/scss/components/_breadcrumb.scss similarity index 100% rename from pipeline/scss/components/_breadcrumb.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_breadcrumb.scss diff --git a/pipeline/scss/components/_buttons.scss b/themes/hugo-docs-concept/pipeline/scss/components/_buttons.scss similarity index 100% rename from pipeline/scss/components/_buttons.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_buttons.scss diff --git a/pipeline/scss/components/_code.scss b/themes/hugo-docs-concept/pipeline/scss/components/_code.scss similarity index 100% rename from pipeline/scss/components/_code.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_code.scss diff --git a/pipeline/scss/components/_content-footer.scss b/themes/hugo-docs-concept/pipeline/scss/components/_content-footer.scss similarity index 100% rename from pipeline/scss/components/_content-footer.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_content-footer.scss diff --git a/pipeline/scss/components/_contents-list.scss b/themes/hugo-docs-concept/pipeline/scss/components/_contents-list.scss similarity index 100% rename from pipeline/scss/components/_contents-list.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_contents-list.scss diff --git a/pipeline/scss/components/_gopher.scss b/themes/hugo-docs-concept/pipeline/scss/components/_gopher.scss similarity index 100% rename from pipeline/scss/components/_gopher.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_gopher.scss diff --git a/pipeline/scss/components/_icons.scss b/themes/hugo-docs-concept/pipeline/scss/components/_icons.scss similarity index 100% rename from pipeline/scss/components/_icons.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_icons.scss diff --git a/pipeline/scss/components/_images.scss b/themes/hugo-docs-concept/pipeline/scss/components/_images.scss similarity index 100% rename from pipeline/scss/components/_images.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_images.scss diff --git a/pipeline/scss/components/_keyboard.scss b/themes/hugo-docs-concept/pipeline/scss/components/_keyboard.scss similarity index 100% rename from pipeline/scss/components/_keyboard.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_keyboard.scss diff --git a/pipeline/scss/components/_lists.scss b/themes/hugo-docs-concept/pipeline/scss/components/_lists.scss similarity index 100% rename from pipeline/scss/components/_lists.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_lists.scss diff --git a/pipeline/scss/components/_shortcode-examples.scss b/themes/hugo-docs-concept/pipeline/scss/components/_shortcode-examples.scss similarity index 100% rename from pipeline/scss/components/_shortcode-examples.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_shortcode-examples.scss diff --git a/pipeline/scss/components/_site-search.scss b/themes/hugo-docs-concept/pipeline/scss/components/_site-search.scss similarity index 100% rename from pipeline/scss/components/_site-search.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_site-search.scss diff --git a/pipeline/scss/components/_table-of-contents.scss b/themes/hugo-docs-concept/pipeline/scss/components/_table-of-contents.scss similarity index 100% rename from pipeline/scss/components/_table-of-contents.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_table-of-contents.scss diff --git a/pipeline/scss/components/_tables.scss b/themes/hugo-docs-concept/pipeline/scss/components/_tables.scss similarity index 100% rename from pipeline/scss/components/_tables.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_tables.scss diff --git a/pipeline/scss/components/_tags.scss b/themes/hugo-docs-concept/pipeline/scss/components/_tags.scss similarity index 100% rename from pipeline/scss/components/_tags.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_tags.scss diff --git a/pipeline/scss/components/_video.scss b/themes/hugo-docs-concept/pipeline/scss/components/_video.scss similarity index 100% rename from pipeline/scss/components/_video.scss rename to themes/hugo-docs-concept/pipeline/scss/components/_video.scss diff --git a/pipeline/scss/layout/_showcase.scss b/themes/hugo-docs-concept/pipeline/scss/layout/_showcase.scss similarity index 100% rename from pipeline/scss/layout/_showcase.scss rename to themes/hugo-docs-concept/pipeline/scss/layout/_showcase.scss diff --git a/pipeline/scss/layout/_site-content.scss b/themes/hugo-docs-concept/pipeline/scss/layout/_site-content.scss similarity index 100% rename from pipeline/scss/layout/_site-content.scss rename to themes/hugo-docs-concept/pipeline/scss/layout/_site-content.scss diff --git a/pipeline/scss/layout/_site-footer.scss b/themes/hugo-docs-concept/pipeline/scss/layout/_site-footer.scss similarity index 100% rename from pipeline/scss/layout/_site-footer.scss rename to themes/hugo-docs-concept/pipeline/scss/layout/_site-footer.scss diff --git a/pipeline/scss/layout/_site-header.scss b/themes/hugo-docs-concept/pipeline/scss/layout/_site-header.scss similarity index 100% rename from pipeline/scss/layout/_site-header.scss rename to themes/hugo-docs-concept/pipeline/scss/layout/_site-header.scss diff --git a/pipeline/scss/layout/_site-navigation.scss b/themes/hugo-docs-concept/pipeline/scss/layout/_site-navigation.scss similarity index 100% rename from pipeline/scss/layout/_site-navigation.scss rename to themes/hugo-docs-concept/pipeline/scss/layout/_site-navigation.scss diff --git a/pipeline/scss/pages/_commands.scss b/themes/hugo-docs-concept/pipeline/scss/pages/_commands.scss similarity index 100% rename from pipeline/scss/pages/_commands.scss rename to themes/hugo-docs-concept/pipeline/scss/pages/_commands.scss diff --git a/pipeline/scss/pages/_homepage-old.scss b/themes/hugo-docs-concept/pipeline/scss/pages/_homepage-old.scss similarity index 100% rename from pipeline/scss/pages/_homepage-old.scss rename to themes/hugo-docs-concept/pipeline/scss/pages/_homepage-old.scss diff --git a/pipeline/scss/pages/_homepage.scss b/themes/hugo-docs-concept/pipeline/scss/pages/_homepage.scss similarity index 100% rename from pipeline/scss/pages/_homepage.scss rename to themes/hugo-docs-concept/pipeline/scss/pages/_homepage.scss diff --git a/pipeline/scss/style.scss b/themes/hugo-docs-concept/pipeline/scss/style.scss similarity index 100% rename from pipeline/scss/style.scss rename to themes/hugo-docs-concept/pipeline/scss/style.scss diff --git a/pipeline/scss/vendor/_animate.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_animate.scss similarity index 100% rename from pipeline/scss/vendor/_animate.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_animate.scss diff --git a/pipeline/scss/vendor/_animatecss-truncated.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_animatecss-truncated.scss similarity index 100% rename from pipeline/scss/vendor/_animatecss-truncated.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_animatecss-truncated.scss diff --git a/pipeline/scss/vendor/_featherlight.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_featherlight.scss similarity index 100% rename from pipeline/scss/vendor/_featherlight.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_featherlight.scss diff --git a/pipeline/scss/vendor/_flexboxgrid.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_flexboxgrid.scss similarity index 100% rename from pipeline/scss/vendor/_flexboxgrid.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_flexboxgrid.scss diff --git a/pipeline/scss/vendor/_highlightjs.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_highlightjs.scss similarity index 100% rename from pipeline/scss/vendor/_highlightjs.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_highlightjs.scss diff --git a/pipeline/scss/vendor/_prism.scss b/themes/hugo-docs-concept/pipeline/scss/vendor/_prism.scss similarity index 100% rename from pipeline/scss/vendor/_prism.scss rename to themes/hugo-docs-concept/pipeline/scss/vendor/_prism.scss diff --git a/static/css/style-embed.html b/themes/hugo-docs-concept/static/css/style-embed.html similarity index 100% rename from static/css/style-embed.html rename to themes/hugo-docs-concept/static/css/style-embed.html diff --git a/static/css/style.min.css b/themes/hugo-docs-concept/static/css/style.min.css similarity index 100% rename from static/css/style.min.css rename to themes/hugo-docs-concept/static/css/style.min.css diff --git a/static/documents/ecma-404-json-spec.pdf b/themes/hugo-docs-concept/static/documents/ecma-404-json-spec.pdf similarity index 100% rename from static/documents/ecma-404-json-spec.pdf rename to themes/hugo-docs-concept/static/documents/ecma-404-json-spec.pdf diff --git a/static/documents/gitlab-git-cheat-sheet.pdf b/themes/hugo-docs-concept/static/documents/gitlab-git-cheat-sheet.pdf similarity index 100% rename from static/documents/gitlab-git-cheat-sheet.pdf rename to themes/hugo-docs-concept/static/documents/gitlab-git-cheat-sheet.pdf diff --git a/static/documents/oreilly-static-site-generators.pdf b/themes/hugo-docs-concept/static/documents/oreilly-static-site-generators.pdf similarity index 100% rename from static/documents/oreilly-static-site-generators.pdf rename to themes/hugo-docs-concept/static/documents/oreilly-static-site-generators.pdf diff --git a/static/example/archetypes/default.md b/themes/hugo-docs-concept/static/example/archetypes/default.md similarity index 100% rename from static/example/archetypes/default.md rename to themes/hugo-docs-concept/static/example/archetypes/default.md diff --git a/static/example/archetypes/musicians.md b/themes/hugo-docs-concept/static/example/archetypes/musicians.md similarity index 100% rename from static/example/archetypes/musicians.md rename to themes/hugo-docs-concept/static/example/archetypes/musicians.md diff --git a/static/example/config.toml b/themes/hugo-docs-concept/static/example/config.toml similarity index 100% rename from static/example/config.toml rename to themes/hugo-docs-concept/static/example/config.toml diff --git a/static/example/content/posts/my-first-post.md b/themes/hugo-docs-concept/static/example/content/posts/my-first-post.md similarity index 100% rename from static/example/content/posts/my-first-post.md rename to themes/hugo-docs-concept/static/example/content/posts/my-first-post.md diff --git a/static/fonts/abrilfatface/abrilfatface-regular-webfont.ttf b/themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.ttf similarity index 100% rename from static/fonts/abrilfatface/abrilfatface-regular-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.ttf diff --git a/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff b/themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff similarity index 100% rename from static/fonts/abrilfatface/abrilfatface-regular-webfont.woff rename to themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff diff --git a/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 similarity index 100% rename from static/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/abrilfatface/abrilfatface-regular-webfont.woff2 diff --git a/static/fonts/courierprime/courierprime-400-italic-webfont.eot b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.eot similarity index 100% rename from static/fonts/courierprime/courierprime-400-italic-webfont.eot rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.eot diff --git a/static/fonts/courierprime/courierprime-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.ttf similarity index 100% rename from static/fonts/courierprime/courierprime-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.ttf diff --git a/static/fonts/courierprime/courierprime-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.woff similarity index 100% rename from static/fonts/courierprime/courierprime-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.woff diff --git a/static/fonts/courierprime/courierprime-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/courierprime/courierprime-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-italic-webfont.woff2 diff --git a/static/fonts/courierprime/courierprime-400-webfont.eot b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.eot similarity index 100% rename from static/fonts/courierprime/courierprime-400-webfont.eot rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.eot diff --git a/static/fonts/courierprime/courierprime-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.ttf similarity index 100% rename from static/fonts/courierprime/courierprime-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.ttf diff --git a/static/fonts/courierprime/courierprime-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.woff similarity index 100% rename from static/fonts/courierprime/courierprime-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.woff diff --git a/static/fonts/courierprime/courierprime-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.woff2 similarity index 100% rename from static/fonts/courierprime/courierprime-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-400-webfont.woff2 diff --git a/static/fonts/courierprime/courierprime-700-italic-webfont.eot b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.eot similarity index 100% rename from static/fonts/courierprime/courierprime-700-italic-webfont.eot rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.eot diff --git a/static/fonts/courierprime/courierprime-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.ttf similarity index 100% rename from static/fonts/courierprime/courierprime-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.ttf diff --git a/static/fonts/courierprime/courierprime-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.woff similarity index 100% rename from static/fonts/courierprime/courierprime-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.woff diff --git a/static/fonts/courierprime/courierprime-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/courierprime/courierprime-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-italic-webfont.woff2 diff --git a/static/fonts/courierprime/courierprime-700-webfont.eot b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.eot similarity index 100% rename from static/fonts/courierprime/courierprime-700-webfont.eot rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.eot diff --git a/static/fonts/courierprime/courierprime-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.ttf similarity index 100% rename from static/fonts/courierprime/courierprime-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.ttf diff --git a/static/fonts/courierprime/courierprime-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.woff similarity index 100% rename from static/fonts/courierprime/courierprime-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.woff diff --git a/static/fonts/courierprime/courierprime-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.woff2 similarity index 100% rename from static/fonts/courierprime/courierprime-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/courierprime/courierprime-700-webfont.woff2 diff --git a/static/fonts/fontawesome/FontAwesome.otf b/themes/hugo-docs-concept/static/fonts/fontawesome/FontAwesome.otf similarity index 100% rename from static/fonts/fontawesome/FontAwesome.otf rename to themes/hugo-docs-concept/static/fonts/fontawesome/FontAwesome.otf diff --git a/static/fonts/fontawesome/fontawesome-webfont.eot b/themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.eot similarity index 100% rename from static/fonts/fontawesome/fontawesome-webfont.eot rename to themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.eot diff --git a/static/fonts/fontawesome/fontawesome-webfont.svg b/themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.svg similarity index 100% rename from static/fonts/fontawesome/fontawesome-webfont.svg rename to themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.svg diff --git a/static/fonts/fontawesome/fontawesome-webfont.ttf b/themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.ttf similarity index 100% rename from static/fonts/fontawesome/fontawesome-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.ttf diff --git a/static/fonts/fontawesome/fontawesome-webfont.woff b/themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.woff similarity index 100% rename from static/fonts/fontawesome/fontawesome-webfont.woff rename to themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.woff diff --git a/static/fonts/fontawesome/fontawesome-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.woff2 similarity index 100% rename from static/fonts/fontawesome/fontawesome-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/fontawesome/fontawesome-webfont.woff2 diff --git a/static/fonts/fontello/fontello.eot b/themes/hugo-docs-concept/static/fonts/fontello/fontello.eot similarity index 100% rename from static/fonts/fontello/fontello.eot rename to themes/hugo-docs-concept/static/fonts/fontello/fontello.eot diff --git a/static/fonts/fontello/fontello.svg b/themes/hugo-docs-concept/static/fonts/fontello/fontello.svg similarity index 100% rename from static/fonts/fontello/fontello.svg rename to themes/hugo-docs-concept/static/fonts/fontello/fontello.svg diff --git a/static/fonts/fontello/fontello.ttf b/themes/hugo-docs-concept/static/fonts/fontello/fontello.ttf similarity index 100% rename from static/fonts/fontello/fontello.ttf rename to themes/hugo-docs-concept/static/fonts/fontello/fontello.ttf diff --git a/static/fonts/fontello/fontello.woff b/themes/hugo-docs-concept/static/fonts/fontello/fontello.woff similarity index 100% rename from static/fonts/fontello/fontello.woff rename to themes/hugo-docs-concept/static/fonts/fontello/fontello.woff diff --git a/static/fonts/fontello/fontello.woff2 b/themes/hugo-docs-concept/static/fonts/fontello/fontello.woff2 similarity index 100% rename from static/fonts/fontello/fontello.woff2 rename to themes/hugo-docs-concept/static/fonts/fontello/fontello.woff2 diff --git a/static/fonts/josefinsans/josefinsans-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-italic-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-100-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-italic-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-300-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-italic-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-400-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-italic-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-600-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-italic-webfont.woff2 diff --git a/static/fonts/josefinsans/josefinsans-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.ttf similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.ttf diff --git a/static/fonts/josefinsans/josefinsans-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.woff similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.woff diff --git a/static/fonts/josefinsans/josefinsans-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.woff2 similarity index 100% rename from static/fonts/josefinsans/josefinsans-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinsans/josefinsans-700-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-italic-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-100-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-italic-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-300-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-italic-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-400-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-italic-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-600-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-italic-webfont.woff2 diff --git a/static/fonts/josefinslab/josefinslab-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.ttf similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.ttf diff --git a/static/fonts/josefinslab/josefinslab-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.woff similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.woff diff --git a/static/fonts/josefinslab/josefinslab-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.woff2 similarity index 100% rename from static/fonts/josefinslab/josefinslab-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/josefinslab/josefinslab-700-webfont.woff2 diff --git a/static/fonts/lato/lato-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.ttf diff --git a/static/fonts/lato/lato-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.woff diff --git a/static/fonts/lato/lato-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.ttf diff --git a/static/fonts/lato/lato-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.woff similarity index 100% rename from static/fonts/lato/lato-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.woff diff --git a/static/fonts/lato/lato-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-100-webfont.woff2 diff --git a/static/fonts/lato/lato-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.ttf diff --git a/static/fonts/lato/lato-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.woff diff --git a/static/fonts/lato/lato-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.ttf diff --git a/static/fonts/lato/lato-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.woff similarity index 100% rename from static/fonts/lato/lato-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.woff diff --git a/static/fonts/lato/lato-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-300-webfont.woff2 diff --git a/static/fonts/lato/lato-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.ttf diff --git a/static/fonts/lato/lato-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.woff diff --git a/static/fonts/lato/lato-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.ttf diff --git a/static/fonts/lato/lato-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.woff similarity index 100% rename from static/fonts/lato/lato-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.woff diff --git a/static/fonts/lato/lato-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-400-webfont.woff2 diff --git a/static/fonts/lato/lato-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.ttf diff --git a/static/fonts/lato/lato-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.woff diff --git a/static/fonts/lato/lato-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.ttf diff --git a/static/fonts/lato/lato-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.woff similarity index 100% rename from static/fonts/lato/lato-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.woff diff --git a/static/fonts/lato/lato-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-600-webfont.woff2 diff --git a/static/fonts/lato/lato-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.ttf diff --git a/static/fonts/lato/lato-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.woff diff --git a/static/fonts/lato/lato-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.ttf diff --git a/static/fonts/lato/lato-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.woff similarity index 100% rename from static/fonts/lato/lato-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.woff diff --git a/static/fonts/lato/lato-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-700-webfont.woff2 diff --git a/static/fonts/lato/lato-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.ttf diff --git a/static/fonts/lato/lato-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.woff similarity index 100% rename from static/fonts/lato/lato-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.woff diff --git a/static/fonts/lato/lato-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-italic-webfont.woff2 diff --git a/static/fonts/lato/lato-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.ttf similarity index 100% rename from static/fonts/lato/lato-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.ttf diff --git a/static/fonts/lato/lato-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.woff similarity index 100% rename from static/fonts/lato/lato-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.woff diff --git a/static/fonts/lato/lato-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.woff2 similarity index 100% rename from static/fonts/lato/lato-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/lato/lato-900-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-100-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-200-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-200-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-300-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-400-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-500-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-500-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-italic-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-600-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-700-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-800-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-italic-webfont.ttf diff --git a/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff diff --git a/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff2 similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont-webfont.woff2 diff --git a/static/fonts/librefranklin/librefranklin-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont.ttf similarity index 100% rename from static/fonts/librefranklin/librefranklin-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/librefranklin/librefranklin-900-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.woff diff --git a/static/fonts/merriweather/merriweather-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-italic-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.woff diff --git a/static/fonts/merriweather/merriweather-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-300-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.woff diff --git a/static/fonts/merriweather/merriweather-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-italic-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.woff diff --git a/static/fonts/merriweather/merriweather-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-400-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.woff diff --git a/static/fonts/merriweather/merriweather-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-italic-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.woff diff --git a/static/fonts/merriweather/merriweather-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-700-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.woff diff --git a/static/fonts/merriweather/merriweather-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-italic-webfont.woff2 diff --git a/static/fonts/merriweather/merriweather-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.ttf similarity index 100% rename from static/fonts/merriweather/merriweather-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.ttf diff --git a/static/fonts/merriweather/merriweather-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.woff similarity index 100% rename from static/fonts/merriweather/merriweather-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.woff diff --git a/static/fonts/merriweather/merriweather-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.woff2 similarity index 100% rename from static/fonts/merriweather/merriweather-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweather/merriweather-900-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-italic-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-300-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-italic-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-400-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-italic-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-700-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-italic-webfont.woff2 diff --git a/static/fonts/merriweathersans/merriweathersans-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.ttf similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.ttf diff --git a/static/fonts/merriweathersans/merriweathersans-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.woff similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.woff diff --git a/static/fonts/merriweathersans/merriweathersans-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.woff2 similarity index 100% rename from static/fonts/merriweathersans/merriweathersans-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/merriweathersans/merriweathersans-800-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.woff diff --git a/static/fonts/montserrat/montserrat-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-100-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-200-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-200-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-200-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-200-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-200-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-200-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.woff diff --git a/static/fonts/montserrat/montserrat-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-200-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.woff diff --git a/static/fonts/montserrat/montserrat-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-300-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.woff diff --git a/static/fonts/montserrat/montserrat-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-400-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-500-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-500-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-500-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-500-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-500-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-500-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.woff diff --git a/static/fonts/montserrat/montserrat-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-500-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.woff diff --git a/static/fonts/montserrat/montserrat-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-600-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.woff diff --git a/static/fonts/montserrat/montserrat-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-700-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-800-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-800-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-800-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-800-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.woff diff --git a/static/fonts/montserrat/montserrat-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-800-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.woff diff --git a/static/fonts/montserrat/montserrat-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-italic-webfont.woff2 diff --git a/static/fonts/montserrat/montserrat-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.ttf similarity index 100% rename from static/fonts/montserrat/montserrat-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.ttf diff --git a/static/fonts/montserrat/montserrat-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.woff similarity index 100% rename from static/fonts/montserrat/montserrat-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.woff diff --git a/static/fonts/montserrat/montserrat-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.woff2 similarity index 100% rename from static/fonts/montserrat/montserrat-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/montserrat/montserrat-900-webfont.woff2 diff --git a/static/fonts/muli/muli-200-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-200-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.ttf diff --git a/static/fonts/muli/muli-200-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-200-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.woff diff --git a/static/fonts/muli/muli-200-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-200-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.ttf diff --git a/static/fonts/muli/muli-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.woff similarity index 100% rename from static/fonts/muli/muli-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.woff diff --git a/static/fonts/muli/muli-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-200-webfont.woff2 diff --git a/static/fonts/muli/muli-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.ttf diff --git a/static/fonts/muli/muli-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.woff diff --git a/static/fonts/muli/muli-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.ttf diff --git a/static/fonts/muli/muli-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.woff similarity index 100% rename from static/fonts/muli/muli-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.woff diff --git a/static/fonts/muli/muli-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-300-webfont.woff2 diff --git a/static/fonts/muli/muli-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.ttf diff --git a/static/fonts/muli/muli-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.woff diff --git a/static/fonts/muli/muli-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.ttf diff --git a/static/fonts/muli/muli-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.woff similarity index 100% rename from static/fonts/muli/muli-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.woff diff --git a/static/fonts/muli/muli-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-400-webfont.woff2 diff --git a/static/fonts/muli/muli-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.ttf diff --git a/static/fonts/muli/muli-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.woff diff --git a/static/fonts/muli/muli-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.ttf diff --git a/static/fonts/muli/muli-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.woff similarity index 100% rename from static/fonts/muli/muli-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.woff diff --git a/static/fonts/muli/muli-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-600-webfont.woff2 diff --git a/static/fonts/muli/muli-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.ttf diff --git a/static/fonts/muli/muli-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.woff diff --git a/static/fonts/muli/muli-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.ttf diff --git a/static/fonts/muli/muli-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.woff similarity index 100% rename from static/fonts/muli/muli-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.woff diff --git a/static/fonts/muli/muli-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-700-webfont.woff2 diff --git a/static/fonts/muli/muli-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.ttf diff --git a/static/fonts/muli/muli-800-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-800-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.woff diff --git a/static/fonts/muli/muli-800-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-800-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.ttf diff --git a/static/fonts/muli/muli-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.woff similarity index 100% rename from static/fonts/muli/muli-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.woff diff --git a/static/fonts/muli/muli-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-800-webfont.woff2 diff --git a/static/fonts/muli/muli-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.ttf diff --git a/static/fonts/muli/muli-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.woff similarity index 100% rename from static/fonts/muli/muli-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.woff diff --git a/static/fonts/muli/muli-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-italic-webfont.woff2 diff --git a/static/fonts/muli/muli-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.ttf similarity index 100% rename from static/fonts/muli/muli-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.ttf diff --git a/static/fonts/muli/muli-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.woff similarity index 100% rename from static/fonts/muli/muli-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.woff diff --git a/static/fonts/muli/muli-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.woff2 similarity index 100% rename from static/fonts/muli/muli-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/muli/muli-900-webfont.woff2 diff --git a/static/fonts/opensans/opensans-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.ttf diff --git a/static/fonts/opensans/opensans-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.woff diff --git a/static/fonts/opensans/opensans-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-italic-webfont.woff2 diff --git a/static/fonts/opensans/opensans-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.ttf diff --git a/static/fonts/opensans/opensans-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.woff diff --git a/static/fonts/opensans/opensans-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-300-webfont.woff2 diff --git a/static/fonts/opensans/opensans-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.ttf diff --git a/static/fonts/opensans/opensans-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.woff diff --git a/static/fonts/opensans/opensans-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-italic-webfont.woff2 diff --git a/static/fonts/opensans/opensans-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.ttf diff --git a/static/fonts/opensans/opensans-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.woff diff --git a/static/fonts/opensans/opensans-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-400-webfont.woff2 diff --git a/static/fonts/opensans/opensans-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.ttf diff --git a/static/fonts/opensans/opensans-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.woff diff --git a/static/fonts/opensans/opensans-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-italic-webfont.woff2 diff --git a/static/fonts/opensans/opensans-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.ttf diff --git a/static/fonts/opensans/opensans-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.woff diff --git a/static/fonts/opensans/opensans-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-600-webfont.woff2 diff --git a/static/fonts/opensans/opensans-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.ttf diff --git a/static/fonts/opensans/opensans-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.woff diff --git a/static/fonts/opensans/opensans-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-italic-webfont.woff2 diff --git a/static/fonts/opensans/opensans-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.ttf diff --git a/static/fonts/opensans/opensans-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.woff diff --git a/static/fonts/opensans/opensans-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-700-webfont.woff2 diff --git a/static/fonts/opensans/opensans-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.ttf diff --git a/static/fonts/opensans/opensans-800-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-800-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.woff diff --git a/static/fonts/opensans/opensans-800-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-800-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-italic-webfont.woff2 diff --git a/static/fonts/opensans/opensans-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.ttf similarity index 100% rename from static/fonts/opensans/opensans-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.ttf diff --git a/static/fonts/opensans/opensans-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.woff similarity index 100% rename from static/fonts/opensans/opensans-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.woff diff --git a/static/fonts/opensans/opensans-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.woff2 similarity index 100% rename from static/fonts/opensans/opensans-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/opensans/opensans-800-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-italic-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-400-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-italic-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-700-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-italic-webfont.woff2 diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.ttf diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff diff --git a/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 similarity index 100% rename from static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/playfairdisplay/playfairdisplay-900-webfont.woff2 diff --git a/static/fonts/poppins/poppins-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.ttf similarity index 100% rename from static/fonts/poppins/poppins-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.ttf diff --git a/static/fonts/poppins/poppins-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.woff similarity index 100% rename from static/fonts/poppins/poppins-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.woff diff --git a/static/fonts/poppins/poppins-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.woff2 similarity index 100% rename from static/fonts/poppins/poppins-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-300-webfont.woff2 diff --git a/static/fonts/poppins/poppins-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.ttf similarity index 100% rename from static/fonts/poppins/poppins-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.ttf diff --git a/static/fonts/poppins/poppins-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.woff similarity index 100% rename from static/fonts/poppins/poppins-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.woff diff --git a/static/fonts/poppins/poppins-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.woff2 similarity index 100% rename from static/fonts/poppins/poppins-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-400-webfont.woff2 diff --git a/static/fonts/poppins/poppins-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.ttf similarity index 100% rename from static/fonts/poppins/poppins-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.ttf diff --git a/static/fonts/poppins/poppins-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.woff similarity index 100% rename from static/fonts/poppins/poppins-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.woff diff --git a/static/fonts/poppins/poppins-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.woff2 similarity index 100% rename from static/fonts/poppins/poppins-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-500-webfont.woff2 diff --git a/static/fonts/poppins/poppins-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.ttf similarity index 100% rename from static/fonts/poppins/poppins-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.ttf diff --git a/static/fonts/poppins/poppins-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.woff similarity index 100% rename from static/fonts/poppins/poppins-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.woff diff --git a/static/fonts/poppins/poppins-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.woff2 similarity index 100% rename from static/fonts/poppins/poppins-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-600-webfont.woff2 diff --git a/static/fonts/poppins/poppins-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.ttf similarity index 100% rename from static/fonts/poppins/poppins-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.ttf diff --git a/static/fonts/poppins/poppins-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.woff similarity index 100% rename from static/fonts/poppins/poppins-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.woff diff --git a/static/fonts/poppins/poppins-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.woff2 similarity index 100% rename from static/fonts/poppins/poppins-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/poppins/poppins-700-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.woff diff --git a/static/fonts/proximanova/proximanova-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-italic-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.woff diff --git a/static/fonts/proximanova/proximanova-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-100-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.woff diff --git a/static/fonts/proximanova/proximanova-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-italic-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.woff diff --git a/static/fonts/proximanova/proximanova-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-300-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.woff diff --git a/static/fonts/proximanova/proximanova-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-italic-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.woff diff --git a/static/fonts/proximanova/proximanova-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-400-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.woff diff --git a/static/fonts/proximanova/proximanova-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-italic-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.woff diff --git a/static/fonts/proximanova/proximanova-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-600-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.woff diff --git a/static/fonts/proximanova/proximanova-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-italic-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.woff diff --git a/static/fonts/proximanova/proximanova-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-700-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.woff diff --git a/static/fonts/proximanova/proximanova-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-800-webfont.woff2 diff --git a/static/fonts/proximanova/proximanova-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.ttf similarity index 100% rename from static/fonts/proximanova/proximanova-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.ttf diff --git a/static/fonts/proximanova/proximanova-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.woff similarity index 100% rename from static/fonts/proximanova/proximanova-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.woff diff --git a/static/fonts/proximanova/proximanova-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.woff2 similarity index 100% rename from static/fonts/proximanova/proximanova-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/proximanova/proximanova-900-webfont.woff2 diff --git a/static/fonts/ptsans/ptsans-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.ttf similarity index 100% rename from static/fonts/ptsans/ptsans-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.ttf diff --git a/static/fonts/ptsans/ptsans-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.woff similarity index 100% rename from static/fonts/ptsans/ptsans-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.woff diff --git a/static/fonts/ptsans/ptsans-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/ptsans/ptsans-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-italic-webfont.woff2 diff --git a/static/fonts/ptsans/ptsans-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.ttf similarity index 100% rename from static/fonts/ptsans/ptsans-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.ttf diff --git a/static/fonts/ptsans/ptsans-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.woff similarity index 100% rename from static/fonts/ptsans/ptsans-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.woff diff --git a/static/fonts/ptsans/ptsans-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.woff2 similarity index 100% rename from static/fonts/ptsans/ptsans-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-400-webfont.woff2 diff --git a/static/fonts/ptsans/ptsans-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.ttf similarity index 100% rename from static/fonts/ptsans/ptsans-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.ttf diff --git a/static/fonts/ptsans/ptsans-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.woff similarity index 100% rename from static/fonts/ptsans/ptsans-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.woff diff --git a/static/fonts/ptsans/ptsans-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/ptsans/ptsans-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-italic-webfont.woff2 diff --git a/static/fonts/ptsans/ptsans-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.ttf similarity index 100% rename from static/fonts/ptsans/ptsans-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.ttf diff --git a/static/fonts/ptsans/ptsans-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.woff similarity index 100% rename from static/fonts/ptsans/ptsans-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.woff diff --git a/static/fonts/ptsans/ptsans-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.woff2 similarity index 100% rename from static/fonts/ptsans/ptsans-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptsans/ptsans-700-webfont.woff2 diff --git a/static/fonts/ptserif/ptserif-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.ttf similarity index 100% rename from static/fonts/ptserif/ptserif-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.ttf diff --git a/static/fonts/ptserif/ptserif-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.woff similarity index 100% rename from static/fonts/ptserif/ptserif-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.woff diff --git a/static/fonts/ptserif/ptserif-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/ptserif/ptserif-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-italic-webfont.woff2 diff --git a/static/fonts/ptserif/ptserif-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.ttf similarity index 100% rename from static/fonts/ptserif/ptserif-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.ttf diff --git a/static/fonts/ptserif/ptserif-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.woff similarity index 100% rename from static/fonts/ptserif/ptserif-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.woff diff --git a/static/fonts/ptserif/ptserif-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.woff2 similarity index 100% rename from static/fonts/ptserif/ptserif-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-400-webfont.woff2 diff --git a/static/fonts/ptserif/ptserif-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.ttf similarity index 100% rename from static/fonts/ptserif/ptserif-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.ttf diff --git a/static/fonts/ptserif/ptserif-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.woff similarity index 100% rename from static/fonts/ptserif/ptserif-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.woff diff --git a/static/fonts/ptserif/ptserif-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/ptserif/ptserif-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-italic-webfont.woff2 diff --git a/static/fonts/ptserif/ptserif-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.ttf similarity index 100% rename from static/fonts/ptserif/ptserif-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.ttf diff --git a/static/fonts/ptserif/ptserif-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.woff similarity index 100% rename from static/fonts/ptserif/ptserif-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.woff diff --git a/static/fonts/ptserif/ptserif-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.woff2 similarity index 100% rename from static/fonts/ptserif/ptserif-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/ptserif/ptserif-700-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-200-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-200-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-200-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-200-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.woff diff --git a/static/fonts/quicksand/quicksand-200-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-200-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-italic-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.woff diff --git a/static/fonts/quicksand/quicksand-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-200-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.woff diff --git a/static/fonts/quicksand/quicksand-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-italic-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.woff diff --git a/static/fonts/quicksand/quicksand-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-400-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.woff diff --git a/static/fonts/quicksand/quicksand-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-italic-webfont.woff2 diff --git a/static/fonts/quicksand/quicksand-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.ttf similarity index 100% rename from static/fonts/quicksand/quicksand-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.ttf diff --git a/static/fonts/quicksand/quicksand-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.woff similarity index 100% rename from static/fonts/quicksand/quicksand-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.woff diff --git a/static/fonts/quicksand/quicksand-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.woff2 similarity index 100% rename from static/fonts/quicksand/quicksand-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/quicksand/quicksand-700-webfont.woff2 diff --git a/static/fonts/raleway/raleway-100-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-100-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-100-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-100-italic.ttf diff --git a/static/fonts/raleway/raleway-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-100-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-100-webfont.woff diff --git a/static/fonts/raleway/raleway-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-100-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-100-webfont.woff2 diff --git a/static/fonts/raleway/raleway-100.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-100.ttf similarity index 100% rename from static/fonts/raleway/raleway-100.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-100.ttf diff --git a/static/fonts/raleway/raleway-200-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-200-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-200-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-200-italic.ttf diff --git a/static/fonts/raleway/raleway-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-200-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-200-webfont.woff diff --git a/static/fonts/raleway/raleway-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-200-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-200-webfont.woff2 diff --git a/static/fonts/raleway/raleway-200.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-200.ttf similarity index 100% rename from static/fonts/raleway/raleway-200.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-200.ttf diff --git a/static/fonts/raleway/raleway-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-300-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-300-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-italic.ttf diff --git a/static/fonts/raleway/raleway-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.ttf diff --git a/static/fonts/raleway/raleway-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.woff diff --git a/static/fonts/raleway/raleway-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-300-webfont.woff2 diff --git a/static/fonts/raleway/raleway-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-400-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-400-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400-italic.ttf diff --git a/static/fonts/raleway/raleway-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400-webfont.woff diff --git a/static/fonts/raleway/raleway-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400-webfont.woff2 diff --git a/static/fonts/raleway/raleway-400.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-400.ttf similarity index 100% rename from static/fonts/raleway/raleway-400.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-400.ttf diff --git a/static/fonts/raleway/raleway-500-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-500-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-500-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-500-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-500-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-500-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-italic.ttf diff --git a/static/fonts/raleway/raleway-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.ttf diff --git a/static/fonts/raleway/raleway-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.woff diff --git a/static/fonts/raleway/raleway-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-500-webfont.woff2 diff --git a/static/fonts/raleway/raleway-600-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-600-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-600-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-600-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-600-italic.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic.ttf similarity index 100% rename from static/fonts/raleway/raleway-600-italic.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-italic.ttf diff --git a/static/fonts/raleway/raleway-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.ttf diff --git a/static/fonts/raleway/raleway-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.woff diff --git a/static/fonts/raleway/raleway-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-600-webfont.woff2 diff --git a/static/fonts/raleway/raleway-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.ttf diff --git a/static/fonts/raleway/raleway-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.ttf diff --git a/static/fonts/raleway/raleway-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.woff diff --git a/static/fonts/raleway/raleway-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-700-webfont.woff2 diff --git a/static/fonts/raleway/raleway-800-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-800-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.ttf diff --git a/static/fonts/raleway/raleway-800-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-800-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-800-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-800-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.ttf diff --git a/static/fonts/raleway/raleway-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.woff diff --git a/static/fonts/raleway/raleway-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-800-webfont.woff2 diff --git a/static/fonts/raleway/raleway-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.ttf diff --git a/static/fonts/raleway/raleway-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.woff diff --git a/static/fonts/raleway/raleway-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-italic-webfont.woff2 diff --git a/static/fonts/raleway/raleway-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.ttf similarity index 100% rename from static/fonts/raleway/raleway-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.ttf diff --git a/static/fonts/raleway/raleway-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.woff similarity index 100% rename from static/fonts/raleway/raleway-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.woff diff --git a/static/fonts/raleway/raleway-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.woff2 similarity index 100% rename from static/fonts/raleway/raleway-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/raleway/raleway-900-webfont.woff2 diff --git a/static/fonts/roboto/roboto-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.ttf diff --git a/static/fonts/roboto/roboto-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.woff diff --git a/static/fonts/roboto/roboto-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-100-webfont.woff2 diff --git a/static/fonts/roboto/roboto-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.ttf diff --git a/static/fonts/roboto/roboto-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.woff diff --git a/static/fonts/roboto/roboto-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-300-webfont.woff2 diff --git a/static/fonts/roboto/roboto-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.ttf diff --git a/static/fonts/roboto/roboto-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.woff diff --git a/static/fonts/roboto/roboto-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-400-webfont.woff2 diff --git a/static/fonts/roboto/roboto-500-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-500-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-500-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-500-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-500-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-500-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.ttf diff --git a/static/fonts/roboto/roboto-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.woff diff --git a/static/fonts/roboto/roboto-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-500-webfont.woff2 diff --git a/static/fonts/roboto/roboto-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.ttf diff --git a/static/fonts/roboto/roboto-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.woff diff --git a/static/fonts/roboto/roboto-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-700-webfont.woff2 diff --git a/static/fonts/roboto/roboto-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.ttf diff --git a/static/fonts/roboto/roboto-900-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-900-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.woff diff --git a/static/fonts/roboto/roboto-900-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-900-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-italic-webfont.woff2 diff --git a/static/fonts/roboto/roboto-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.ttf similarity index 100% rename from static/fonts/roboto/roboto-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.ttf diff --git a/static/fonts/roboto/roboto-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.woff similarity index 100% rename from static/fonts/roboto/roboto-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.woff diff --git a/static/fonts/roboto/roboto-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.woff2 similarity index 100% rename from static/fonts/roboto/roboto-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/roboto/roboto-900-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-italic-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-300-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-italic-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-400-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-italic-webfont.woff2 diff --git a/static/fonts/robotocondensed/robotocondensed-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.ttf similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.ttf diff --git a/static/fonts/robotocondensed/robotocondensed-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.woff similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.woff diff --git a/static/fonts/robotocondensed/robotocondensed-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.woff2 similarity index 100% rename from static/fonts/robotocondensed/robotocondensed-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotocondensed/robotocondensed-700-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-100-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-100-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-100-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-100-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.woff diff --git a/static/fonts/robotomono/robotomono-100-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-100-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-italic-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.woff diff --git a/static/fonts/robotomono/robotomono-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-100-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-300-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-300-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.woff diff --git a/static/fonts/robotomono/robotomono-300-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-300-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-italic-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.woff diff --git a/static/fonts/robotomono/robotomono-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-300-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-400-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-400-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.woff diff --git a/static/fonts/robotomono/robotomono-400-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-400-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-italic-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.woff diff --git a/static/fonts/robotomono/robotomono-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-400-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-500-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-500-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-500-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-500-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.woff diff --git a/static/fonts/robotomono/robotomono-500-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-500-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-italic-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.woff diff --git a/static/fonts/robotomono/robotomono-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-500-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-700-italic-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-700-italic-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.woff diff --git a/static/fonts/robotomono/robotomono-700-italic-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-700-italic-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-italic-webfont.woff2 diff --git a/static/fonts/robotomono/robotomono-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.ttf similarity index 100% rename from static/fonts/robotomono/robotomono-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.ttf diff --git a/static/fonts/robotomono/robotomono-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.woff similarity index 100% rename from static/fonts/robotomono/robotomono-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.woff diff --git a/static/fonts/robotomono/robotomono-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.woff2 similarity index 100% rename from static/fonts/robotomono/robotomono-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotomono/robotomono-700-webfont.woff2 diff --git a/static/fonts/robotoslab/robotoslab-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.ttf similarity index 100% rename from static/fonts/robotoslab/robotoslab-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.ttf diff --git a/static/fonts/robotoslab/robotoslab-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.woff similarity index 100% rename from static/fonts/robotoslab/robotoslab-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.woff diff --git a/static/fonts/robotoslab/robotoslab-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.woff2 similarity index 100% rename from static/fonts/robotoslab/robotoslab-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-100-webfont.woff2 diff --git a/static/fonts/robotoslab/robotoslab-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.ttf similarity index 100% rename from static/fonts/robotoslab/robotoslab-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.ttf diff --git a/static/fonts/robotoslab/robotoslab-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.woff similarity index 100% rename from static/fonts/robotoslab/robotoslab-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.woff diff --git a/static/fonts/robotoslab/robotoslab-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.woff2 similarity index 100% rename from static/fonts/robotoslab/robotoslab-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-300-webfont.woff2 diff --git a/static/fonts/robotoslab/robotoslab-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.ttf similarity index 100% rename from static/fonts/robotoslab/robotoslab-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.ttf diff --git a/static/fonts/robotoslab/robotoslab-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.woff similarity index 100% rename from static/fonts/robotoslab/robotoslab-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.woff diff --git a/static/fonts/robotoslab/robotoslab-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.woff2 similarity index 100% rename from static/fonts/robotoslab/robotoslab-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-400-webfont.woff2 diff --git a/static/fonts/robotoslab/robotoslab-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.ttf similarity index 100% rename from static/fonts/robotoslab/robotoslab-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.ttf diff --git a/static/fonts/robotoslab/robotoslab-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.woff similarity index 100% rename from static/fonts/robotoslab/robotoslab-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.woff diff --git a/static/fonts/robotoslab/robotoslab-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.woff2 similarity index 100% rename from static/fonts/robotoslab/robotoslab-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/robotoslab/robotoslab-700-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-200-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-300-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-400-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-500-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-600-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-700-webfont.woff2 diff --git a/static/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.ttf diff --git a/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff diff --git a/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 similarity index 100% rename from static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourcecodepro/sourcecodepro-900-webfont.woff2 diff --git a/static/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-200-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-200-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-300-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-300-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-400-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-400-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-600-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-600-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-700-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-700-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-900-italic-webfont.ttf diff --git a/static/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf similarity index 100% rename from static/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourcesanspro/sourcesanspro-900-webfont.ttf diff --git a/static/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.ttf diff --git a/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff diff --git a/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-400-webfont.woff2 diff --git a/static/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.ttf diff --git a/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff diff --git a/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-600-webfont.woff2 diff --git a/static/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.ttf diff --git a/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff diff --git a/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 similarity index 100% rename from static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/sourceserifpro/sourceserifpro-700-webfont.woff2 diff --git a/static/fonts/worksans/worksans-100-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-100-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.ttf diff --git a/static/fonts/worksans/worksans-100-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-100-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.woff diff --git a/static/fonts/worksans/worksans-100-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-100-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-100-webfont.woff2 diff --git a/static/fonts/worksans/worksans-200-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-200-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.ttf diff --git a/static/fonts/worksans/worksans-200-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-200-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.woff diff --git a/static/fonts/worksans/worksans-200-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-200-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-200-webfont.woff2 diff --git a/static/fonts/worksans/worksans-300-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-300-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.ttf diff --git a/static/fonts/worksans/worksans-300-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-300-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.woff diff --git a/static/fonts/worksans/worksans-300-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-300-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-300-webfont.woff2 diff --git a/static/fonts/worksans/worksans-400-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-400-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.ttf diff --git a/static/fonts/worksans/worksans-400-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-400-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.woff diff --git a/static/fonts/worksans/worksans-400-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-400-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-400-webfont.woff2 diff --git a/static/fonts/worksans/worksans-500-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-500-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.ttf diff --git a/static/fonts/worksans/worksans-500-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-500-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.woff diff --git a/static/fonts/worksans/worksans-500-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-500-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-500-webfont.woff2 diff --git a/static/fonts/worksans/worksans-600-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-600-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.ttf diff --git a/static/fonts/worksans/worksans-600-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-600-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.woff diff --git a/static/fonts/worksans/worksans-600-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-600-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-600-webfont.woff2 diff --git a/static/fonts/worksans/worksans-700-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-700-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.ttf diff --git a/static/fonts/worksans/worksans-700-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-700-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.woff diff --git a/static/fonts/worksans/worksans-700-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-700-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-700-webfont.woff2 diff --git a/static/fonts/worksans/worksans-800-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-800-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.ttf diff --git a/static/fonts/worksans/worksans-800-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-800-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.woff diff --git a/static/fonts/worksans/worksans-800-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-800-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-800-webfont.woff2 diff --git a/static/fonts/worksans/worksans-900-webfont.ttf b/themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.ttf similarity index 100% rename from static/fonts/worksans/worksans-900-webfont.ttf rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.ttf diff --git a/static/fonts/worksans/worksans-900-webfont.woff b/themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.woff similarity index 100% rename from static/fonts/worksans/worksans-900-webfont.woff rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.woff diff --git a/static/fonts/worksans/worksans-900-webfont.woff2 b/themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.woff2 similarity index 100% rename from static/fonts/worksans/worksans-900-webfont.woff2 rename to themes/hugo-docs-concept/static/fonts/worksans/worksans-900-webfont.woff2 diff --git a/static/images/contribute/development/accept-cla.png b/themes/hugo-docs-concept/static/images/contribute/development/accept-cla.png similarity index 100% rename from static/images/contribute/development/accept-cla.png rename to themes/hugo-docs-concept/static/images/contribute/development/accept-cla.png diff --git a/static/images/contribute/development/ci-errors.png b/themes/hugo-docs-concept/static/images/contribute/development/ci-errors.png similarity index 100% rename from static/images/contribute/development/ci-errors.png rename to themes/hugo-docs-concept/static/images/contribute/development/ci-errors.png diff --git a/static/images/contribute/development/copy-remote-url.png b/themes/hugo-docs-concept/static/images/contribute/development/copy-remote-url.png similarity index 100% rename from static/images/contribute/development/copy-remote-url.png rename to themes/hugo-docs-concept/static/images/contribute/development/copy-remote-url.png diff --git a/static/images/contribute/development/forking-a-repository.png b/themes/hugo-docs-concept/static/images/contribute/development/forking-a-repository.png similarity index 100% rename from static/images/contribute/development/forking-a-repository.png rename to themes/hugo-docs-concept/static/images/contribute/development/forking-a-repository.png diff --git a/static/images/contribute/development/open-pull-request.png b/themes/hugo-docs-concept/static/images/contribute/development/open-pull-request.png similarity index 100% rename from static/images/contribute/development/open-pull-request.png rename to themes/hugo-docs-concept/static/images/contribute/development/open-pull-request.png diff --git a/static/images/favicons/android-chrome-144x144.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-144x144.png similarity index 100% rename from static/images/favicons/android-chrome-144x144.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-144x144.png diff --git a/static/images/favicons/android-chrome-192x192.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-192x192.png similarity index 100% rename from static/images/favicons/android-chrome-192x192.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-192x192.png diff --git a/static/images/favicons/android-chrome-256x256.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-256x256.png similarity index 100% rename from static/images/favicons/android-chrome-256x256.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-256x256.png diff --git a/static/images/favicons/android-chrome-36x36.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-36x36.png similarity index 100% rename from static/images/favicons/android-chrome-36x36.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-36x36.png diff --git a/static/images/favicons/android-chrome-48x48.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-48x48.png similarity index 100% rename from static/images/favicons/android-chrome-48x48.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-48x48.png diff --git a/static/images/favicons/android-chrome-72x72.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-72x72.png similarity index 100% rename from static/images/favicons/android-chrome-72x72.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-72x72.png diff --git a/static/images/favicons/android-chrome-96x96.png b/themes/hugo-docs-concept/static/images/favicons/android-chrome-96x96.png similarity index 100% rename from static/images/favicons/android-chrome-96x96.png rename to themes/hugo-docs-concept/static/images/favicons/android-chrome-96x96.png diff --git a/static/images/favicons/apple-touch-icon.png b/themes/hugo-docs-concept/static/images/favicons/apple-touch-icon.png similarity index 100% rename from static/images/favicons/apple-touch-icon.png rename to themes/hugo-docs-concept/static/images/favicons/apple-touch-icon.png diff --git a/static/images/favicons/browserconfig.xml b/themes/hugo-docs-concept/static/images/favicons/browserconfig.xml similarity index 100% rename from static/images/favicons/browserconfig.xml rename to themes/hugo-docs-concept/static/images/favicons/browserconfig.xml diff --git a/static/images/favicons/favicon-16x16.png b/themes/hugo-docs-concept/static/images/favicons/favicon-16x16.png similarity index 100% rename from static/images/favicons/favicon-16x16.png rename to themes/hugo-docs-concept/static/images/favicons/favicon-16x16.png diff --git a/static/images/favicons/favicon-32x32.png b/themes/hugo-docs-concept/static/images/favicons/favicon-32x32.png similarity index 100% rename from static/images/favicons/favicon-32x32.png rename to themes/hugo-docs-concept/static/images/favicons/favicon-32x32.png diff --git a/static/images/favicons/favicon.ico b/themes/hugo-docs-concept/static/images/favicons/favicon.ico similarity index 100% rename from static/images/favicons/favicon.ico rename to themes/hugo-docs-concept/static/images/favicons/favicon.ico diff --git a/static/images/favicons/manifest.json b/themes/hugo-docs-concept/static/images/favicons/manifest.json similarity index 100% rename from static/images/favicons/manifest.json rename to themes/hugo-docs-concept/static/images/favicons/manifest.json diff --git a/static/images/favicons/mstile-144x144.png b/themes/hugo-docs-concept/static/images/favicons/mstile-144x144.png similarity index 100% rename from static/images/favicons/mstile-144x144.png rename to themes/hugo-docs-concept/static/images/favicons/mstile-144x144.png diff --git a/static/images/favicons/mstile-150x150.png b/themes/hugo-docs-concept/static/images/favicons/mstile-150x150.png similarity index 100% rename from static/images/favicons/mstile-150x150.png rename to themes/hugo-docs-concept/static/images/favicons/mstile-150x150.png diff --git a/static/images/favicons/mstile-310x310.png b/themes/hugo-docs-concept/static/images/favicons/mstile-310x310.png similarity index 100% rename from static/images/favicons/mstile-310x310.png rename to themes/hugo-docs-concept/static/images/favicons/mstile-310x310.png diff --git a/static/images/favicons/safari-pinned-tab.svg b/themes/hugo-docs-concept/static/images/favicons/safari-pinned-tab.svg similarity index 100% rename from static/images/favicons/safari-pinned-tab.svg rename to themes/hugo-docs-concept/static/images/favicons/safari-pinned-tab.svg diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png diff --git a/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png similarity index 100% rename from static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png diff --git a/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-blog-post.png diff --git a/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-bitbucket/bitbucket-create-repo.png diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-add-new-site.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-authorize-added-permissions.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-1.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-2.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-create-new-site-step-3.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-first-authorize.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-live-site.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-push-to-deploy.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/netlify-signup.jpg diff --git a/static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg b/themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg similarity index 100% rename from static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg rename to themes/hugo-docs-concept/static/images/hosting-and-deployment/hosting-on-netlify/tibobeijennl.jpg diff --git a/static/images/hugo-icons/about-hugo.svg b/themes/hugo-docs-concept/static/images/hugo-icons/about-hugo.svg similarity index 100% rename from static/images/hugo-icons/about-hugo.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/about-hugo.svg diff --git a/static/images/hugo-icons/about.svg b/themes/hugo-docs-concept/static/images/hugo-icons/about.svg similarity index 100% rename from static/images/hugo-icons/about.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/about.svg diff --git a/static/images/hugo-icons/bitbucket.svg b/themes/hugo-docs-concept/static/images/hugo-icons/bitbucket.svg similarity index 100% rename from static/images/hugo-icons/bitbucket.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/bitbucket.svg diff --git a/static/images/hugo-icons/commands.svg b/themes/hugo-docs-concept/static/images/hugo-icons/commands.svg similarity index 100% rename from static/images/hugo-icons/commands.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/commands.svg diff --git a/static/images/hugo-icons/content-management.svg b/themes/hugo-docs-concept/static/images/hugo-icons/content-management.svg similarity index 100% rename from static/images/hugo-icons/content-management.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/content-management.svg diff --git a/static/images/hugo-icons/contribute.svg b/themes/hugo-docs-concept/static/images/hugo-icons/contribute.svg similarity index 100% rename from static/images/hugo-icons/contribute.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/contribute.svg diff --git a/static/images/hugo-icons/developer-tools.svg b/themes/hugo-docs-concept/static/images/hugo-icons/developer-tools.svg similarity index 100% rename from static/images/hugo-icons/developer-tools.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/developer-tools.svg diff --git a/static/images/hugo-icons/freebsd-white.svg b/themes/hugo-docs-concept/static/images/hugo-icons/freebsd-white.svg similarity index 100% rename from static/images/hugo-icons/freebsd-white.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/freebsd-white.svg diff --git a/static/images/hugo-icons/freebsd.svg b/themes/hugo-docs-concept/static/images/hugo-icons/freebsd.svg similarity index 100% rename from static/images/hugo-icons/freebsd.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/freebsd.svg diff --git a/static/images/hugo-icons/functions.svg b/themes/hugo-docs-concept/static/images/hugo-icons/functions.svg similarity index 100% rename from static/images/hugo-icons/functions.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/functions.svg diff --git a/static/images/hugo-icons/getting-started.svg b/themes/hugo-docs-concept/static/images/hugo-icons/getting-started.svg similarity index 100% rename from static/images/hugo-icons/getting-started.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/getting-started.svg diff --git a/static/images/hugo-icons/gitter.svg b/themes/hugo-docs-concept/static/images/hugo-icons/gitter.svg similarity index 100% rename from static/images/hugo-icons/gitter.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/gitter.svg diff --git a/static/images/hugo-icons/go-buffalo-logo.svg b/themes/hugo-docs-concept/static/images/hugo-icons/go-buffalo-logo.svg similarity index 100% rename from static/images/hugo-icons/go-buffalo-logo.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/go-buffalo-logo.svg diff --git a/static/images/hugo-icons/gopher-white-outline.svg b/themes/hugo-docs-concept/static/images/hugo-icons/gopher-white-outline.svg similarity index 100% rename from static/images/hugo-icons/gopher-white-outline.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/gopher-white-outline.svg diff --git a/static/images/hugo-icons/gopherize-me-heart.svg b/themes/hugo-docs-concept/static/images/hugo-icons/gopherize-me-heart.svg similarity index 100% rename from static/images/hugo-icons/gopherize-me-heart.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/gopherize-me-heart.svg diff --git a/static/images/hugo-icons/gopherize-me-hugo.svg b/themes/hugo-docs-concept/static/images/hugo-icons/gopherize-me-hugo.svg similarity index 100% rename from static/images/hugo-icons/gopherize-me-hugo.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/gopherize-me-hugo.svg diff --git a/static/images/hugo-icons/gopherizeme.png b/themes/hugo-docs-concept/static/images/hugo-icons/gopherizeme.png similarity index 100% rename from static/images/hugo-icons/gopherizeme.png rename to themes/hugo-docs-concept/static/images/hugo-icons/gopherizeme.png diff --git a/static/images/hugo-icons/hosting-and-deployment.svg b/themes/hugo-docs-concept/static/images/hugo-icons/hosting-and-deployment.svg similarity index 100% rename from static/images/hugo-icons/hosting-and-deployment.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/hosting-and-deployment.svg diff --git a/static/images/hugo-icons/hugo-h-only.svg b/themes/hugo-docs-concept/static/images/hugo-icons/hugo-h-only.svg similarity index 100% rename from static/images/hugo-icons/hugo-h-only.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/hugo-h-only.svg diff --git a/static/images/hugo-icons/hugo-logo-wide.svg b/themes/hugo-docs-concept/static/images/hugo-icons/hugo-logo-wide.svg similarity index 100% rename from static/images/hugo-icons/hugo-logo-wide.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/hugo-logo-wide.svg diff --git a/static/images/hugo-icons/migrating-to-hugo.svg b/themes/hugo-docs-concept/static/images/hugo-icons/migrating-to-hugo.svg similarity index 100% rename from static/images/hugo-icons/migrating-to-hugo.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/migrating-to-hugo.svg diff --git a/static/images/hugo-icons/netlify.svg b/themes/hugo-docs-concept/static/images/hugo-icons/netlify.svg similarity index 100% rename from static/images/hugo-icons/netlify.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/netlify.svg diff --git a/static/images/hugo-icons/newlogo.svg b/themes/hugo-docs-concept/static/images/hugo-icons/newlogo.svg similarity index 100% rename from static/images/hugo-icons/newlogo.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/newlogo.svg diff --git a/static/images/hugo-icons/news.svg b/themes/hugo-docs-concept/static/images/hugo-icons/news.svg similarity index 100% rename from static/images/hugo-icons/news.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/news.svg diff --git a/static/images/hugo-icons/project-organization.svg b/themes/hugo-docs-concept/static/images/hugo-icons/project-organization.svg similarity index 100% rename from static/images/hugo-icons/project-organization.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/project-organization.svg diff --git a/static/images/hugo-icons/showcase.svg b/themes/hugo-docs-concept/static/images/hugo-icons/showcase.svg similarity index 100% rename from static/images/hugo-icons/showcase.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/showcase.svg diff --git a/static/images/hugo-icons/templates.svg b/themes/hugo-docs-concept/static/images/hugo-icons/templates.svg similarity index 100% rename from static/images/hugo-icons/templates.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/templates.svg diff --git a/static/images/hugo-icons/themes.svg b/themes/hugo-docs-concept/static/images/hugo-icons/themes.svg similarity index 100% rename from static/images/hugo-icons/themes.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/themes.svg diff --git a/static/images/hugo-icons/troubleshooting.svg b/themes/hugo-docs-concept/static/images/hugo-icons/troubleshooting.svg similarity index 100% rename from static/images/hugo-icons/troubleshooting.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/troubleshooting.svg diff --git a/static/images/hugo-icons/tutorials.svg b/themes/hugo-docs-concept/static/images/hugo-icons/tutorials.svg similarity index 100% rename from static/images/hugo-icons/tutorials.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/tutorials.svg diff --git a/static/images/hugo-icons/variables.svg b/themes/hugo-docs-concept/static/images/hugo-icons/variables.svg similarity index 100% rename from static/images/hugo-icons/variables.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/variables.svg diff --git a/static/images/hugo-icons/wercker.svg b/themes/hugo-docs-concept/static/images/hugo-icons/wercker.svg similarity index 100% rename from static/images/hugo-icons/wercker.svg rename to themes/hugo-docs-concept/static/images/hugo-icons/wercker.svg diff --git a/static/images/hugo-logo/hugo-h-only.png b/themes/hugo-docs-concept/static/images/hugo-logo/hugo-h-only.png similarity index 100% rename from static/images/hugo-logo/hugo-h-only.png rename to themes/hugo-docs-concept/static/images/hugo-logo/hugo-h-only.png diff --git a/static/images/hugo-logo/hugo-logo-wide.png b/themes/hugo-docs-concept/static/images/hugo-logo/hugo-logo-wide.png similarity index 100% rename from static/images/hugo-logo/hugo-logo-wide.png rename to themes/hugo-docs-concept/static/images/hugo-logo/hugo-logo-wide.png diff --git a/static/images/hugo-logo/hugo-tall.png b/themes/hugo-docs-concept/static/images/hugo-logo/hugo-tall.png similarity index 100% rename from static/images/hugo-logo/hugo-tall.png rename to themes/hugo-docs-concept/static/images/hugo-logo/hugo-tall.png diff --git a/static/images/hugo-logo/hugodefaultsocial.png b/themes/hugo-docs-concept/static/images/hugo-logo/hugodefaultsocial.png similarity index 100% rename from static/images/hugo-logo/hugodefaultsocial.png rename to themes/hugo-docs-concept/static/images/hugo-logo/hugodefaultsocial.png diff --git a/static/images/hugo-logo/made-with-hugo-dark.png b/themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-dark.png similarity index 100% rename from static/images/hugo-logo/made-with-hugo-dark.png rename to themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-dark.png diff --git a/static/images/hugo-logo/made-with-hugo-long-dark.png b/themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-long-dark.png similarity index 100% rename from static/images/hugo-logo/made-with-hugo-long-dark.png rename to themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-long-dark.png diff --git a/static/images/hugo-logo/made-with-hugo-long.png b/themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-long.png similarity index 100% rename from static/images/hugo-logo/made-with-hugo-long.png rename to themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo-long.png diff --git a/static/images/hugo-logo/made-with-hugo.png b/themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo.png similarity index 100% rename from static/images/hugo-logo/made-with-hugo.png rename to themes/hugo-docs-concept/static/images/hugo-logo/made-with-hugo.png diff --git a/static/images/hugo-logo/powered-by-hugo-dark.png b/themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-dark.png similarity index 100% rename from static/images/hugo-logo/powered-by-hugo-dark.png rename to themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-dark.png diff --git a/static/images/hugo-logo/powered-by-hugo-long-dark.png b/themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-long-dark.png similarity index 100% rename from static/images/hugo-logo/powered-by-hugo-long-dark.png rename to themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-long-dark.png diff --git a/static/images/hugo-logo/powered-by-hugo-long.png b/themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-long.png similarity index 100% rename from static/images/hugo-logo/powered-by-hugo-long.png rename to themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo-long.png diff --git a/static/images/hugo-logo/powered-by-hugo.png b/themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo.png similarity index 100% rename from static/images/hugo-logo/powered-by-hugo.png rename to themes/hugo-docs-concept/static/images/hugo-logo/powered-by-hugo.png diff --git a/static/images/hugodefaultsocial.png b/themes/hugo-docs-concept/static/images/hugodefaultsocial.png similarity index 100% rename from static/images/hugodefaultsocial.png rename to themes/hugo-docs-concept/static/images/hugodefaultsocial.png diff --git a/static/images/quickstart/bookshelf-bleak-theme.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-bleak-theme.png similarity index 100% rename from static/images/quickstart/bookshelf-bleak-theme.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-bleak-theme.png diff --git a/static/images/quickstart/bookshelf-disqus.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-disqus.png similarity index 100% rename from static/images/quickstart/bookshelf-disqus.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-disqus.png diff --git a/static/images/quickstart/bookshelf-new-default-image.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-new-default-image.png similarity index 100% rename from static/images/quickstart/bookshelf-new-default-image.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-new-default-image.png diff --git a/static/images/quickstart/bookshelf-only-picture.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-only-picture.png similarity index 100% rename from static/images/quickstart/bookshelf-only-picture.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-only-picture.png diff --git a/static/images/quickstart/bookshelf-robust-theme.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-robust-theme.png similarity index 100% rename from static/images/quickstart/bookshelf-robust-theme.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-robust-theme.png diff --git a/static/images/quickstart/bookshelf-updated-config.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf-updated-config.png similarity index 100% rename from static/images/quickstart/bookshelf-updated-config.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf-updated-config.png diff --git a/static/images/quickstart/bookshelf.png b/themes/hugo-docs-concept/static/images/quickstart/bookshelf.png similarity index 100% rename from static/images/quickstart/bookshelf.png rename to themes/hugo-docs-concept/static/images/quickstart/bookshelf.png diff --git a/static/images/quickstart/default.jpg b/themes/hugo-docs-concept/static/images/quickstart/default.jpg similarity index 100% rename from static/images/quickstart/default.jpg rename to themes/hugo-docs-concept/static/images/quickstart/default.jpg diff --git a/static/images/quickstart/gh-pages-ui.png b/themes/hugo-docs-concept/static/images/quickstart/gh-pages-ui.png similarity index 100% rename from static/images/quickstart/gh-pages-ui.png rename to themes/hugo-docs-concept/static/images/quickstart/gh-pages-ui.png diff --git a/static/images/showcase-optimized/tibobeijennl.jpg b/themes/hugo-docs-concept/static/images/showcase-optimized/tibobeijennl.jpg similarity index 100% rename from static/images/showcase-optimized/tibobeijennl.jpg rename to themes/hugo-docs-concept/static/images/showcase-optimized/tibobeijennl.jpg diff --git a/static/images/showcase/2626info.jpg b/themes/hugo-docs-concept/static/images/showcase/2626info.jpg similarity index 100% rename from static/images/showcase/2626info.jpg rename to themes/hugo-docs-concept/static/images/showcase/2626info.jpg diff --git a/static/images/showcase/antzucaro.jpg b/themes/hugo-docs-concept/static/images/showcase/antzucaro.jpg similarity index 100% rename from static/images/showcase/antzucaro.jpg rename to themes/hugo-docs-concept/static/images/showcase/antzucaro.jpg diff --git a/static/images/showcase/apperneticioblog.jpg b/themes/hugo-docs-concept/static/images/showcase/apperneticioblog.jpg similarity index 100% rename from static/images/showcase/apperneticioblog.jpg rename to themes/hugo-docs-concept/static/images/showcase/apperneticioblog.jpg diff --git a/static/images/showcase/arresteddevops.jpg b/themes/hugo-docs-concept/static/images/showcase/arresteddevops.jpg similarity index 100% rename from static/images/showcase/arresteddevops.jpg rename to themes/hugo-docs-concept/static/images/showcase/arresteddevops.jpg diff --git a/static/images/showcase/asc.jpg b/themes/hugo-docs-concept/static/images/showcase/asc.jpg similarity index 100% rename from static/images/showcase/asc.jpg rename to themes/hugo-docs-concept/static/images/showcase/asc.jpg diff --git a/static/images/showcase/astrochili.jpg b/themes/hugo-docs-concept/static/images/showcase/astrochili.jpg similarity index 100% rename from static/images/showcase/astrochili.jpg rename to themes/hugo-docs-concept/static/images/showcase/astrochili.jpg diff --git a/static/images/showcase/aydoscom.jpg b/themes/hugo-docs-concept/static/images/showcase/aydoscom.jpg similarity index 100% rename from static/images/showcase/aydoscom.jpg rename to themes/hugo-docs-concept/static/images/showcase/aydoscom.jpg diff --git a/static/images/showcase/balaramadurai-net.jpg b/themes/hugo-docs-concept/static/images/showcase/balaramadurai-net.jpg similarity index 100% rename from static/images/showcase/balaramadurai-net.jpg rename to themes/hugo-docs-concept/static/images/showcase/balaramadurai-net.jpg diff --git a/static/images/showcase/barricade.jpg b/themes/hugo-docs-concept/static/images/showcase/barricade.jpg similarity index 100% rename from static/images/showcase/barricade.jpg rename to themes/hugo-docs-concept/static/images/showcase/barricade.jpg diff --git a/static/images/showcase/bepsays.jpg b/themes/hugo-docs-concept/static/images/showcase/bepsays.jpg similarity index 100% rename from static/images/showcase/bepsays.jpg rename to themes/hugo-docs-concept/static/images/showcase/bepsays.jpg diff --git a/static/images/showcase/bugtrackersio.jpg b/themes/hugo-docs-concept/static/images/showcase/bugtrackersio.jpg similarity index 100% rename from static/images/showcase/bugtrackersio.jpg rename to themes/hugo-docs-concept/static/images/showcase/bugtrackersio.jpg diff --git a/static/images/showcase/bullion-investor-com.jpg b/themes/hugo-docs-concept/static/images/showcase/bullion-investor-com.jpg similarity index 100% rename from static/images/showcase/bullion-investor-com.jpg rename to themes/hugo-docs-concept/static/images/showcase/bullion-investor-com.jpg diff --git a/static/images/showcase/camunda-blog.jpg b/themes/hugo-docs-concept/static/images/showcase/camunda-blog.jpg similarity index 100% rename from static/images/showcase/camunda-blog.jpg rename to themes/hugo-docs-concept/static/images/showcase/camunda-blog.jpg diff --git a/static/images/showcase/camunda-docs.jpg b/themes/hugo-docs-concept/static/images/showcase/camunda-docs.jpg similarity index 100% rename from static/images/showcase/camunda-docs.jpg rename to themes/hugo-docs-concept/static/images/showcase/camunda-docs.jpg diff --git a/static/images/showcase/cdnoverview.jpg b/themes/hugo-docs-concept/static/images/showcase/cdnoverview.jpg similarity index 100% rename from static/images/showcase/cdnoverview.jpg rename to themes/hugo-docs-concept/static/images/showcase/cdnoverview.jpg diff --git a/static/images/showcase/chinese-grammar.jpg b/themes/hugo-docs-concept/static/images/showcase/chinese-grammar.jpg similarity index 100% rename from static/images/showcase/chinese-grammar.jpg rename to themes/hugo-docs-concept/static/images/showcase/chinese-grammar.jpg diff --git a/static/images/showcase/chingli.jpg b/themes/hugo-docs-concept/static/images/showcase/chingli.jpg similarity index 100% rename from static/images/showcase/chingli.jpg rename to themes/hugo-docs-concept/static/images/showcase/chingli.jpg diff --git a/static/images/showcase/chipsncookies.jpg b/themes/hugo-docs-concept/static/images/showcase/chipsncookies.jpg similarity index 100% rename from static/images/showcase/chipsncookies.jpg rename to themes/hugo-docs-concept/static/images/showcase/chipsncookies.jpg diff --git a/static/images/showcase/christianmendoza.jpg b/themes/hugo-docs-concept/static/images/showcase/christianmendoza.jpg similarity index 100% rename from static/images/showcase/christianmendoza.jpg rename to themes/hugo-docs-concept/static/images/showcase/christianmendoza.jpg diff --git a/static/images/showcase/cinegyopen.jpg b/themes/hugo-docs-concept/static/images/showcase/cinegyopen.jpg similarity index 100% rename from static/images/showcase/cinegyopen.jpg rename to themes/hugo-docs-concept/static/images/showcase/cinegyopen.jpg diff --git a/static/images/showcase/clearhaus.jpg b/themes/hugo-docs-concept/static/images/showcase/clearhaus.jpg similarity index 100% rename from static/images/showcase/clearhaus.jpg rename to themes/hugo-docs-concept/static/images/showcase/clearhaus.jpg diff --git a/static/images/showcase/cloudshark.jpg b/themes/hugo-docs-concept/static/images/showcase/cloudshark.jpg similarity index 100% rename from static/images/showcase/cloudshark.jpg rename to themes/hugo-docs-concept/static/images/showcase/cloudshark.jpg diff --git a/static/images/showcase/codingjournal.jpg b/themes/hugo-docs-concept/static/images/showcase/codingjournal.jpg similarity index 100% rename from static/images/showcase/codingjournal.jpg rename to themes/hugo-docs-concept/static/images/showcase/codingjournal.jpg diff --git a/static/images/showcase/consequently.jpg b/themes/hugo-docs-concept/static/images/showcase/consequently.jpg similarity index 100% rename from static/images/showcase/consequently.jpg rename to themes/hugo-docs-concept/static/images/showcase/consequently.jpg diff --git a/static/images/showcase/ctlcompiled.jpg b/themes/hugo-docs-concept/static/images/showcase/ctlcompiled.jpg similarity index 100% rename from static/images/showcase/ctlcompiled.jpg rename to themes/hugo-docs-concept/static/images/showcase/ctlcompiled.jpg diff --git a/static/images/showcase/danmux.jpg b/themes/hugo-docs-concept/static/images/showcase/danmux.jpg similarity index 100% rename from static/images/showcase/danmux.jpg rename to themes/hugo-docs-concept/static/images/showcase/danmux.jpg diff --git a/static/images/showcase/datapipelinearchitect.jpg b/themes/hugo-docs-concept/static/images/showcase/datapipelinearchitect.jpg similarity index 100% rename from static/images/showcase/datapipelinearchitect.jpg rename to themes/hugo-docs-concept/static/images/showcase/datapipelinearchitect.jpg diff --git a/static/images/showcase/davidepetilli.jpg b/themes/hugo-docs-concept/static/images/showcase/davidepetilli.jpg similarity index 100% rename from static/images/showcase/davidepetilli.jpg rename to themes/hugo-docs-concept/static/images/showcase/davidepetilli.jpg diff --git a/static/images/showcase/davidrallen.jpg b/themes/hugo-docs-concept/static/images/showcase/davidrallen.jpg similarity index 100% rename from static/images/showcase/davidrallen.jpg rename to themes/hugo-docs-concept/static/images/showcase/davidrallen.jpg diff --git a/static/images/showcase/davidyates.jpg b/themes/hugo-docs-concept/static/images/showcase/davidyates.jpg similarity index 100% rename from static/images/showcase/davidyates.jpg rename to themes/hugo-docs-concept/static/images/showcase/davidyates.jpg diff --git a/static/images/showcase/dbzman-online.jpg b/themes/hugo-docs-concept/static/images/showcase/dbzman-online.jpg similarity index 100% rename from static/images/showcase/dbzman-online.jpg rename to themes/hugo-docs-concept/static/images/showcase/dbzman-online.jpg diff --git a/static/images/showcase/devmonk.jpg b/themes/hugo-docs-concept/static/images/showcase/devmonk.jpg similarity index 100% rename from static/images/showcase/devmonk.jpg rename to themes/hugo-docs-concept/static/images/showcase/devmonk.jpg diff --git a/static/images/showcase/dmitriid.com.jpg b/themes/hugo-docs-concept/static/images/showcase/dmitriid.com.jpg similarity index 100% rename from static/images/showcase/dmitriid.com.jpg rename to themes/hugo-docs-concept/static/images/showcase/dmitriid.com.jpg diff --git a/static/images/showcase/docs.eurie.io.jpg b/themes/hugo-docs-concept/static/images/showcase/docs.eurie.io.jpg similarity index 100% rename from static/images/showcase/docs.eurie.io.jpg rename to themes/hugo-docs-concept/static/images/showcase/docs.eurie.io.jpg diff --git a/static/images/showcase/emilyhorsman.com.jpg b/themes/hugo-docs-concept/static/images/showcase/emilyhorsman.com.jpg similarity index 100% rename from static/images/showcase/emilyhorsman.com.jpg rename to themes/hugo-docs-concept/static/images/showcase/emilyhorsman.com.jpg diff --git a/static/images/showcase/enjoyablerecipes.jpg b/themes/hugo-docs-concept/static/images/showcase/enjoyablerecipes.jpg similarity index 100% rename from static/images/showcase/enjoyablerecipes.jpg rename to themes/hugo-docs-concept/static/images/showcase/enjoyablerecipes.jpg diff --git a/static/images/showcase/esolia_com.jpg b/themes/hugo-docs-concept/static/images/showcase/esolia_com.jpg similarity index 100% rename from static/images/showcase/esolia_com.jpg rename to themes/hugo-docs-concept/static/images/showcase/esolia_com.jpg diff --git a/static/images/showcase/esolia_pro.jpg b/themes/hugo-docs-concept/static/images/showcase/esolia_pro.jpg similarity index 100% rename from static/images/showcase/esolia_pro.jpg rename to themes/hugo-docs-concept/static/images/showcase/esolia_pro.jpg diff --git a/static/images/showcase/fale.jpg b/themes/hugo-docs-concept/static/images/showcase/fale.jpg similarity index 100% rename from static/images/showcase/fale.jpg rename to themes/hugo-docs-concept/static/images/showcase/fale.jpg diff --git a/static/images/showcase/fixatom.jpg b/themes/hugo-docs-concept/static/images/showcase/fixatom.jpg similarity index 100% rename from static/images/showcase/fixatom.jpg rename to themes/hugo-docs-concept/static/images/showcase/fixatom.jpg diff --git a/static/images/showcase/fxsitecompat.jpg b/themes/hugo-docs-concept/static/images/showcase/fxsitecompat.jpg similarity index 100% rename from static/images/showcase/fxsitecompat.jpg rename to themes/hugo-docs-concept/static/images/showcase/fxsitecompat.jpg diff --git a/static/images/showcase/gntech.jpg b/themes/hugo-docs-concept/static/images/showcase/gntech.jpg similarity index 100% rename from static/images/showcase/gntech.jpg rename to themes/hugo-docs-concept/static/images/showcase/gntech.jpg diff --git a/static/images/showcase/gogb.jpg b/themes/hugo-docs-concept/static/images/showcase/gogb.jpg similarity index 100% rename from static/images/showcase/gogb.jpg rename to themes/hugo-docs-concept/static/images/showcase/gogb.jpg diff --git a/static/images/showcase/goin5minutes.jpg b/themes/hugo-docs-concept/static/images/showcase/goin5minutes.jpg similarity index 100% rename from static/images/showcase/goin5minutes.jpg rename to themes/hugo-docs-concept/static/images/showcase/goin5minutes.jpg diff --git a/static/images/showcase/h10n.me.jpg b/themes/hugo-docs-concept/static/images/showcase/h10n.me.jpg similarity index 100% rename from static/images/showcase/h10n.me.jpg rename to themes/hugo-docs-concept/static/images/showcase/h10n.me.jpg diff --git a/static/images/showcase/heimatverein-niederjosbach.jpg b/themes/hugo-docs-concept/static/images/showcase/heimatverein-niederjosbach.jpg similarity index 100% rename from static/images/showcase/heimatverein-niederjosbach.jpg rename to themes/hugo-docs-concept/static/images/showcase/heimatverein-niederjosbach.jpg diff --git a/static/images/showcase/hugo.jpg b/themes/hugo-docs-concept/static/images/showcase/hugo.jpg similarity index 100% rename from static/images/showcase/hugo.jpg rename to themes/hugo-docs-concept/static/images/showcase/hugo.jpg diff --git a/static/images/showcase/invision.jpg b/themes/hugo-docs-concept/static/images/showcase/invision.jpg similarity index 100% rename from static/images/showcase/invision.jpg rename to themes/hugo-docs-concept/static/images/showcase/invision.jpg diff --git a/static/images/showcase/jamescampbell.jpg b/themes/hugo-docs-concept/static/images/showcase/jamescampbell.jpg similarity index 100% rename from static/images/showcase/jamescampbell.jpg rename to themes/hugo-docs-concept/static/images/showcase/jamescampbell.jpg diff --git a/static/images/showcase/jorgennilsson.jpg b/themes/hugo-docs-concept/static/images/showcase/jorgennilsson.jpg similarity index 100% rename from static/images/showcase/jorgennilsson.jpg rename to themes/hugo-docs-concept/static/images/showcase/jorgennilsson.jpg diff --git a/static/images/showcase/justinrobertsbook.jpg b/themes/hugo-docs-concept/static/images/showcase/justinrobertsbook.jpg similarity index 100% rename from static/images/showcase/justinrobertsbook.jpg rename to themes/hugo-docs-concept/static/images/showcase/justinrobertsbook.jpg diff --git a/static/images/showcase/kjhealy.jpg b/themes/hugo-docs-concept/static/images/showcase/kjhealy.jpg similarity index 100% rename from static/images/showcase/kjhealy.jpg rename to themes/hugo-docs-concept/static/images/showcase/kjhealy.jpg diff --git a/static/images/showcase/klingt-net.jpg b/themes/hugo-docs-concept/static/images/showcase/klingt-net.jpg similarity index 100% rename from static/images/showcase/klingt-net.jpg rename to themes/hugo-docs-concept/static/images/showcase/klingt-net.jpg diff --git a/static/images/showcase/launchcode.jpg b/themes/hugo-docs-concept/static/images/showcase/launchcode.jpg similarity index 100% rename from static/images/showcase/launchcode.jpg rename to themes/hugo-docs-concept/static/images/showcase/launchcode.jpg diff --git a/static/images/showcase/leepenney.jpg b/themes/hugo-docs-concept/static/images/showcase/leepenney.jpg similarity index 100% rename from static/images/showcase/leepenney.jpg rename to themes/hugo-docs-concept/static/images/showcase/leepenney.jpg diff --git a/static/images/showcase/leowkahman.jpg b/themes/hugo-docs-concept/static/images/showcase/leowkahman.jpg similarity index 100% rename from static/images/showcase/leowkahman.jpg rename to themes/hugo-docs-concept/static/images/showcase/leowkahman.jpg diff --git a/static/images/showcase/lk4d4.jpg b/themes/hugo-docs-concept/static/images/showcase/lk4d4.jpg similarity index 100% rename from static/images/showcase/lk4d4.jpg rename to themes/hugo-docs-concept/static/images/showcase/lk4d4.jpg diff --git a/static/images/showcase/losslesslife.jpg b/themes/hugo-docs-concept/static/images/showcase/losslesslife.jpg similarity index 100% rename from static/images/showcase/losslesslife.jpg rename to themes/hugo-docs-concept/static/images/showcase/losslesslife.jpg diff --git a/static/images/showcase/lucumt.jpg b/themes/hugo-docs-concept/static/images/showcase/lucumt.jpg similarity index 100% rename from static/images/showcase/lucumt.jpg rename to themes/hugo-docs-concept/static/images/showcase/lucumt.jpg diff --git a/static/images/showcase/mariosanchez.jpg b/themes/hugo-docs-concept/static/images/showcase/mariosanchez.jpg similarity index 100% rename from static/images/showcase/mariosanchez.jpg rename to themes/hugo-docs-concept/static/images/showcase/mariosanchez.jpg diff --git a/static/images/showcase/mayan-edms.jpg b/themes/hugo-docs-concept/static/images/showcase/mayan-edms.jpg similarity index 100% rename from static/images/showcase/mayan-edms.jpg rename to themes/hugo-docs-concept/static/images/showcase/mayan-edms.jpg diff --git a/static/images/showcase/michaelwhatcott.jpg b/themes/hugo-docs-concept/static/images/showcase/michaelwhatcott.jpg similarity index 100% rename from static/images/showcase/michaelwhatcott.jpg rename to themes/hugo-docs-concept/static/images/showcase/michaelwhatcott.jpg diff --git a/static/images/showcase/mongodb-eng.jpg b/themes/hugo-docs-concept/static/images/showcase/mongodb-eng.jpg similarity index 100% rename from static/images/showcase/mongodb-eng.jpg rename to themes/hugo-docs-concept/static/images/showcase/mongodb-eng.jpg diff --git a/static/images/showcase/mtbhomer.jpg b/themes/hugo-docs-concept/static/images/showcase/mtbhomer.jpg similarity index 100% rename from static/images/showcase/mtbhomer.jpg rename to themes/hugo-docs-concept/static/images/showcase/mtbhomer.jpg diff --git a/static/images/showcase/myearworms.jpg b/themes/hugo-docs-concept/static/images/showcase/myearworms.jpg similarity index 100% rename from static/images/showcase/myearworms.jpg rename to themes/hugo-docs-concept/static/images/showcase/myearworms.jpg diff --git a/static/images/showcase/neavey.jpg b/themes/hugo-docs-concept/static/images/showcase/neavey.jpg similarity index 100% rename from static/images/showcase/neavey.jpg rename to themes/hugo-docs-concept/static/images/showcase/neavey.jpg diff --git a/static/images/showcase/nickoneill.jpg b/themes/hugo-docs-concept/static/images/showcase/nickoneill.jpg similarity index 100% rename from static/images/showcase/nickoneill.jpg rename to themes/hugo-docs-concept/static/images/showcase/nickoneill.jpg diff --git a/static/images/showcase/ninjaducks.jpg b/themes/hugo-docs-concept/static/images/showcase/ninjaducks.jpg similarity index 100% rename from static/images/showcase/ninjaducks.jpg rename to themes/hugo-docs-concept/static/images/showcase/ninjaducks.jpg diff --git a/static/images/showcase/ninya.jpg b/themes/hugo-docs-concept/static/images/showcase/ninya.jpg similarity index 100% rename from static/images/showcase/ninya.jpg rename to themes/hugo-docs-concept/static/images/showcase/ninya.jpg diff --git a/static/images/showcase/nodesk.jpg b/themes/hugo-docs-concept/static/images/showcase/nodesk.jpg similarity index 100% rename from static/images/showcase/nodesk.jpg rename to themes/hugo-docs-concept/static/images/showcase/nodesk.jpg diff --git a/static/images/showcase/novelist-xyz.jpg b/themes/hugo-docs-concept/static/images/showcase/novelist-xyz.jpg similarity index 100% rename from static/images/showcase/novelist-xyz.jpg rename to themes/hugo-docs-concept/static/images/showcase/novelist-xyz.jpg diff --git a/static/images/showcase/npf.jpg b/themes/hugo-docs-concept/static/images/showcase/npf.jpg similarity index 100% rename from static/images/showcase/npf.jpg rename to themes/hugo-docs-concept/static/images/showcase/npf.jpg diff --git a/static/images/showcase/petanikode.jpg b/themes/hugo-docs-concept/static/images/showcase/petanikode.jpg similarity index 100% rename from static/images/showcase/petanikode.jpg rename to themes/hugo-docs-concept/static/images/showcase/petanikode.jpg diff --git a/static/images/showcase/peteraba.jpg b/themes/hugo-docs-concept/static/images/showcase/peteraba.jpg similarity index 100% rename from static/images/showcase/peteraba.jpg rename to themes/hugo-docs-concept/static/images/showcase/peteraba.jpg diff --git a/static/images/showcase/picturingjordan.jpg b/themes/hugo-docs-concept/static/images/showcase/picturingjordan.jpg similarity index 100% rename from static/images/showcase/picturingjordan.jpg rename to themes/hugo-docs-concept/static/images/showcase/picturingjordan.jpg diff --git a/static/images/showcase/promotive.jpg b/themes/hugo-docs-concept/static/images/showcase/promotive.jpg similarity index 100% rename from static/images/showcase/promotive.jpg rename to themes/hugo-docs-concept/static/images/showcase/promotive.jpg diff --git a/static/images/showcase/rahulrai_in.jpg b/themes/hugo-docs-concept/static/images/showcase/rahulrai_in.jpg similarity index 100% rename from static/images/showcase/rahulrai_in.jpg rename to themes/hugo-docs-concept/static/images/showcase/rahulrai_in.jpg diff --git a/static/images/showcase/rakutentech.jpg b/themes/hugo-docs-concept/static/images/showcase/rakutentech.jpg similarity index 100% rename from static/images/showcase/rakutentech.jpg rename to themes/hugo-docs-concept/static/images/showcase/rakutentech.jpg diff --git a/static/images/showcase/rdegges.jpg b/themes/hugo-docs-concept/static/images/showcase/rdegges.jpg similarity index 100% rename from static/images/showcase/rdegges.jpg rename to themes/hugo-docs-concept/static/images/showcase/rdegges.jpg diff --git a/static/images/showcase/readtext.jpg b/themes/hugo-docs-concept/static/images/showcase/readtext.jpg similarity index 100% rename from static/images/showcase/readtext.jpg rename to themes/hugo-docs-concept/static/images/showcase/readtext.jpg diff --git a/static/images/showcase/richardsumilang.jpg b/themes/hugo-docs-concept/static/images/showcase/richardsumilang.jpg similarity index 100% rename from static/images/showcase/richardsumilang.jpg rename to themes/hugo-docs-concept/static/images/showcase/richardsumilang.jpg diff --git a/static/images/showcase/rick_cogley_info.jpg b/themes/hugo-docs-concept/static/images/showcase/rick_cogley_info.jpg similarity index 100% rename from static/images/showcase/rick_cogley_info.jpg rename to themes/hugo-docs-concept/static/images/showcase/rick_cogley_info.jpg diff --git a/static/images/showcase/ridingbytes.jpg b/themes/hugo-docs-concept/static/images/showcase/ridingbytes.jpg similarity index 100% rename from static/images/showcase/ridingbytes.jpg rename to themes/hugo-docs-concept/static/images/showcase/ridingbytes.jpg diff --git a/static/images/showcase/robertbasic.jpg b/themes/hugo-docs-concept/static/images/showcase/robertbasic.jpg similarity index 100% rename from static/images/showcase/robertbasic.jpg rename to themes/hugo-docs-concept/static/images/showcase/robertbasic.jpg diff --git a/static/images/showcase/scottcwilson.jpg b/themes/hugo-docs-concept/static/images/showcase/scottcwilson.jpg similarity index 100% rename from static/images/showcase/scottcwilson.jpg rename to themes/hugo-docs-concept/static/images/showcase/scottcwilson.jpg diff --git a/static/images/showcase/shapeshed.jpg b/themes/hugo-docs-concept/static/images/showcase/shapeshed.jpg similarity index 100% rename from static/images/showcase/shapeshed.jpg rename to themes/hugo-docs-concept/static/images/showcase/shapeshed.jpg diff --git a/static/images/showcase/shelan.jpg b/themes/hugo-docs-concept/static/images/showcase/shelan.jpg similarity index 100% rename from static/images/showcase/shelan.jpg rename to themes/hugo-docs-concept/static/images/showcase/shelan.jpg diff --git a/static/images/showcase/silvergeko.jpg b/themes/hugo-docs-concept/static/images/showcase/silvergeko.jpg similarity index 100% rename from static/images/showcase/silvergeko.jpg rename to themes/hugo-docs-concept/static/images/showcase/silvergeko.jpg diff --git a/static/images/showcase/softinio.jpg b/themes/hugo-docs-concept/static/images/showcase/softinio.jpg similarity index 100% rename from static/images/showcase/softinio.jpg rename to themes/hugo-docs-concept/static/images/showcase/softinio.jpg diff --git a/static/images/showcase/spf13.jpg b/themes/hugo-docs-concept/static/images/showcase/spf13.jpg similarity index 100% rename from static/images/showcase/spf13.jpg rename to themes/hugo-docs-concept/static/images/showcase/spf13.jpg diff --git a/static/images/showcase/steambap.jpg b/themes/hugo-docs-concept/static/images/showcase/steambap.jpg similarity index 100% rename from static/images/showcase/steambap.jpg rename to themes/hugo-docs-concept/static/images/showcase/steambap.jpg diff --git a/static/images/showcase/stefano.chiodino.jpg b/themes/hugo-docs-concept/static/images/showcase/stefano.chiodino.jpg similarity index 100% rename from static/images/showcase/stefano.chiodino.jpg rename to themes/hugo-docs-concept/static/images/showcase/stefano.chiodino.jpg diff --git a/static/images/showcase/stou.jpg b/themes/hugo-docs-concept/static/images/showcase/stou.jpg similarity index 100% rename from static/images/showcase/stou.jpg rename to themes/hugo-docs-concept/static/images/showcase/stou.jpg diff --git a/static/images/showcase/szymonkatra.jpg b/themes/hugo-docs-concept/static/images/showcase/szymonkatra.jpg similarity index 100% rename from static/images/showcase/szymonkatra.jpg rename to themes/hugo-docs-concept/static/images/showcase/szymonkatra.jpg diff --git a/static/images/showcase/techmadeplain.jpg b/themes/hugo-docs-concept/static/images/showcase/techmadeplain.jpg similarity index 100% rename from static/images/showcase/techmadeplain.jpg rename to themes/hugo-docs-concept/static/images/showcase/techmadeplain.jpg diff --git a/static/images/showcase/tendermint.jpg b/themes/hugo-docs-concept/static/images/showcase/tendermint.jpg similarity index 100% rename from static/images/showcase/tendermint.jpg rename to themes/hugo-docs-concept/static/images/showcase/tendermint.jpg diff --git a/static/images/showcase/thecodeking.jpg b/themes/hugo-docs-concept/static/images/showcase/thecodeking.jpg similarity index 100% rename from static/images/showcase/thecodeking.jpg rename to themes/hugo-docs-concept/static/images/showcase/thecodeking.jpg diff --git a/static/images/showcase/thehome.jpg b/themes/hugo-docs-concept/static/images/showcase/thehome.jpg similarity index 100% rename from static/images/showcase/thehome.jpg rename to themes/hugo-docs-concept/static/images/showcase/thehome.jpg diff --git a/static/images/showcase/tibobeijennl.jpg b/themes/hugo-docs-concept/static/images/showcase/tibobeijennl.jpg similarity index 100% rename from static/images/showcase/tibobeijennl.jpg rename to themes/hugo-docs-concept/static/images/showcase/tibobeijennl.jpg diff --git a/static/images/showcase/tutorialonfly.jpg b/themes/hugo-docs-concept/static/images/showcase/tutorialonfly.jpg similarity index 100% rename from static/images/showcase/tutorialonfly.jpg rename to themes/hugo-docs-concept/static/images/showcase/tutorialonfly.jpg diff --git a/static/images/showcase/ucsb.jpg b/themes/hugo-docs-concept/static/images/showcase/ucsb.jpg similarity index 100% rename from static/images/showcase/ucsb.jpg rename to themes/hugo-docs-concept/static/images/showcase/ucsb.jpg diff --git a/static/images/showcase/upbeat.jpg b/themes/hugo-docs-concept/static/images/showcase/upbeat.jpg similarity index 100% rename from static/images/showcase/upbeat.jpg rename to themes/hugo-docs-concept/static/images/showcase/upbeat.jpg diff --git a/static/images/showcase/vamp_landingpage.jpg b/themes/hugo-docs-concept/static/images/showcase/vamp_landingpage.jpg similarity index 100% rename from static/images/showcase/vamp_landingpage.jpg rename to themes/hugo-docs-concept/static/images/showcase/vamp_landingpage.jpg diff --git a/static/images/showcase/viglug.jpg b/themes/hugo-docs-concept/static/images/showcase/viglug.jpg similarity index 100% rename from static/images/showcase/viglug.jpg rename to themes/hugo-docs-concept/static/images/showcase/viglug.jpg diff --git a/static/images/showcase/vurt.co.jpg b/themes/hugo-docs-concept/static/images/showcase/vurt.co.jpg similarity index 100% rename from static/images/showcase/vurt.co.jpg rename to themes/hugo-docs-concept/static/images/showcase/vurt.co.jpg diff --git a/static/images/showcase/yslow-rules.jpg b/themes/hugo-docs-concept/static/images/showcase/yslow-rules.jpg similarity index 100% rename from static/images/showcase/yslow-rules.jpg rename to themes/hugo-docs-concept/static/images/showcase/yslow-rules.jpg diff --git a/static/images/showcase/ysqi-blog.jpg b/themes/hugo-docs-concept/static/images/showcase/ysqi-blog.jpg similarity index 100% rename from static/images/showcase/ysqi-blog.jpg rename to themes/hugo-docs-concept/static/images/showcase/ysqi-blog.jpg diff --git a/static/images/showcase/yulinling.jpg b/themes/hugo-docs-concept/static/images/showcase/yulinling.jpg similarity index 100% rename from static/images/showcase/yulinling.jpg rename to themes/hugo-docs-concept/static/images/showcase/yulinling.jpg diff --git a/static/images/site-hierarchy.svg b/themes/hugo-docs-concept/static/images/site-hierarchy.svg similarity index 100% rename from static/images/site-hierarchy.svg rename to themes/hugo-docs-concept/static/images/site-hierarchy.svg diff --git a/static/js/script.min.js b/themes/hugo-docs-concept/static/js/script.min.js similarity index 100% rename from static/js/script.min.js rename to themes/hugo-docs-concept/static/js/script.min.js diff --git a/static/js/vendor/blazy.min.js b/themes/hugo-docs-concept/static/js/vendor/blazy.min.js similarity index 100% rename from static/js/vendor/blazy.min.js rename to themes/hugo-docs-concept/static/js/vendor/blazy.min.js diff --git a/static/js/vendor/jquery-2.2.4.min.js b/themes/hugo-docs-concept/static/js/vendor/jquery-2.2.4.min.js similarity index 100% rename from static/js/vendor/jquery-2.2.4.min.js rename to themes/hugo-docs-concept/static/js/vendor/jquery-2.2.4.min.js