From 03c98c3783ec5cb83737a14ec32dfc97eca53435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 18 Mar 2020 10:17:55 -0400 Subject: [PATCH] Move everything into top-level directory so Gitlab pages can find Hugo ... can't find a way to tell it where Hugo's config.toml is, drag. --- .gitmodules | 4 ++-- {web/archetypes => archetypes}/default.md | 0 {web/assets => assets}/agaric-blue.scss | 0 web/config.toml => config.toml | 0 {web/content => content}/_index.md | 0 {web/content => content}/hooks.md | 0 .../images/adam-scott-conan-stare.gif | Bin .../content => content}/images/adam-scott-stare.gif | Bin .../images/agaric-logo-stacked.png | Bin .../images/conan-deadpan-stare.gif | Bin .../images/create-frankenstein-reanimate.png | Bin .../images/create-frankenstein-unmodified.png | Bin .../images/frankenstein-location-in-ranger.png | Bin .../images/module-project-drupal-org.png | Bin {web/content => content}/images/o-midcamp.png | Bin .../images/stack-overflow-helping-devs-quit-vim.png | Bin web/themes/reveal-hugo | 1 - 17 files changed, 2 insertions(+), 3 deletions(-) rename {web/archetypes => archetypes}/default.md (100%) rename {web/assets => assets}/agaric-blue.scss (100%) rename web/config.toml => config.toml (100%) rename {web/content => content}/_index.md (100%) rename {web/content => content}/hooks.md (100%) rename {web/content => content}/images/adam-scott-conan-stare.gif (100%) rename {web/content => content}/images/adam-scott-stare.gif (100%) rename {web/content => content}/images/agaric-logo-stacked.png (100%) rename {web/content => content}/images/conan-deadpan-stare.gif (100%) rename {web/content => content}/images/create-frankenstein-reanimate.png (100%) rename {web/content => content}/images/create-frankenstein-unmodified.png (100%) rename {web/content => content}/images/frankenstein-location-in-ranger.png (100%) rename {web/content => content}/images/module-project-drupal-org.png (100%) rename {web/content => content}/images/o-midcamp.png (100%) rename {web/content => content}/images/stack-overflow-helping-devs-quit-vim.png (100%) delete mode 160000 web/themes/reveal-hugo diff --git a/.gitmodules b/.gitmodules index 6e3d3be..b841716 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "web/themes/reveal-hugo"] - path = web/themes/reveal-hugo +[submodule "themes/reveal-hugo"] + path = themes/reveal-hugo url = https://github.com/dzello/reveal-hugo.git diff --git a/web/archetypes/default.md b/archetypes/default.md similarity index 100% rename from web/archetypes/default.md rename to archetypes/default.md diff --git a/web/assets/agaric-blue.scss b/assets/agaric-blue.scss similarity index 100% rename from web/assets/agaric-blue.scss rename to assets/agaric-blue.scss diff --git a/web/config.toml b/config.toml similarity index 100% rename from web/config.toml rename to config.toml diff --git a/web/content/_index.md b/content/_index.md similarity index 100% rename from web/content/_index.md rename to content/_index.md diff --git a/web/content/hooks.md b/content/hooks.md similarity index 100% rename from web/content/hooks.md rename to content/hooks.md diff --git a/web/content/images/adam-scott-conan-stare.gif b/content/images/adam-scott-conan-stare.gif similarity index 100% rename from web/content/images/adam-scott-conan-stare.gif rename to content/images/adam-scott-conan-stare.gif diff --git a/web/content/images/adam-scott-stare.gif b/content/images/adam-scott-stare.gif similarity index 100% rename from web/content/images/adam-scott-stare.gif rename to content/images/adam-scott-stare.gif diff --git a/web/content/images/agaric-logo-stacked.png b/content/images/agaric-logo-stacked.png similarity index 100% rename from web/content/images/agaric-logo-stacked.png rename to content/images/agaric-logo-stacked.png diff --git a/web/content/images/conan-deadpan-stare.gif b/content/images/conan-deadpan-stare.gif similarity index 100% rename from web/content/images/conan-deadpan-stare.gif rename to content/images/conan-deadpan-stare.gif diff --git a/web/content/images/create-frankenstein-reanimate.png b/content/images/create-frankenstein-reanimate.png similarity index 100% rename from web/content/images/create-frankenstein-reanimate.png rename to content/images/create-frankenstein-reanimate.png diff --git a/web/content/images/create-frankenstein-unmodified.png b/content/images/create-frankenstein-unmodified.png similarity index 100% rename from web/content/images/create-frankenstein-unmodified.png rename to content/images/create-frankenstein-unmodified.png diff --git a/web/content/images/frankenstein-location-in-ranger.png b/content/images/frankenstein-location-in-ranger.png similarity index 100% rename from web/content/images/frankenstein-location-in-ranger.png rename to content/images/frankenstein-location-in-ranger.png diff --git a/web/content/images/module-project-drupal-org.png b/content/images/module-project-drupal-org.png similarity index 100% rename from web/content/images/module-project-drupal-org.png rename to content/images/module-project-drupal-org.png diff --git a/web/content/images/o-midcamp.png b/content/images/o-midcamp.png similarity index 100% rename from web/content/images/o-midcamp.png rename to content/images/o-midcamp.png diff --git a/web/content/images/stack-overflow-helping-devs-quit-vim.png b/content/images/stack-overflow-helping-devs-quit-vim.png similarity index 100% rename from web/content/images/stack-overflow-helping-devs-quit-vim.png rename to content/images/stack-overflow-helping-devs-quit-vim.png diff --git a/web/themes/reveal-hugo b/web/themes/reveal-hugo deleted file mode 160000 index a54265a..0000000 --- a/web/themes/reveal-hugo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a54265ad7d72123931b16f92b07c2fcffb5a3474