From b45d57e4c65026c443763232aff93ba38e691cbd Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 20 Nov 2018 15:53:19 +0100 Subject: [PATCH] Fix ci --- .gitlab-ci.yml | 4 ++-- {public => website}/.gitignore | 0 {public => website}/LICENSE | 0 {public => website}/README.md | 0 {public => website}/config.toml | 0 {public => website}/content/_index.md | 0 {public => website}/content/page/about.md | 0 .../content/post/2015-01-04-first-post.md | 0 .../content/post/2015-01-19-soccer.md | 0 .../content/post/2015-01-27-dear-diary.md | 0 .../content/post/2015-02-13-hamlet-monologue.md | 0 .../content/post/2015-02-20-test-markdown.md | 0 .../post/2015-02-26-flake-it-till-you-make-it.md | 0 .../content/post/2016-03-08-code-sample.md | 0 .../content/post/2017-03-05-math-sample.md | 0 .../content/post/2017-03-07-bigimg-sample.md | 0 .../post/2017-03-20-photoswipe-gallery-sample.md | 0 .../content/post/2018-11-20-main-page.md | 0 {public => website}/static/IRPF90_box.png | Bin {public => website}/static/favicon.ico | Bin .../themes/Lanyon/layouts/index.html | 0 .../themes/Lanyon/layouts/indexes/category.html | 0 .../themes/Lanyon/layouts/indexes/indexes.html | 0 .../themes/Lanyon/layouts/indexes/posts.html | 0 .../themes/Lanyon/layouts/partials/categories.html | 0 .../themes/Lanyon/layouts/partials/footer.html | 0 .../themes/Lanyon/layouts/partials/ga.html | 0 .../Lanyon/layouts/partials/head_includes.html | 0 .../themes/Lanyon/layouts/partials/header.html | 0 .../themes/Lanyon/layouts/partials/prev_next.html | 0 .../themes/Lanyon/layouts/partials/sidebar.html | 0 .../themes/Lanyon/layouts/posts/li.html | 0 .../themes/Lanyon/layouts/posts/single.html | 0 .../themes/Lanyon/layouts/posts/summary.html | 0 .../themes/Lanyon/static/css/lanyon.css | 0 .../themes/Lanyon/static/css/poole.css | 0 .../themes/beautifulhugo/.gitattributes | 0 {public => website}/themes/beautifulhugo/.gitignore | 0 {public => website}/themes/beautifulhugo/LICENSE | 0 {public => website}/themes/beautifulhugo/README.md | 0 .../themes/beautifulhugo/archetypes/default.md | 0 .../beautifulhugo/data/beautifulhugo/social.toml | 0 .../themes/beautifulhugo/i18n/en.yaml | 0 .../themes/beautifulhugo/i18n/ja.yaml | 0 .../themes/beautifulhugo/i18n/ru.yaml | 0 .../themes/beautifulhugo/images/screenshot.png | Bin .../themes/beautifulhugo/images/tn.png | Bin .../themes/beautifulhugo/layouts/404.html | 0 .../beautifulhugo/layouts/_default/baseof.html | 0 .../themes/beautifulhugo/layouts/_default/list.html | 0 .../beautifulhugo/layouts/_default/single.html | 0 .../beautifulhugo/layouts/_default/terms.html | 0 .../themes/beautifulhugo/layouts/index.html | 0 .../beautifulhugo/layouts/partials/disqus.html | 0 .../beautifulhugo/layouts/partials/footer.html | 0 .../layouts/partials/footer_custom.html | 0 .../themes/beautifulhugo/layouts/partials/head.html | 0 .../beautifulhugo/layouts/partials/head_custom.html | 0 .../beautifulhugo/layouts/partials/header.html | 0 .../themes/beautifulhugo/layouts/partials/nav.html | 0 .../beautifulhugo/layouts/partials/post_meta.html | 0 .../layouts/partials/translation_link.html | 0 .../beautifulhugo/layouts/shortcodes/figure.html | 0 .../beautifulhugo/layouts/shortcodes/gallery.html | 0 .../layouts/shortcodes/load-photoswipe-theme.html | 0 .../layouts/shortcodes/load-photoswipe.html | 0 .../beautifulhugo/static/css/highlight.min.css | 0 .../beautifulhugo/static/css/hugo-easy-gallery.css | 0 .../beautifulhugo/static/css/main-minimal.css | 0 .../themes/beautifulhugo/static/css/main.css | 0 .../beautifulhugo/static/css/pygment_highlights.css | 0 .../beautifulhugo/static/img/404-southpark.jpg | Bin .../beautifulhugo/static/img/avatar-favicon.png | Bin .../themes/beautifulhugo/static/img/avatar-icon.png | Bin .../themes/beautifulhugo/static/img/favicon.ico | Bin .../beautifulhugo/static/img/hexagon-thumb.jpg | Bin .../themes/beautifulhugo/static/img/hexagon.jpg | Bin .../themes/beautifulhugo/static/img/path.jpg | Bin .../beautifulhugo/static/img/sphere-thumb.jpg | Bin .../themes/beautifulhugo/static/img/sphere.jpg | Bin .../beautifulhugo/static/img/triangle-thumb.jpg | Bin .../themes/beautifulhugo/static/img/triangle.jpg | Bin .../themes/beautifulhugo/static/js/bootstrap.js | 0 .../themes/beautifulhugo/static/js/bootstrap.min.js | 0 .../themes/beautifulhugo/static/js/highlight.min.js | 0 .../beautifulhugo/static/js/jquery-1.11.2.min.js | 0 .../beautifulhugo/static/js/load-photoswipe.js | 0 .../themes/beautifulhugo/static/js/main.js | 0 {public => website}/themes/beautifulhugo/theme.toml | 0 89 files changed, 2 insertions(+), 2 deletions(-) rename {public => website}/.gitignore (100%) rename {public => website}/LICENSE (100%) rename {public => website}/README.md (100%) rename {public => website}/config.toml (100%) rename {public => website}/content/_index.md (100%) rename {public => website}/content/page/about.md (100%) rename {public => website}/content/post/2015-01-04-first-post.md (100%) rename {public => website}/content/post/2015-01-19-soccer.md (100%) rename {public => website}/content/post/2015-01-27-dear-diary.md (100%) rename {public => website}/content/post/2015-02-13-hamlet-monologue.md (100%) rename {public => website}/content/post/2015-02-20-test-markdown.md (100%) rename {public => website}/content/post/2015-02-26-flake-it-till-you-make-it.md (100%) rename {public => website}/content/post/2016-03-08-code-sample.md (100%) rename {public => website}/content/post/2017-03-05-math-sample.md (100%) rename {public => website}/content/post/2017-03-07-bigimg-sample.md (100%) rename {public => website}/content/post/2017-03-20-photoswipe-gallery-sample.md (100%) rename {public => website}/content/post/2018-11-20-main-page.md (100%) rename {public => website}/static/IRPF90_box.png (100%) rename {public => website}/static/favicon.ico (100%) rename {public => website}/themes/Lanyon/layouts/index.html (100%) rename {public => website}/themes/Lanyon/layouts/indexes/category.html (100%) rename {public => website}/themes/Lanyon/layouts/indexes/indexes.html (100%) rename {public => website}/themes/Lanyon/layouts/indexes/posts.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/categories.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/footer.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/ga.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/head_includes.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/header.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/prev_next.html (100%) rename {public => website}/themes/Lanyon/layouts/partials/sidebar.html (100%) rename {public => website}/themes/Lanyon/layouts/posts/li.html (100%) rename {public => website}/themes/Lanyon/layouts/posts/single.html (100%) rename {public => website}/themes/Lanyon/layouts/posts/summary.html (100%) rename {public => website}/themes/Lanyon/static/css/lanyon.css (100%) rename {public => website}/themes/Lanyon/static/css/poole.css (100%) rename {public => website}/themes/beautifulhugo/.gitattributes (100%) rename {public => website}/themes/beautifulhugo/.gitignore (100%) rename {public => website}/themes/beautifulhugo/LICENSE (100%) rename {public => website}/themes/beautifulhugo/README.md (100%) rename {public => website}/themes/beautifulhugo/archetypes/default.md (100%) rename {public => website}/themes/beautifulhugo/data/beautifulhugo/social.toml (100%) rename {public => website}/themes/beautifulhugo/i18n/en.yaml (100%) rename {public => website}/themes/beautifulhugo/i18n/ja.yaml (100%) rename {public => website}/themes/beautifulhugo/i18n/ru.yaml (100%) rename {public => website}/themes/beautifulhugo/images/screenshot.png (100%) rename {public => website}/themes/beautifulhugo/images/tn.png (100%) rename {public => website}/themes/beautifulhugo/layouts/404.html (100%) rename {public => website}/themes/beautifulhugo/layouts/_default/baseof.html (100%) rename {public => website}/themes/beautifulhugo/layouts/_default/list.html (100%) rename {public => website}/themes/beautifulhugo/layouts/_default/single.html (100%) rename {public => website}/themes/beautifulhugo/layouts/_default/terms.html (100%) rename {public => website}/themes/beautifulhugo/layouts/index.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/disqus.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/footer.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/footer_custom.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/head.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/head_custom.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/header.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/nav.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/post_meta.html (100%) rename {public => website}/themes/beautifulhugo/layouts/partials/translation_link.html (100%) rename {public => website}/themes/beautifulhugo/layouts/shortcodes/figure.html (100%) rename {public => website}/themes/beautifulhugo/layouts/shortcodes/gallery.html (100%) rename {public => website}/themes/beautifulhugo/layouts/shortcodes/load-photoswipe-theme.html (100%) rename {public => website}/themes/beautifulhugo/layouts/shortcodes/load-photoswipe.html (100%) rename {public => website}/themes/beautifulhugo/static/css/highlight.min.css (100%) rename {public => website}/themes/beautifulhugo/static/css/hugo-easy-gallery.css (100%) rename {public => website}/themes/beautifulhugo/static/css/main-minimal.css (100%) rename {public => website}/themes/beautifulhugo/static/css/main.css (100%) rename {public => website}/themes/beautifulhugo/static/css/pygment_highlights.css (100%) rename {public => website}/themes/beautifulhugo/static/img/404-southpark.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/avatar-favicon.png (100%) rename {public => website}/themes/beautifulhugo/static/img/avatar-icon.png (100%) rename {public => website}/themes/beautifulhugo/static/img/favicon.ico (100%) rename {public => website}/themes/beautifulhugo/static/img/hexagon-thumb.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/hexagon.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/path.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/sphere-thumb.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/sphere.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/triangle-thumb.jpg (100%) rename {public => website}/themes/beautifulhugo/static/img/triangle.jpg (100%) rename {public => website}/themes/beautifulhugo/static/js/bootstrap.js (100%) rename {public => website}/themes/beautifulhugo/static/js/bootstrap.min.js (100%) rename {public => website}/themes/beautifulhugo/static/js/highlight.min.js (100%) rename {public => website}/themes/beautifulhugo/static/js/jquery-1.11.2.min.js (100%) rename {public => website}/themes/beautifulhugo/static/js/load-photoswipe.js (100%) rename {public => website}/themes/beautifulhugo/static/js/main.js (100%) rename {public => website}/themes/beautifulhugo/theme.toml (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bce545..0653e46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,13 @@ variables: test: script: - - hugo + - hugo -s website -d public except: - web pages: script: - - hugo + - hugo -s website -d public artifacts: paths: - public diff --git a/public/.gitignore b/website/.gitignore similarity index 100% rename from public/.gitignore rename to website/.gitignore diff --git a/public/LICENSE b/website/LICENSE similarity index 100% rename from public/LICENSE rename to website/LICENSE diff --git a/public/README.md b/website/README.md similarity index 100% rename from public/README.md rename to website/README.md diff --git a/public/config.toml b/website/config.toml similarity index 100% rename from public/config.toml rename to website/config.toml diff --git a/public/content/_index.md b/website/content/_index.md similarity index 100% rename from public/content/_index.md rename to website/content/_index.md diff --git a/public/content/page/about.md b/website/content/page/about.md similarity index 100% rename from public/content/page/about.md rename to website/content/page/about.md diff --git a/public/content/post/2015-01-04-first-post.md b/website/content/post/2015-01-04-first-post.md similarity index 100% rename from public/content/post/2015-01-04-first-post.md rename to website/content/post/2015-01-04-first-post.md diff --git a/public/content/post/2015-01-19-soccer.md b/website/content/post/2015-01-19-soccer.md similarity index 100% rename from public/content/post/2015-01-19-soccer.md rename to website/content/post/2015-01-19-soccer.md diff --git a/public/content/post/2015-01-27-dear-diary.md b/website/content/post/2015-01-27-dear-diary.md similarity index 100% rename from public/content/post/2015-01-27-dear-diary.md rename to website/content/post/2015-01-27-dear-diary.md diff --git a/public/content/post/2015-02-13-hamlet-monologue.md b/website/content/post/2015-02-13-hamlet-monologue.md similarity index 100% rename from public/content/post/2015-02-13-hamlet-monologue.md rename to website/content/post/2015-02-13-hamlet-monologue.md diff --git a/public/content/post/2015-02-20-test-markdown.md b/website/content/post/2015-02-20-test-markdown.md similarity index 100% rename from public/content/post/2015-02-20-test-markdown.md rename to website/content/post/2015-02-20-test-markdown.md diff --git a/public/content/post/2015-02-26-flake-it-till-you-make-it.md b/website/content/post/2015-02-26-flake-it-till-you-make-it.md similarity index 100% rename from public/content/post/2015-02-26-flake-it-till-you-make-it.md rename to website/content/post/2015-02-26-flake-it-till-you-make-it.md diff --git a/public/content/post/2016-03-08-code-sample.md b/website/content/post/2016-03-08-code-sample.md similarity index 100% rename from public/content/post/2016-03-08-code-sample.md rename to website/content/post/2016-03-08-code-sample.md diff --git a/public/content/post/2017-03-05-math-sample.md b/website/content/post/2017-03-05-math-sample.md similarity index 100% rename from public/content/post/2017-03-05-math-sample.md rename to website/content/post/2017-03-05-math-sample.md diff --git a/public/content/post/2017-03-07-bigimg-sample.md b/website/content/post/2017-03-07-bigimg-sample.md similarity index 100% rename from public/content/post/2017-03-07-bigimg-sample.md rename to website/content/post/2017-03-07-bigimg-sample.md diff --git a/public/content/post/2017-03-20-photoswipe-gallery-sample.md b/website/content/post/2017-03-20-photoswipe-gallery-sample.md similarity index 100% rename from public/content/post/2017-03-20-photoswipe-gallery-sample.md rename to website/content/post/2017-03-20-photoswipe-gallery-sample.md diff --git a/public/content/post/2018-11-20-main-page.md b/website/content/post/2018-11-20-main-page.md similarity index 100% rename from public/content/post/2018-11-20-main-page.md rename to website/content/post/2018-11-20-main-page.md diff --git a/public/static/IRPF90_box.png b/website/static/IRPF90_box.png similarity index 100% rename from public/static/IRPF90_box.png rename to website/static/IRPF90_box.png diff --git a/public/static/favicon.ico b/website/static/favicon.ico similarity index 100% rename from public/static/favicon.ico rename to website/static/favicon.ico diff --git a/public/themes/Lanyon/layouts/index.html b/website/themes/Lanyon/layouts/index.html similarity index 100% rename from public/themes/Lanyon/layouts/index.html rename to website/themes/Lanyon/layouts/index.html diff --git a/public/themes/Lanyon/layouts/indexes/category.html b/website/themes/Lanyon/layouts/indexes/category.html similarity index 100% rename from public/themes/Lanyon/layouts/indexes/category.html rename to website/themes/Lanyon/layouts/indexes/category.html diff --git a/public/themes/Lanyon/layouts/indexes/indexes.html b/website/themes/Lanyon/layouts/indexes/indexes.html similarity index 100% rename from public/themes/Lanyon/layouts/indexes/indexes.html rename to website/themes/Lanyon/layouts/indexes/indexes.html diff --git a/public/themes/Lanyon/layouts/indexes/posts.html b/website/themes/Lanyon/layouts/indexes/posts.html similarity index 100% rename from public/themes/Lanyon/layouts/indexes/posts.html rename to website/themes/Lanyon/layouts/indexes/posts.html diff --git a/public/themes/Lanyon/layouts/partials/categories.html b/website/themes/Lanyon/layouts/partials/categories.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/categories.html rename to website/themes/Lanyon/layouts/partials/categories.html diff --git a/public/themes/Lanyon/layouts/partials/footer.html b/website/themes/Lanyon/layouts/partials/footer.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/footer.html rename to website/themes/Lanyon/layouts/partials/footer.html diff --git a/public/themes/Lanyon/layouts/partials/ga.html b/website/themes/Lanyon/layouts/partials/ga.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/ga.html rename to website/themes/Lanyon/layouts/partials/ga.html diff --git a/public/themes/Lanyon/layouts/partials/head_includes.html b/website/themes/Lanyon/layouts/partials/head_includes.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/head_includes.html rename to website/themes/Lanyon/layouts/partials/head_includes.html diff --git a/public/themes/Lanyon/layouts/partials/header.html b/website/themes/Lanyon/layouts/partials/header.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/header.html rename to website/themes/Lanyon/layouts/partials/header.html diff --git a/public/themes/Lanyon/layouts/partials/prev_next.html b/website/themes/Lanyon/layouts/partials/prev_next.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/prev_next.html rename to website/themes/Lanyon/layouts/partials/prev_next.html diff --git a/public/themes/Lanyon/layouts/partials/sidebar.html b/website/themes/Lanyon/layouts/partials/sidebar.html similarity index 100% rename from public/themes/Lanyon/layouts/partials/sidebar.html rename to website/themes/Lanyon/layouts/partials/sidebar.html diff --git a/public/themes/Lanyon/layouts/posts/li.html b/website/themes/Lanyon/layouts/posts/li.html similarity index 100% rename from public/themes/Lanyon/layouts/posts/li.html rename to website/themes/Lanyon/layouts/posts/li.html diff --git a/public/themes/Lanyon/layouts/posts/single.html b/website/themes/Lanyon/layouts/posts/single.html similarity index 100% rename from public/themes/Lanyon/layouts/posts/single.html rename to website/themes/Lanyon/layouts/posts/single.html diff --git a/public/themes/Lanyon/layouts/posts/summary.html b/website/themes/Lanyon/layouts/posts/summary.html similarity index 100% rename from public/themes/Lanyon/layouts/posts/summary.html rename to website/themes/Lanyon/layouts/posts/summary.html diff --git a/public/themes/Lanyon/static/css/lanyon.css b/website/themes/Lanyon/static/css/lanyon.css similarity index 100% rename from public/themes/Lanyon/static/css/lanyon.css rename to website/themes/Lanyon/static/css/lanyon.css diff --git a/public/themes/Lanyon/static/css/poole.css b/website/themes/Lanyon/static/css/poole.css similarity index 100% rename from public/themes/Lanyon/static/css/poole.css rename to website/themes/Lanyon/static/css/poole.css diff --git a/public/themes/beautifulhugo/.gitattributes b/website/themes/beautifulhugo/.gitattributes similarity index 100% rename from public/themes/beautifulhugo/.gitattributes rename to website/themes/beautifulhugo/.gitattributes diff --git a/public/themes/beautifulhugo/.gitignore b/website/themes/beautifulhugo/.gitignore similarity index 100% rename from public/themes/beautifulhugo/.gitignore rename to website/themes/beautifulhugo/.gitignore diff --git a/public/themes/beautifulhugo/LICENSE b/website/themes/beautifulhugo/LICENSE similarity index 100% rename from public/themes/beautifulhugo/LICENSE rename to website/themes/beautifulhugo/LICENSE diff --git a/public/themes/beautifulhugo/README.md b/website/themes/beautifulhugo/README.md similarity index 100% rename from public/themes/beautifulhugo/README.md rename to website/themes/beautifulhugo/README.md diff --git a/public/themes/beautifulhugo/archetypes/default.md b/website/themes/beautifulhugo/archetypes/default.md similarity index 100% rename from public/themes/beautifulhugo/archetypes/default.md rename to website/themes/beautifulhugo/archetypes/default.md diff --git a/public/themes/beautifulhugo/data/beautifulhugo/social.toml b/website/themes/beautifulhugo/data/beautifulhugo/social.toml similarity index 100% rename from public/themes/beautifulhugo/data/beautifulhugo/social.toml rename to website/themes/beautifulhugo/data/beautifulhugo/social.toml diff --git a/public/themes/beautifulhugo/i18n/en.yaml b/website/themes/beautifulhugo/i18n/en.yaml similarity index 100% rename from public/themes/beautifulhugo/i18n/en.yaml rename to website/themes/beautifulhugo/i18n/en.yaml diff --git a/public/themes/beautifulhugo/i18n/ja.yaml b/website/themes/beautifulhugo/i18n/ja.yaml similarity index 100% rename from public/themes/beautifulhugo/i18n/ja.yaml rename to website/themes/beautifulhugo/i18n/ja.yaml diff --git a/public/themes/beautifulhugo/i18n/ru.yaml b/website/themes/beautifulhugo/i18n/ru.yaml similarity index 100% rename from public/themes/beautifulhugo/i18n/ru.yaml rename to website/themes/beautifulhugo/i18n/ru.yaml diff --git a/public/themes/beautifulhugo/images/screenshot.png b/website/themes/beautifulhugo/images/screenshot.png similarity index 100% rename from public/themes/beautifulhugo/images/screenshot.png rename to website/themes/beautifulhugo/images/screenshot.png diff --git a/public/themes/beautifulhugo/images/tn.png b/website/themes/beautifulhugo/images/tn.png similarity index 100% rename from public/themes/beautifulhugo/images/tn.png rename to website/themes/beautifulhugo/images/tn.png diff --git a/public/themes/beautifulhugo/layouts/404.html b/website/themes/beautifulhugo/layouts/404.html similarity index 100% rename from public/themes/beautifulhugo/layouts/404.html rename to website/themes/beautifulhugo/layouts/404.html diff --git a/public/themes/beautifulhugo/layouts/_default/baseof.html b/website/themes/beautifulhugo/layouts/_default/baseof.html similarity index 100% rename from public/themes/beautifulhugo/layouts/_default/baseof.html rename to website/themes/beautifulhugo/layouts/_default/baseof.html diff --git a/public/themes/beautifulhugo/layouts/_default/list.html b/website/themes/beautifulhugo/layouts/_default/list.html similarity index 100% rename from public/themes/beautifulhugo/layouts/_default/list.html rename to website/themes/beautifulhugo/layouts/_default/list.html diff --git a/public/themes/beautifulhugo/layouts/_default/single.html b/website/themes/beautifulhugo/layouts/_default/single.html similarity index 100% rename from public/themes/beautifulhugo/layouts/_default/single.html rename to website/themes/beautifulhugo/layouts/_default/single.html diff --git a/public/themes/beautifulhugo/layouts/_default/terms.html b/website/themes/beautifulhugo/layouts/_default/terms.html similarity index 100% rename from public/themes/beautifulhugo/layouts/_default/terms.html rename to website/themes/beautifulhugo/layouts/_default/terms.html diff --git a/public/themes/beautifulhugo/layouts/index.html b/website/themes/beautifulhugo/layouts/index.html similarity index 100% rename from public/themes/beautifulhugo/layouts/index.html rename to website/themes/beautifulhugo/layouts/index.html diff --git a/public/themes/beautifulhugo/layouts/partials/disqus.html b/website/themes/beautifulhugo/layouts/partials/disqus.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/disqus.html rename to website/themes/beautifulhugo/layouts/partials/disqus.html diff --git a/public/themes/beautifulhugo/layouts/partials/footer.html b/website/themes/beautifulhugo/layouts/partials/footer.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/footer.html rename to website/themes/beautifulhugo/layouts/partials/footer.html diff --git a/public/themes/beautifulhugo/layouts/partials/footer_custom.html b/website/themes/beautifulhugo/layouts/partials/footer_custom.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/footer_custom.html rename to website/themes/beautifulhugo/layouts/partials/footer_custom.html diff --git a/public/themes/beautifulhugo/layouts/partials/head.html b/website/themes/beautifulhugo/layouts/partials/head.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/head.html rename to website/themes/beautifulhugo/layouts/partials/head.html diff --git a/public/themes/beautifulhugo/layouts/partials/head_custom.html b/website/themes/beautifulhugo/layouts/partials/head_custom.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/head_custom.html rename to website/themes/beautifulhugo/layouts/partials/head_custom.html diff --git a/public/themes/beautifulhugo/layouts/partials/header.html b/website/themes/beautifulhugo/layouts/partials/header.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/header.html rename to website/themes/beautifulhugo/layouts/partials/header.html diff --git a/public/themes/beautifulhugo/layouts/partials/nav.html b/website/themes/beautifulhugo/layouts/partials/nav.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/nav.html rename to website/themes/beautifulhugo/layouts/partials/nav.html diff --git a/public/themes/beautifulhugo/layouts/partials/post_meta.html b/website/themes/beautifulhugo/layouts/partials/post_meta.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/post_meta.html rename to website/themes/beautifulhugo/layouts/partials/post_meta.html diff --git a/public/themes/beautifulhugo/layouts/partials/translation_link.html b/website/themes/beautifulhugo/layouts/partials/translation_link.html similarity index 100% rename from public/themes/beautifulhugo/layouts/partials/translation_link.html rename to website/themes/beautifulhugo/layouts/partials/translation_link.html diff --git a/public/themes/beautifulhugo/layouts/shortcodes/figure.html b/website/themes/beautifulhugo/layouts/shortcodes/figure.html similarity index 100% rename from public/themes/beautifulhugo/layouts/shortcodes/figure.html rename to website/themes/beautifulhugo/layouts/shortcodes/figure.html diff --git a/public/themes/beautifulhugo/layouts/shortcodes/gallery.html b/website/themes/beautifulhugo/layouts/shortcodes/gallery.html similarity index 100% rename from public/themes/beautifulhugo/layouts/shortcodes/gallery.html rename to website/themes/beautifulhugo/layouts/shortcodes/gallery.html diff --git a/public/themes/beautifulhugo/layouts/shortcodes/load-photoswipe-theme.html b/website/themes/beautifulhugo/layouts/shortcodes/load-photoswipe-theme.html similarity index 100% rename from public/themes/beautifulhugo/layouts/shortcodes/load-photoswipe-theme.html rename to website/themes/beautifulhugo/layouts/shortcodes/load-photoswipe-theme.html diff --git a/public/themes/beautifulhugo/layouts/shortcodes/load-photoswipe.html b/website/themes/beautifulhugo/layouts/shortcodes/load-photoswipe.html similarity index 100% rename from public/themes/beautifulhugo/layouts/shortcodes/load-photoswipe.html rename to website/themes/beautifulhugo/layouts/shortcodes/load-photoswipe.html diff --git a/public/themes/beautifulhugo/static/css/highlight.min.css b/website/themes/beautifulhugo/static/css/highlight.min.css similarity index 100% rename from public/themes/beautifulhugo/static/css/highlight.min.css rename to website/themes/beautifulhugo/static/css/highlight.min.css diff --git a/public/themes/beautifulhugo/static/css/hugo-easy-gallery.css b/website/themes/beautifulhugo/static/css/hugo-easy-gallery.css similarity index 100% rename from public/themes/beautifulhugo/static/css/hugo-easy-gallery.css rename to website/themes/beautifulhugo/static/css/hugo-easy-gallery.css diff --git a/public/themes/beautifulhugo/static/css/main-minimal.css b/website/themes/beautifulhugo/static/css/main-minimal.css similarity index 100% rename from public/themes/beautifulhugo/static/css/main-minimal.css rename to website/themes/beautifulhugo/static/css/main-minimal.css diff --git a/public/themes/beautifulhugo/static/css/main.css b/website/themes/beautifulhugo/static/css/main.css similarity index 100% rename from public/themes/beautifulhugo/static/css/main.css rename to website/themes/beautifulhugo/static/css/main.css diff --git a/public/themes/beautifulhugo/static/css/pygment_highlights.css b/website/themes/beautifulhugo/static/css/pygment_highlights.css similarity index 100% rename from public/themes/beautifulhugo/static/css/pygment_highlights.css rename to website/themes/beautifulhugo/static/css/pygment_highlights.css diff --git a/public/themes/beautifulhugo/static/img/404-southpark.jpg b/website/themes/beautifulhugo/static/img/404-southpark.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/404-southpark.jpg rename to website/themes/beautifulhugo/static/img/404-southpark.jpg diff --git a/public/themes/beautifulhugo/static/img/avatar-favicon.png b/website/themes/beautifulhugo/static/img/avatar-favicon.png similarity index 100% rename from public/themes/beautifulhugo/static/img/avatar-favicon.png rename to website/themes/beautifulhugo/static/img/avatar-favicon.png diff --git a/public/themes/beautifulhugo/static/img/avatar-icon.png b/website/themes/beautifulhugo/static/img/avatar-icon.png similarity index 100% rename from public/themes/beautifulhugo/static/img/avatar-icon.png rename to website/themes/beautifulhugo/static/img/avatar-icon.png diff --git a/public/themes/beautifulhugo/static/img/favicon.ico b/website/themes/beautifulhugo/static/img/favicon.ico similarity index 100% rename from public/themes/beautifulhugo/static/img/favicon.ico rename to website/themes/beautifulhugo/static/img/favicon.ico diff --git a/public/themes/beautifulhugo/static/img/hexagon-thumb.jpg b/website/themes/beautifulhugo/static/img/hexagon-thumb.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/hexagon-thumb.jpg rename to website/themes/beautifulhugo/static/img/hexagon-thumb.jpg diff --git a/public/themes/beautifulhugo/static/img/hexagon.jpg b/website/themes/beautifulhugo/static/img/hexagon.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/hexagon.jpg rename to website/themes/beautifulhugo/static/img/hexagon.jpg diff --git a/public/themes/beautifulhugo/static/img/path.jpg b/website/themes/beautifulhugo/static/img/path.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/path.jpg rename to website/themes/beautifulhugo/static/img/path.jpg diff --git a/public/themes/beautifulhugo/static/img/sphere-thumb.jpg b/website/themes/beautifulhugo/static/img/sphere-thumb.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/sphere-thumb.jpg rename to website/themes/beautifulhugo/static/img/sphere-thumb.jpg diff --git a/public/themes/beautifulhugo/static/img/sphere.jpg b/website/themes/beautifulhugo/static/img/sphere.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/sphere.jpg rename to website/themes/beautifulhugo/static/img/sphere.jpg diff --git a/public/themes/beautifulhugo/static/img/triangle-thumb.jpg b/website/themes/beautifulhugo/static/img/triangle-thumb.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/triangle-thumb.jpg rename to website/themes/beautifulhugo/static/img/triangle-thumb.jpg diff --git a/public/themes/beautifulhugo/static/img/triangle.jpg b/website/themes/beautifulhugo/static/img/triangle.jpg similarity index 100% rename from public/themes/beautifulhugo/static/img/triangle.jpg rename to website/themes/beautifulhugo/static/img/triangle.jpg diff --git a/public/themes/beautifulhugo/static/js/bootstrap.js b/website/themes/beautifulhugo/static/js/bootstrap.js similarity index 100% rename from public/themes/beautifulhugo/static/js/bootstrap.js rename to website/themes/beautifulhugo/static/js/bootstrap.js diff --git a/public/themes/beautifulhugo/static/js/bootstrap.min.js b/website/themes/beautifulhugo/static/js/bootstrap.min.js similarity index 100% rename from public/themes/beautifulhugo/static/js/bootstrap.min.js rename to website/themes/beautifulhugo/static/js/bootstrap.min.js diff --git a/public/themes/beautifulhugo/static/js/highlight.min.js b/website/themes/beautifulhugo/static/js/highlight.min.js similarity index 100% rename from public/themes/beautifulhugo/static/js/highlight.min.js rename to website/themes/beautifulhugo/static/js/highlight.min.js diff --git a/public/themes/beautifulhugo/static/js/jquery-1.11.2.min.js b/website/themes/beautifulhugo/static/js/jquery-1.11.2.min.js similarity index 100% rename from public/themes/beautifulhugo/static/js/jquery-1.11.2.min.js rename to website/themes/beautifulhugo/static/js/jquery-1.11.2.min.js diff --git a/public/themes/beautifulhugo/static/js/load-photoswipe.js b/website/themes/beautifulhugo/static/js/load-photoswipe.js similarity index 100% rename from public/themes/beautifulhugo/static/js/load-photoswipe.js rename to website/themes/beautifulhugo/static/js/load-photoswipe.js diff --git a/public/themes/beautifulhugo/static/js/main.js b/website/themes/beautifulhugo/static/js/main.js similarity index 100% rename from public/themes/beautifulhugo/static/js/main.js rename to website/themes/beautifulhugo/static/js/main.js diff --git a/public/themes/beautifulhugo/theme.toml b/website/themes/beautifulhugo/theme.toml similarity index 100% rename from public/themes/beautifulhugo/theme.toml rename to website/themes/beautifulhugo/theme.toml