diff --git a/_sql_cheats/index.html b/_sql_cheats/index.html
new file mode 100644
index 00000000..a6b809ea
--- /dev/null
+++ b/_sql_cheats/index.html
@@ -0,0 +1,24 @@
+---
+title: "SQL Cheats"
+layout: collection_index
+---
+
SQL Cheats
+
+
+
+ {% for collection in site.collections %}
+
+ {% if page.path contains collection.label %}
+
+ {% assign sorted_docs = (collection.docs | sort: 'title') %}
+ {% for doc in sorted_docs %}
+
+ {% unless doc.url contains "index" %}
+ -
+ {{ doc.title}}
+
+ {% endunless %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
diff --git a/_how_to/How-To-Catalog-Fossil-Material.markdown b/archive/How-To-Catalog-Fossil-Material.markdown
similarity index 100%
rename from _how_to/How-To-Catalog-Fossil-Material.markdown
rename to archive/How-To-Catalog-Fossil-Material.markdown