diff --git a/.gitignore b/.gitignore index f23c341..5e5ce06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -export/ +publish/ .venv/ *.conf +__pycache__ diff --git a/Makefile b/Makefile index db224c8..4fcbb36 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ clean: - rm --recursive --force export + rm --recursive --force publish rm --force nginx.conf diff --git a/index.html b/index.html deleted file mode 100644 index 0687d6f..0000000 --- a/index.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - All Around Here - - - - - - - - - - - - - - -
- -
- -
- - -

All Around Here

- -

- This is a project of mine where I turn my random travels, undirected wanderings, and - unexpected discoveries into something other people can enjoy along with me. There are a - lot of cool things in the world and I like to find them, wherever I happen to be. If you're - interested in seeing some of these arbitrary oddities then check out the links below. -

- - - - -
- - - diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 213d6b6..0000000 --- a/robots.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Allow all bots -User-agent: * - -# Disallow access to non-content directories -Disallow: /css -Disallow: /js -Disallow: /error - -Sitemap: https://allaroundhere.org/sitemap.xml