diff --git a/config.toml b/config.toml index 24b02eb..66350b9 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-us" title = "PaulBSD website" googleAnalytics = "" paginate = 10 +theme = 'hugo-theme-wave' [permalinks] post = "/:year/:month/:day/:slug" diff --git a/LICENSE b/themes/hugo-theme-wave/LICENSE similarity index 100% rename from LICENSE rename to themes/hugo-theme-wave/LICENSE diff --git a/README.md b/themes/hugo-theme-wave/README.md similarity index 100% rename from README.md rename to themes/hugo-theme-wave/README.md diff --git a/archetypes/default.md b/themes/hugo-theme-wave/archetypes/default.md similarity index 100% rename from archetypes/default.md rename to themes/hugo-theme-wave/archetypes/default.md diff --git a/bin/PagesIndex.json b/themes/hugo-theme-wave/bin/PagesIndex.json similarity index 100% rename from bin/PagesIndex.json rename to themes/hugo-theme-wave/bin/PagesIndex.json diff --git a/bin/comment-touch.sh b/themes/hugo-theme-wave/bin/comment-touch.sh similarity index 100% rename from bin/comment-touch.sh rename to themes/hugo-theme-wave/bin/comment-touch.sh diff --git a/bin/gitlab_cal-heatmap-container.sh b/themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh similarity index 100% rename from bin/gitlab_cal-heatmap-container.sh rename to themes/hugo-theme-wave/bin/gitlab_cal-heatmap-container.sh diff --git a/bin/gitlab_calendar_json_2.html b/themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html similarity index 100% rename from bin/gitlab_calendar_json_2.html rename to themes/hugo-theme-wave/bin/gitlab_calendar_json_2.html diff --git a/bin/lunr.sh b/themes/hugo-theme-wave/bin/lunr.sh similarity index 100% rename from bin/lunr.sh rename to themes/hugo-theme-wave/bin/lunr.sh diff --git a/images/screenshot.png b/themes/hugo-theme-wave/images/screenshot.png similarity index 100% rename from images/screenshot.png rename to themes/hugo-theme-wave/images/screenshot.png diff --git a/images/tn.png b/themes/hugo-theme-wave/images/tn.png similarity index 100% rename from images/tn.png rename to themes/hugo-theme-wave/images/tn.png diff --git a/layouts/404.html b/themes/hugo-theme-wave/layouts/404.html similarity index 100% rename from layouts/404.html rename to themes/hugo-theme-wave/layouts/404.html diff --git a/layouts/_default/list.html b/themes/hugo-theme-wave/layouts/_default/list.html similarity index 100% rename from layouts/_default/list.html rename to themes/hugo-theme-wave/layouts/_default/list.html diff --git a/layouts/_default/single.html b/themes/hugo-theme-wave/layouts/_default/single.html similarity index 100% rename from layouts/_default/single.html rename to themes/hugo-theme-wave/layouts/_default/single.html diff --git a/layouts/_default/summary.html b/themes/hugo-theme-wave/layouts/_default/summary.html similarity index 100% rename from layouts/_default/summary.html rename to themes/hugo-theme-wave/layouts/_default/summary.html diff --git a/layouts/_default/terms.html b/themes/hugo-theme-wave/layouts/_default/terms.html similarity index 100% rename from layouts/_default/terms.html rename to themes/hugo-theme-wave/layouts/_default/terms.html diff --git a/layouts/archive/single.html b/themes/hugo-theme-wave/layouts/archive/single.html similarity index 100% rename from layouts/archive/single.html rename to themes/hugo-theme-wave/layouts/archive/single.html diff --git a/layouts/index.html b/themes/hugo-theme-wave/layouts/index.html similarity index 100% rename from layouts/index.html rename to themes/hugo-theme-wave/layouts/index.html diff --git a/layouts/partials/article_first.html b/themes/hugo-theme-wave/layouts/partials/article_first.html similarity index 100% rename from layouts/partials/article_first.html rename to themes/hugo-theme-wave/layouts/partials/article_first.html diff --git a/layouts/partials/article_footer.html b/themes/hugo-theme-wave/layouts/partials/article_footer.html similarity index 100% rename from layouts/partials/article_footer.html rename to themes/hugo-theme-wave/layouts/partials/article_footer.html diff --git a/layouts/partials/article_header.html b/themes/hugo-theme-wave/layouts/partials/article_header.html similarity index 100% rename from layouts/partials/article_header.html rename to themes/hugo-theme-wave/layouts/partials/article_header.html diff --git a/layouts/partials/article_list.html b/themes/hugo-theme-wave/layouts/partials/article_list.html similarity index 100% rename from layouts/partials/article_list.html rename to themes/hugo-theme-wave/layouts/partials/article_list.html diff --git a/layouts/partials/footer.html b/themes/hugo-theme-wave/layouts/partials/footer.html similarity index 100% rename from layouts/partials/footer.html rename to themes/hugo-theme-wave/layouts/partials/footer.html diff --git a/layouts/partials/footer_js.html b/themes/hugo-theme-wave/layouts/partials/footer_js.html similarity index 100% rename from layouts/partials/footer_js.html rename to themes/hugo-theme-wave/layouts/partials/footer_js.html diff --git a/layouts/partials/head.html b/themes/hugo-theme-wave/layouts/partials/head.html similarity index 100% rename from layouts/partials/head.html rename to themes/hugo-theme-wave/layouts/partials/head.html diff --git a/layouts/partials/header.html b/themes/hugo-theme-wave/layouts/partials/header.html similarity index 100% rename from layouts/partials/header.html rename to themes/hugo-theme-wave/layouts/partials/header.html diff --git a/layouts/partials/home.html b/themes/hugo-theme-wave/layouts/partials/home.html similarity index 100% rename from layouts/partials/home.html rename to themes/hugo-theme-wave/layouts/partials/home.html diff --git a/layouts/partials/navbar-icon.html b/themes/hugo-theme-wave/layouts/partials/navbar-icon.html similarity index 100% rename from layouts/partials/navbar-icon.html rename to themes/hugo-theme-wave/layouts/partials/navbar-icon.html diff --git a/layouts/partials/navbar-menu.html b/themes/hugo-theme-wave/layouts/partials/navbar-menu.html similarity index 100% rename from layouts/partials/navbar-menu.html rename to themes/hugo-theme-wave/layouts/partials/navbar-menu.html diff --git a/layouts/partials/navbar-search.html b/themes/hugo-theme-wave/layouts/partials/navbar-search.html similarity index 100% rename from layouts/partials/navbar-search.html rename to themes/hugo-theme-wave/layouts/partials/navbar-search.html diff --git a/layouts/partials/pagination.html b/themes/hugo-theme-wave/layouts/partials/pagination.html similarity index 100% rename from layouts/partials/pagination.html rename to themes/hugo-theme-wave/layouts/partials/pagination.html diff --git a/layouts/partials/profile.html b/themes/hugo-theme-wave/layouts/partials/profile.html similarity index 100% rename from layouts/partials/profile.html rename to themes/hugo-theme-wave/layouts/partials/profile.html diff --git a/layouts/partials/sidebar.html b/themes/hugo-theme-wave/layouts/partials/sidebar.html similarity index 100% rename from layouts/partials/sidebar.html rename to themes/hugo-theme-wave/layouts/partials/sidebar.html diff --git a/layouts/partials/single_article.html b/themes/hugo-theme-wave/layouts/partials/single_article.html similarity index 100% rename from layouts/partials/single_article.html rename to themes/hugo-theme-wave/layouts/partials/single_article.html diff --git a/layouts/partials/social.html b/themes/hugo-theme-wave/layouts/partials/social.html similarity index 100% rename from layouts/partials/social.html rename to themes/hugo-theme-wave/layouts/partials/social.html diff --git a/layouts/partials/title.html b/themes/hugo-theme-wave/layouts/partials/title.html similarity index 100% rename from layouts/partials/title.html rename to themes/hugo-theme-wave/layouts/partials/title.html diff --git a/layouts/partials/widgets/categories.html b/themes/hugo-theme-wave/layouts/partials/widgets/categories.html similarity index 100% rename from layouts/partials/widgets/categories.html rename to themes/hugo-theme-wave/layouts/partials/widgets/categories.html diff --git a/layouts/partials/widgets/command.html b/themes/hugo-theme-wave/layouts/partials/widgets/command.html similarity index 100% rename from layouts/partials/widgets/command.html rename to themes/hugo-theme-wave/layouts/partials/widgets/command.html diff --git a/layouts/partials/widgets/documentation.html b/themes/hugo-theme-wave/layouts/partials/widgets/documentation.html similarity index 100% rename from layouts/partials/widgets/documentation.html rename to themes/hugo-theme-wave/layouts/partials/widgets/documentation.html diff --git a/layouts/partials/widgets/download.html b/themes/hugo-theme-wave/layouts/partials/widgets/download.html similarity index 100% rename from layouts/partials/widgets/download.html rename to themes/hugo-theme-wave/layouts/partials/widgets/download.html diff --git a/layouts/partials/widgets/recent_articles.html b/themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html similarity index 100% rename from layouts/partials/widgets/recent_articles.html rename to themes/hugo-theme-wave/layouts/partials/widgets/recent_articles.html diff --git a/layouts/partials/widgets/search.html b/themes/hugo-theme-wave/layouts/partials/widgets/search.html similarity index 100% rename from layouts/partials/widgets/search.html rename to themes/hugo-theme-wave/layouts/partials/widgets/search.html diff --git a/layouts/partials/widgets/tag_cloud.html b/themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html similarity index 100% rename from layouts/partials/widgets/tag_cloud.html rename to themes/hugo-theme-wave/layouts/partials/widgets/tag_cloud.html diff --git a/layouts/partials/widgets/tags.html b/themes/hugo-theme-wave/layouts/partials/widgets/tags.html similarity index 100% rename from layouts/partials/widgets/tags.html rename to themes/hugo-theme-wave/layouts/partials/widgets/tags.html diff --git a/layouts/partials/widgets/update.html b/themes/hugo-theme-wave/layouts/partials/widgets/update.html similarity index 100% rename from layouts/partials/widgets/update.html rename to themes/hugo-theme-wave/layouts/partials/widgets/update.html diff --git a/layouts/shortcodes/gallery.html b/themes/hugo-theme-wave/layouts/shortcodes/gallery.html similarity index 100% rename from layouts/shortcodes/gallery.html rename to themes/hugo-theme-wave/layouts/shortcodes/gallery.html diff --git a/layouts/shortcodes/jsfiddle.html b/themes/hugo-theme-wave/layouts/shortcodes/jsfiddle.html similarity index 100% rename from layouts/shortcodes/jsfiddle.html rename to themes/hugo-theme-wave/layouts/shortcodes/jsfiddle.html diff --git a/static/apple-touch-icon.png b/themes/hugo-theme-wave/static/apple-touch-icon.png similarity index 100% rename from static/apple-touch-icon.png rename to themes/hugo-theme-wave/static/apple-touch-icon.png diff --git a/static/bower_components/async/dist/async.js b/themes/hugo-theme-wave/static/bower_components/async/dist/async.js similarity index 100% rename from static/bower_components/async/dist/async.js rename to themes/hugo-theme-wave/static/bower_components/async/dist/async.js diff --git a/static/bower_components/async/dist/async.min.js b/themes/hugo-theme-wave/static/bower_components/async/dist/async.min.js similarity index 100% rename from static/bower_components/async/dist/async.min.js rename to themes/hugo-theme-wave/static/bower_components/async/dist/async.min.js diff --git a/static/bower_components/async/dist/async.min.map b/themes/hugo-theme-wave/static/bower_components/async/dist/async.min.map similarity index 100% rename from static/bower_components/async/dist/async.min.map rename to themes/hugo-theme-wave/static/bower_components/async/dist/async.min.map diff --git a/static/bower_components/bluebird/js/browser/bluebird.js b/themes/hugo-theme-wave/static/bower_components/bluebird/js/browser/bluebird.js similarity index 100% rename from static/bower_components/bluebird/js/browser/bluebird.js rename to themes/hugo-theme-wave/static/bower_components/bluebird/js/browser/bluebird.js diff --git a/static/bower_components/bootstrap/css/bootstrap-theme.css b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.css similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap-theme.css rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.css diff --git a/static/bower_components/bootstrap/css/bootstrap-theme.css.map b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.css.map similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap-theme.css.map rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.css.map diff --git a/static/bower_components/bootstrap/css/bootstrap-theme.min.css b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.min.css similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap-theme.min.css rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.min.css diff --git a/static/bower_components/bootstrap/css/bootstrap-theme.min.css.map b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.min.css.map similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap-theme.min.css.map rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap-theme.min.css.map diff --git a/static/bower_components/bootstrap/css/bootstrap.css b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.css similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap.css rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.css diff --git a/static/bower_components/bootstrap/css/bootstrap.css.map b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.css.map similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap.css.map rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.css.map diff --git a/static/bower_components/bootstrap/css/bootstrap.min.css b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.min.css similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap.min.css rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.min.css diff --git a/static/bower_components/bootstrap/css/bootstrap.min.css.map b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.min.css.map similarity index 100% rename from static/bower_components/bootstrap/css/bootstrap.min.css.map rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/bootstrap.min.css.map diff --git a/static/bower_components/bootstrap/css/dropdowns-enhancement.css b/themes/hugo-theme-wave/static/bower_components/bootstrap/css/dropdowns-enhancement.css similarity index 100% rename from static/bower_components/bootstrap/css/dropdowns-enhancement.css rename to themes/hugo-theme-wave/static/bower_components/bootstrap/css/dropdowns-enhancement.css diff --git a/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot b/themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot rename to themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot diff --git a/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg b/themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg rename to themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg diff --git a/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf b/themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf rename to themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf diff --git a/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff b/themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff rename to themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff diff --git a/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 rename to themes/hugo-theme-wave/static/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 diff --git a/static/bower_components/bootstrap/js/bootstrap.js b/themes/hugo-theme-wave/static/bower_components/bootstrap/js/bootstrap.js similarity index 100% rename from static/bower_components/bootstrap/js/bootstrap.js rename to themes/hugo-theme-wave/static/bower_components/bootstrap/js/bootstrap.js diff --git a/static/bower_components/bootstrap/js/bootstrap.min.js b/themes/hugo-theme-wave/static/bower_components/bootstrap/js/bootstrap.min.js similarity index 100% rename from static/bower_components/bootstrap/js/bootstrap.min.js rename to themes/hugo-theme-wave/static/bower_components/bootstrap/js/bootstrap.min.js diff --git a/static/bower_components/bootstrap/js/dropdowns-enhancement.js b/themes/hugo-theme-wave/static/bower_components/bootstrap/js/dropdowns-enhancement.js similarity index 100% rename from static/bower_components/bootstrap/js/dropdowns-enhancement.js rename to themes/hugo-theme-wave/static/bower_components/bootstrap/js/dropdowns-enhancement.js diff --git a/static/bower_components/bootstrap/js/npm.js b/themes/hugo-theme-wave/static/bower_components/bootstrap/js/npm.js similarity index 100% rename from static/bower_components/bootstrap/js/npm.js rename to themes/hugo-theme-wave/static/bower_components/bootstrap/js/npm.js diff --git a/static/bower_components/cal-heatmap/cal-heatmap.css b/themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.css similarity index 100% rename from static/bower_components/cal-heatmap/cal-heatmap.css rename to themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.css diff --git a/static/bower_components/cal-heatmap/cal-heatmap.js b/themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.js similarity index 100% rename from static/bower_components/cal-heatmap/cal-heatmap.js rename to themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.js diff --git a/static/bower_components/cal-heatmap/cal-heatmap.min.js b/themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.min.js similarity index 100% rename from static/bower_components/cal-heatmap/cal-heatmap.min.js rename to themes/hugo-theme-wave/static/bower_components/cal-heatmap/cal-heatmap.min.js diff --git a/static/bower_components/createjs/createjs.css b/themes/hugo-theme-wave/static/bower_components/createjs/createjs.css similarity index 100% rename from static/bower_components/createjs/createjs.css rename to themes/hugo-theme-wave/static/bower_components/createjs/createjs.css diff --git a/static/bower_components/createjs/createjs.js b/themes/hugo-theme-wave/static/bower_components/createjs/createjs.js similarity index 100% rename from static/bower_components/createjs/createjs.js rename to themes/hugo-theme-wave/static/bower_components/createjs/createjs.js diff --git a/static/bower_components/d3/d3.js b/themes/hugo-theme-wave/static/bower_components/d3/d3.js similarity index 100% rename from static/bower_components/d3/d3.js rename to themes/hugo-theme-wave/static/bower_components/d3/d3.js diff --git a/static/bower_components/d3/d3.min.js b/themes/hugo-theme-wave/static/bower_components/d3/d3.min.js similarity index 100% rename from static/bower_components/d3/d3.min.js rename to themes/hugo-theme-wave/static/bower_components/d3/d3.min.js diff --git a/static/bower_components/font-awesome/css/font-awesome.css b/themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.css similarity index 100% rename from static/bower_components/font-awesome/css/font-awesome.css rename to themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.css diff --git a/static/bower_components/font-awesome/css/font-awesome.css.map b/themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.css.map similarity index 100% rename from static/bower_components/font-awesome/css/font-awesome.css.map rename to themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.css.map diff --git a/static/bower_components/font-awesome/css/font-awesome.min.css b/themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.min.css similarity index 100% rename from static/bower_components/font-awesome/css/font-awesome.min.css rename to themes/hugo-theme-wave/static/bower_components/font-awesome/css/font-awesome.min.css diff --git a/static/bower_components/font-awesome/fonts/FontAwesome.otf b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from static/bower_components/font-awesome/fonts/FontAwesome.otf rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/FontAwesome.otf diff --git a/static/bower_components/font-awesome/fonts/fontawesome-webfont.eot b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from static/bower_components/font-awesome/fonts/fontawesome-webfont.eot rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.eot diff --git a/static/bower_components/font-awesome/fonts/fontawesome-webfont.svg b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from static/bower_components/font-awesome/fonts/fontawesome-webfont.svg rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.svg diff --git a/static/bower_components/font-awesome/fonts/fontawesome-webfont.ttf b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from static/bower_components/font-awesome/fonts/fontawesome-webfont.ttf rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from static/bower_components/font-awesome/fonts/fontawesome-webfont.woff rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff diff --git a/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 b/themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from static/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 rename to themes/hugo-theme-wave/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/static/bower_components/font-awesome/less/animated.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/animated.less similarity index 100% rename from static/bower_components/font-awesome/less/animated.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/animated.less diff --git a/static/bower_components/font-awesome/less/bordered-pulled.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/bordered-pulled.less similarity index 100% rename from static/bower_components/font-awesome/less/bordered-pulled.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/bordered-pulled.less diff --git a/static/bower_components/font-awesome/less/core.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/core.less similarity index 100% rename from static/bower_components/font-awesome/less/core.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/core.less diff --git a/static/bower_components/font-awesome/less/fixed-width.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/fixed-width.less similarity index 100% rename from static/bower_components/font-awesome/less/fixed-width.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/fixed-width.less diff --git a/static/bower_components/font-awesome/less/font-awesome.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/font-awesome.less similarity index 100% rename from static/bower_components/font-awesome/less/font-awesome.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/font-awesome.less diff --git a/static/bower_components/font-awesome/less/icons.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/icons.less similarity index 100% rename from static/bower_components/font-awesome/less/icons.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/icons.less diff --git a/static/bower_components/font-awesome/less/larger.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/larger.less similarity index 100% rename from static/bower_components/font-awesome/less/larger.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/larger.less diff --git a/static/bower_components/font-awesome/less/list.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/list.less similarity index 100% rename from static/bower_components/font-awesome/less/list.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/list.less diff --git a/static/bower_components/font-awesome/less/mixins.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/mixins.less similarity index 100% rename from static/bower_components/font-awesome/less/mixins.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/mixins.less diff --git a/static/bower_components/font-awesome/less/path.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/path.less similarity index 100% rename from static/bower_components/font-awesome/less/path.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/path.less diff --git a/static/bower_components/font-awesome/less/rotated-flipped.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/rotated-flipped.less similarity index 100% rename from static/bower_components/font-awesome/less/rotated-flipped.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/rotated-flipped.less diff --git a/static/bower_components/font-awesome/less/screen-reader.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/screen-reader.less similarity index 100% rename from static/bower_components/font-awesome/less/screen-reader.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/screen-reader.less diff --git a/static/bower_components/font-awesome/less/stacked.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/stacked.less similarity index 100% rename from static/bower_components/font-awesome/less/stacked.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/stacked.less diff --git a/static/bower_components/font-awesome/less/variables.less b/themes/hugo-theme-wave/static/bower_components/font-awesome/less/variables.less similarity index 100% rename from static/bower_components/font-awesome/less/variables.less rename to themes/hugo-theme-wave/static/bower_components/font-awesome/less/variables.less diff --git a/static/bower_components/font-awesome/scss/_animated.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_animated.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_animated.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_animated.scss diff --git a/static/bower_components/font-awesome/scss/_bordered-pulled.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_bordered-pulled.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_bordered-pulled.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_bordered-pulled.scss diff --git a/static/bower_components/font-awesome/scss/_core.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_core.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_core.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_core.scss diff --git a/static/bower_components/font-awesome/scss/_fixed-width.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_fixed-width.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_fixed-width.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_fixed-width.scss diff --git a/static/bower_components/font-awesome/scss/_icons.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_icons.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_icons.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_icons.scss diff --git a/static/bower_components/font-awesome/scss/_larger.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_larger.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_larger.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_larger.scss diff --git a/static/bower_components/font-awesome/scss/_list.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_list.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_list.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_list.scss diff --git a/static/bower_components/font-awesome/scss/_mixins.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_mixins.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_mixins.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_mixins.scss diff --git a/static/bower_components/font-awesome/scss/_path.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_path.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_path.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_path.scss diff --git a/static/bower_components/font-awesome/scss/_rotated-flipped.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_rotated-flipped.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_rotated-flipped.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_rotated-flipped.scss diff --git a/static/bower_components/font-awesome/scss/_screen-reader.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_screen-reader.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_screen-reader.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_screen-reader.scss diff --git a/static/bower_components/font-awesome/scss/_stacked.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_stacked.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_stacked.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_stacked.scss diff --git a/static/bower_components/font-awesome/scss/_variables.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_variables.scss similarity index 100% rename from static/bower_components/font-awesome/scss/_variables.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/_variables.scss diff --git a/static/bower_components/font-awesome/scss/font-awesome.scss b/themes/hugo-theme-wave/static/bower_components/font-awesome/scss/font-awesome.scss similarity index 100% rename from static/bower_components/font-awesome/scss/font-awesome.scss rename to themes/hugo-theme-wave/static/bower_components/font-awesome/scss/font-awesome.scss diff --git a/static/bower_components/highlightjs/highlight.pack.js b/themes/hugo-theme-wave/static/bower_components/highlightjs/highlight.pack.js similarity index 100% rename from static/bower_components/highlightjs/highlight.pack.js rename to themes/hugo-theme-wave/static/bower_components/highlightjs/highlight.pack.js diff --git a/static/bower_components/highlightjs/highlight.pack.min.js b/themes/hugo-theme-wave/static/bower_components/highlightjs/highlight.pack.min.js similarity index 100% rename from static/bower_components/highlightjs/highlight.pack.min.js rename to themes/hugo-theme-wave/static/bower_components/highlightjs/highlight.pack.min.js diff --git a/static/bower_components/highlightjs/styles/agate.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/agate.css similarity index 100% rename from static/bower_components/highlightjs/styles/agate.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/agate.css diff --git a/static/bower_components/highlightjs/styles/androidstudio.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/androidstudio.css similarity index 100% rename from static/bower_components/highlightjs/styles/androidstudio.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/androidstudio.css diff --git a/static/bower_components/highlightjs/styles/arduino-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/arduino-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/arduino-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/arduino-light.css diff --git a/static/bower_components/highlightjs/styles/arta.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/arta.css similarity index 100% rename from static/bower_components/highlightjs/styles/arta.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/arta.css diff --git a/static/bower_components/highlightjs/styles/ascetic.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ascetic.css similarity index 100% rename from static/bower_components/highlightjs/styles/ascetic.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ascetic.css diff --git a/static/bower_components/highlightjs/styles/atelier-cave-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-cave-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-cave-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-cave-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-cave.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-cave.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-cave.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-cave.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-cave.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-dune-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-dune-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-dune-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-dune-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-dune.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-dune.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-dune.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-dune.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-dune.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-estuary-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-estuary-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-estuary-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-estuary-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-estuary.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-estuary.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-estuary.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-estuary.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-estuary.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-forest-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-forest-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-forest-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-forest-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-forest.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-forest.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-forest.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-forest.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-forest.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-heath-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-heath-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-heath-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-heath-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-heath.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-heath.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-heath.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-heath.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-heath.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-lakeside-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-lakeside-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-lakeside-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-lakeside-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-lakeside.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-lakeside.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-lakeside.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-lakeside.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-lakeside.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-plateau-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-plateau-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-plateau-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-plateau-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-plateau.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-plateau.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-plateau.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-plateau.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-plateau.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-savanna-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-savanna-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-savanna-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-savanna-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-savanna.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-savanna.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-savanna.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-savanna.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-savanna.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-seaside-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-seaside-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-seaside-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-seaside-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-seaside.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-seaside.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-seaside.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-seaside.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-seaside.light.css diff --git a/static/bower_components/highlightjs/styles/atelier-sulphurpool-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-sulphurpool-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool-dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-sulphurpool-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-sulphurpool-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool-light.css diff --git a/static/bower_components/highlightjs/styles/atelier-sulphurpool.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-sulphurpool.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool.dark.css diff --git a/static/bower_components/highlightjs/styles/atelier-sulphurpool.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/atelier-sulphurpool.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/atelier-sulphurpool.light.css diff --git a/static/bower_components/highlightjs/styles/brown-paper.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown-paper.css similarity index 100% rename from static/bower_components/highlightjs/styles/brown-paper.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown-paper.css diff --git a/static/bower_components/highlightjs/styles/brown-papersq.png b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown-papersq.png similarity index 100% rename from static/bower_components/highlightjs/styles/brown-papersq.png rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown-papersq.png diff --git a/static/bower_components/highlightjs/styles/brown_paper.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown_paper.css similarity index 100% rename from static/bower_components/highlightjs/styles/brown_paper.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown_paper.css diff --git a/static/bower_components/highlightjs/styles/brown_papersq.png b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown_papersq.png similarity index 100% rename from static/bower_components/highlightjs/styles/brown_papersq.png rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/brown_papersq.png diff --git a/static/bower_components/highlightjs/styles/codepen-embed.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/codepen-embed.css similarity index 100% rename from static/bower_components/highlightjs/styles/codepen-embed.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/codepen-embed.css diff --git a/static/bower_components/highlightjs/styles/color-brewer.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/color-brewer.css similarity index 100% rename from static/bower_components/highlightjs/styles/color-brewer.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/color-brewer.css diff --git a/static/bower_components/highlightjs/styles/dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/dark.css diff --git a/static/bower_components/highlightjs/styles/darkula.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/darkula.css similarity index 100% rename from static/bower_components/highlightjs/styles/darkula.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/darkula.css diff --git a/static/bower_components/highlightjs/styles/default.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/default.css similarity index 100% rename from static/bower_components/highlightjs/styles/default.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/default.css diff --git a/static/bower_components/highlightjs/styles/docco.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/docco.css similarity index 100% rename from static/bower_components/highlightjs/styles/docco.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/docco.css diff --git a/static/bower_components/highlightjs/styles/far.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/far.css similarity index 100% rename from static/bower_components/highlightjs/styles/far.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/far.css diff --git a/static/bower_components/highlightjs/styles/foundation.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/foundation.css similarity index 100% rename from static/bower_components/highlightjs/styles/foundation.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/foundation.css diff --git a/static/bower_components/highlightjs/styles/github-gist.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/github-gist.css similarity index 100% rename from static/bower_components/highlightjs/styles/github-gist.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/github-gist.css diff --git a/static/bower_components/highlightjs/styles/github.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/github.css similarity index 100% rename from static/bower_components/highlightjs/styles/github.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/github.css diff --git a/static/bower_components/highlightjs/styles/googlecode.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/googlecode.css similarity index 100% rename from static/bower_components/highlightjs/styles/googlecode.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/googlecode.css diff --git a/static/bower_components/highlightjs/styles/grayscale.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/grayscale.css similarity index 100% rename from static/bower_components/highlightjs/styles/grayscale.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/grayscale.css diff --git a/static/bower_components/highlightjs/styles/hopscotch.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/hopscotch.css similarity index 100% rename from static/bower_components/highlightjs/styles/hopscotch.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/hopscotch.css diff --git a/static/bower_components/highlightjs/styles/hybrid.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/hybrid.css similarity index 100% rename from static/bower_components/highlightjs/styles/hybrid.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/hybrid.css diff --git a/static/bower_components/highlightjs/styles/idea.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/idea.css similarity index 100% rename from static/bower_components/highlightjs/styles/idea.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/idea.css diff --git a/static/bower_components/highlightjs/styles/ir-black.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ir-black.css similarity index 100% rename from static/bower_components/highlightjs/styles/ir-black.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ir-black.css diff --git a/static/bower_components/highlightjs/styles/ir_black.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ir_black.css similarity index 100% rename from static/bower_components/highlightjs/styles/ir_black.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/ir_black.css diff --git a/static/bower_components/highlightjs/styles/kimbie.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/kimbie.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/kimbie.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/kimbie.dark.css diff --git a/static/bower_components/highlightjs/styles/kimbie.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/kimbie.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/kimbie.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/kimbie.light.css diff --git a/static/bower_components/highlightjs/styles/magula.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/magula.css similarity index 100% rename from static/bower_components/highlightjs/styles/magula.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/magula.css diff --git a/static/bower_components/highlightjs/styles/mono-blue.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/mono-blue.css similarity index 100% rename from static/bower_components/highlightjs/styles/mono-blue.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/mono-blue.css diff --git a/static/bower_components/highlightjs/styles/monokai-sublime.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai-sublime.css similarity index 100% rename from static/bower_components/highlightjs/styles/monokai-sublime.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai-sublime.css diff --git a/static/bower_components/highlightjs/styles/monokai.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai.css similarity index 100% rename from static/bower_components/highlightjs/styles/monokai.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai.css diff --git a/static/bower_components/highlightjs/styles/monokai_sublime.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai_sublime.css similarity index 100% rename from static/bower_components/highlightjs/styles/monokai_sublime.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/monokai_sublime.css diff --git a/static/bower_components/highlightjs/styles/obsidian.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/obsidian.css similarity index 100% rename from static/bower_components/highlightjs/styles/obsidian.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/obsidian.css diff --git a/static/bower_components/highlightjs/styles/paraiso-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/paraiso-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso-dark.css diff --git a/static/bower_components/highlightjs/styles/paraiso-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/paraiso-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso-light.css diff --git a/static/bower_components/highlightjs/styles/paraiso.dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso.dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/paraiso.dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso.dark.css diff --git a/static/bower_components/highlightjs/styles/paraiso.light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso.light.css similarity index 100% rename from static/bower_components/highlightjs/styles/paraiso.light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/paraiso.light.css diff --git a/static/bower_components/highlightjs/styles/pojoaque.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/pojoaque.css similarity index 100% rename from static/bower_components/highlightjs/styles/pojoaque.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/pojoaque.css diff --git a/static/bower_components/highlightjs/styles/pojoaque.jpg b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/pojoaque.jpg similarity index 100% rename from static/bower_components/highlightjs/styles/pojoaque.jpg rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/pojoaque.jpg diff --git a/static/bower_components/highlightjs/styles/railscasts.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/railscasts.css similarity index 100% rename from static/bower_components/highlightjs/styles/railscasts.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/railscasts.css diff --git a/static/bower_components/highlightjs/styles/rainbow.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/rainbow.css similarity index 100% rename from static/bower_components/highlightjs/styles/rainbow.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/rainbow.css diff --git a/static/bower_components/highlightjs/styles/school-book.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school-book.css similarity index 100% rename from static/bower_components/highlightjs/styles/school-book.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school-book.css diff --git a/static/bower_components/highlightjs/styles/school-book.png b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school-book.png similarity index 100% rename from static/bower_components/highlightjs/styles/school-book.png rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school-book.png diff --git a/static/bower_components/highlightjs/styles/school_book.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school_book.css similarity index 100% rename from static/bower_components/highlightjs/styles/school_book.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school_book.css diff --git a/static/bower_components/highlightjs/styles/school_book.png b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school_book.png similarity index 100% rename from static/bower_components/highlightjs/styles/school_book.png rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/school_book.png diff --git a/static/bower_components/highlightjs/styles/solarized-dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized-dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/solarized-dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized-dark.css diff --git a/static/bower_components/highlightjs/styles/solarized-light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized-light.css similarity index 100% rename from static/bower_components/highlightjs/styles/solarized-light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized-light.css diff --git a/static/bower_components/highlightjs/styles/solarized_dark.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized_dark.css similarity index 100% rename from static/bower_components/highlightjs/styles/solarized_dark.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized_dark.css diff --git a/static/bower_components/highlightjs/styles/solarized_light.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized_light.css similarity index 100% rename from static/bower_components/highlightjs/styles/solarized_light.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/solarized_light.css diff --git a/static/bower_components/highlightjs/styles/sunburst.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/sunburst.css similarity index 100% rename from static/bower_components/highlightjs/styles/sunburst.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/sunburst.css diff --git a/static/bower_components/highlightjs/styles/tomorrow-night-blue.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-blue.css similarity index 100% rename from static/bower_components/highlightjs/styles/tomorrow-night-blue.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-blue.css diff --git a/static/bower_components/highlightjs/styles/tomorrow-night-bright.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-bright.css similarity index 100% rename from static/bower_components/highlightjs/styles/tomorrow-night-bright.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-bright.css diff --git a/static/bower_components/highlightjs/styles/tomorrow-night-eighties.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-eighties.css similarity index 100% rename from static/bower_components/highlightjs/styles/tomorrow-night-eighties.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night-eighties.css diff --git a/static/bower_components/highlightjs/styles/tomorrow-night.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night.css similarity index 100% rename from static/bower_components/highlightjs/styles/tomorrow-night.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow-night.css diff --git a/static/bower_components/highlightjs/styles/tomorrow.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow.css similarity index 100% rename from static/bower_components/highlightjs/styles/tomorrow.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/tomorrow.css diff --git a/static/bower_components/highlightjs/styles/vs.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/vs.css similarity index 100% rename from static/bower_components/highlightjs/styles/vs.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/vs.css diff --git a/static/bower_components/highlightjs/styles/xcode.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/xcode.css similarity index 100% rename from static/bower_components/highlightjs/styles/xcode.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/xcode.css diff --git a/static/bower_components/highlightjs/styles/zenburn.css b/themes/hugo-theme-wave/static/bower_components/highlightjs/styles/zenburn.css similarity index 100% rename from static/bower_components/highlightjs/styles/zenburn.css rename to themes/hugo-theme-wave/static/bower_components/highlightjs/styles/zenburn.css diff --git a/static/bower_components/icomoon/css/icomoon.css b/themes/hugo-theme-wave/static/bower_components/icomoon/css/icomoon.css similarity index 100% rename from static/bower_components/icomoon/css/icomoon.css rename to themes/hugo-theme-wave/static/bower_components/icomoon/css/icomoon.css diff --git a/static/bower_components/icomoon/fonts/icomoon.eot b/themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.eot similarity index 100% rename from static/bower_components/icomoon/fonts/icomoon.eot rename to themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.eot diff --git a/static/bower_components/icomoon/fonts/icomoon.svg b/themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.svg similarity index 100% rename from static/bower_components/icomoon/fonts/icomoon.svg rename to themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.svg diff --git a/static/bower_components/icomoon/fonts/icomoon.ttf b/themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.ttf similarity index 100% rename from static/bower_components/icomoon/fonts/icomoon.ttf rename to themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.ttf diff --git a/static/bower_components/icomoon/fonts/icomoon.woff b/themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.woff similarity index 100% rename from static/bower_components/icomoon/fonts/icomoon.woff rename to themes/hugo-theme-wave/static/bower_components/icomoon/fonts/icomoon.woff diff --git a/static/bower_components/jquery.hotkeys/hotkeys.js b/themes/hugo-theme-wave/static/bower_components/jquery.hotkeys/hotkeys.js similarity index 100% rename from static/bower_components/jquery.hotkeys/hotkeys.js rename to themes/hugo-theme-wave/static/bower_components/jquery.hotkeys/hotkeys.js diff --git a/static/bower_components/jquery.hotkeys/jquery.hotkeys.js b/themes/hugo-theme-wave/static/bower_components/jquery.hotkeys/jquery.hotkeys.js similarity index 100% rename from static/bower_components/jquery.hotkeys/jquery.hotkeys.js rename to themes/hugo-theme-wave/static/bower_components/jquery.hotkeys/jquery.hotkeys.js diff --git a/static/bower_components/jquery/dist/jquery.js b/themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.js similarity index 100% rename from static/bower_components/jquery/dist/jquery.js rename to themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.js diff --git a/static/bower_components/jquery/dist/jquery.min.js b/themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.min.js similarity index 100% rename from static/bower_components/jquery/dist/jquery.min.js rename to themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.min.js diff --git a/static/bower_components/jquery/dist/jquery.min.map b/themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.min.map similarity index 100% rename from static/bower_components/jquery/dist/jquery.min.map rename to themes/hugo-theme-wave/static/bower_components/jquery/dist/jquery.min.map diff --git a/static/bower_components/lunr.js/PagesIndex.json b/themes/hugo-theme-wave/static/bower_components/lunr.js/PagesIndex.json similarity index 100% rename from static/bower_components/lunr.js/PagesIndex.json rename to themes/hugo-theme-wave/static/bower_components/lunr.js/PagesIndex.json diff --git a/static/bower_components/lunr.js/lib/document_store.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/document_store.js similarity index 100% rename from static/bower_components/lunr.js/lib/document_store.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/document_store.js diff --git a/static/bower_components/lunr.js/lib/event_emitter.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/event_emitter.js similarity index 100% rename from static/bower_components/lunr.js/lib/event_emitter.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/event_emitter.js diff --git a/static/bower_components/lunr.js/lib/index.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/index.js similarity index 100% rename from static/bower_components/lunr.js/lib/index.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/index.js diff --git a/static/bower_components/lunr.js/lib/lunr.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/lunr.js similarity index 100% rename from static/bower_components/lunr.js/lib/lunr.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/lunr.js diff --git a/static/bower_components/lunr.js/lib/pipeline.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/pipeline.js similarity index 100% rename from static/bower_components/lunr.js/lib/pipeline.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/pipeline.js diff --git a/static/bower_components/lunr.js/lib/sorted_set.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/sorted_set.js similarity index 100% rename from static/bower_components/lunr.js/lib/sorted_set.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/sorted_set.js diff --git a/static/bower_components/lunr.js/lib/stemmer.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/stemmer.js similarity index 100% rename from static/bower_components/lunr.js/lib/stemmer.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/stemmer.js diff --git a/static/bower_components/lunr.js/lib/stop_word_filter.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/stop_word_filter.js similarity index 100% rename from static/bower_components/lunr.js/lib/stop_word_filter.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/stop_word_filter.js diff --git a/static/bower_components/lunr.js/lib/token_store.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/token_store.js similarity index 100% rename from static/bower_components/lunr.js/lib/token_store.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/token_store.js diff --git a/static/bower_components/lunr.js/lib/tokenizer.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/tokenizer.js similarity index 100% rename from static/bower_components/lunr.js/lib/tokenizer.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/tokenizer.js diff --git a/static/bower_components/lunr.js/lib/trimmer.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/trimmer.js similarity index 100% rename from static/bower_components/lunr.js/lib/trimmer.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/trimmer.js diff --git a/static/bower_components/lunr.js/lib/utils.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/utils.js similarity index 100% rename from static/bower_components/lunr.js/lib/utils.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/utils.js diff --git a/static/bower_components/lunr.js/lib/vector.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lib/vector.js similarity index 100% rename from static/bower_components/lunr.js/lib/vector.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lib/vector.js diff --git a/static/bower_components/lunr.js/lunr.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lunr.js similarity index 100% rename from static/bower_components/lunr.js/lunr.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lunr.js diff --git a/static/bower_components/lunr.js/lunr.min.js b/themes/hugo-theme-wave/static/bower_components/lunr.js/lunr.min.js similarity index 100% rename from static/bower_components/lunr.js/lunr.min.js rename to themes/hugo-theme-wave/static/bower_components/lunr.js/lunr.min.js diff --git a/static/bower_components/particlesjs/particlesjs.css b/themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.css similarity index 100% rename from static/bower_components/particlesjs/particlesjs.css rename to themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.css diff --git a/static/bower_components/particlesjs/particlesjs.html b/themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.html similarity index 100% rename from static/bower_components/particlesjs/particlesjs.html rename to themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.html diff --git a/static/bower_components/particlesjs/particlesjs.js b/themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.js similarity index 100% rename from static/bower_components/particlesjs/particlesjs.js rename to themes/hugo-theme-wave/static/bower_components/particlesjs/particlesjs.js diff --git a/static/bower_components/talaria/dist/talaria.css b/themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.css similarity index 100% rename from static/bower_components/talaria/dist/talaria.css rename to themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.css diff --git a/static/bower_components/talaria/dist/talaria.js b/themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.js similarity index 100% rename from static/bower_components/talaria/dist/talaria.js rename to themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.js diff --git a/static/bower_components/talaria/dist/talaria.min.js b/themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.min.js similarity index 100% rename from static/bower_components/talaria/dist/talaria.min.js rename to themes/hugo-theme-wave/static/bower_components/talaria/dist/talaria.min.js diff --git a/static/css/images/thumb-default-small.png b/themes/hugo-theme-wave/static/css/images/thumb-default-small.png similarity index 100% rename from static/css/images/thumb-default-small.png rename to themes/hugo-theme-wave/static/css/images/thumb-default-small.png diff --git a/static/css/images/thumb-default-small.svg b/themes/hugo-theme-wave/static/css/images/thumb-default-small.svg similarity index 100% rename from static/css/images/thumb-default-small.svg rename to themes/hugo-theme-wave/static/css/images/thumb-default-small.svg diff --git a/static/css/mobile.css b/themes/hugo-theme-wave/static/css/mobile.css similarity index 100% rename from static/css/mobile.css rename to themes/hugo-theme-wave/static/css/mobile.css diff --git a/static/css/style.css b/themes/hugo-theme-wave/static/css/style.css similarity index 100% rename from static/css/style.css rename to themes/hugo-theme-wave/static/css/style.css diff --git a/static/favicon.ico b/themes/hugo-theme-wave/static/favicon.ico similarity index 100% rename from static/favicon.ico rename to themes/hugo-theme-wave/static/favicon.ico diff --git a/static/favicon.png b/themes/hugo-theme-wave/static/favicon.png similarity index 100% rename from static/favicon.png rename to themes/hugo-theme-wave/static/favicon.png diff --git a/static/js/search.js b/themes/hugo-theme-wave/static/js/search.js similarity index 100% rename from static/js/search.js rename to themes/hugo-theme-wave/static/js/search.js diff --git a/static/json/datas-years.json b/themes/hugo-theme-wave/static/json/datas-years.json similarity index 100% rename from static/json/datas-years.json rename to themes/hugo-theme-wave/static/json/datas-years.json diff --git a/static/json/datas.json b/themes/hugo-theme-wave/static/json/datas.json similarity index 100% rename from static/json/datas.json rename to themes/hugo-theme-wave/static/json/datas.json diff --git a/theme.toml b/themes/hugo-theme-wave/theme.toml similarity index 100% rename from theme.toml rename to themes/hugo-theme-wave/theme.toml diff --git a/wercker.yml b/themes/hugo-theme-wave/wercker.yml similarity index 100% rename from wercker.yml rename to themes/hugo-theme-wave/wercker.yml