diff --git a/build.py b/build.py new file mode 100644 index 0000000..e69de29 diff --git a/error/400.html b/error/400.html new file mode 100644 index 0000000..e69de29 diff --git a/error/404.html b/error/404.html new file mode 100644 index 0000000..e69de29 diff --git a/error/500.html b/error/500.html new file mode 100644 index 0000000..e69de29 diff --git a/error/502.html b/error/502.html new file mode 100644 index 0000000..e69de29 diff --git a/explore/config.yaml b/explore/config.yaml new file mode 100644 index 0000000..36db793 --- /dev/null +++ b/explore/config.yaml @@ -0,0 +1,7 @@ +--- +posts: + - title: A 1:1 recreation of the set for Star Trek the Original Series + slug: star-trek-set-tours + location: Ticonderoga, NY + date: 2020-01-01 + banner: https://cdn.enp.one/img/backgrounds/cl-photo-denver.jpg diff --git a/explore/index.html b/explore/index.html deleted file mode 100644 index f88480e..0000000 --- a/explore/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Explore All Around Here - - - - - - - - - - - - - - -
- -
- -
- -
- - - -
- - - diff --git a/explore/index.html.j2 b/explore/index.html.j2 new file mode 100644 index 0000000..661ebc3 --- /dev/null +++ b/explore/index.html.j2 @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Explore All Around Here + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ + + +
+ + + diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..6886921 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[tool.poetry] +name = "allaroundhere.org" +version = "0.0.0" +description = "" +authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] +license = "MIT" + +[tool.poetry.dependencies] +python = "^3.8" + +[tool.poetry.dev-dependencies] + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" diff --git a/css/explore.css b/static/css/explore.css similarity index 100% rename from css/explore.css rename to static/css/explore.css diff --git a/css/style.css b/static/css/style.css similarity index 100% rename from css/style.css rename to static/css/style.css diff --git a/index.html b/static/index.html similarity index 100% rename from index.html rename to static/index.html diff --git a/js/custom.js b/static/js/custom.js similarity index 100% rename from js/custom.js rename to static/js/custom.js diff --git a/robots.txt b/static/robots.txt similarity index 100% rename from robots.txt rename to static/robots.txt diff --git a/sitemap.xml b/static/sitemap.xml similarity index 100% rename from sitemap.xml rename to static/sitemap.xml