From 691f92d90da74daa0d59ab5ed1dcedfa32bff8bb Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:57:49 -0500 Subject: [PATCH] Cleanup project meta Add makefile clean target Update gitignore Remove unused site static resources --- .gitignore | 3 +- Makefile | 2 +- index.html | 115 ----------------------------------------------------- robots.txt | 9 ----- 4 files changed, 3 insertions(+), 126 deletions(-) delete mode 100644 index.html delete mode 100644 robots.txt 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