Added "development" and "production" categories to website.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 04:49:26 +0000 (20:49 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 04:49:26 +0000 (20:49 -0800)
data/development/index.md [new file with mode: 0644]
data/development/index.metadata [new file with mode: 0644]
data/production/index.md [new file with mode: 0644]
data/production/index.metadata [new file with mode: 0644]

diff --git a/data/development/index.md b/data/development/index.md
new file mode 100644 (file)
index 0000000..1bffb02
--- /dev/null
@@ -0,0 +1,4 @@
+Welcome to my development folder. This is a catchall for anything that isn't
+'production' ready. In addition to technical projects, both complete and
+incomplete, which lack sufficient documentation or testing, it also includes
+personal photos, notes, and anything that doesn't fit elsewhere.
diff --git a/data/development/index.metadata b/data/development/index.metadata
new file mode 100644 (file)
index 0000000..3fa08bb
--- /dev/null
@@ -0,0 +1,6 @@
+[DEFAULT]
+page_title = Development
+meta_keywords = 
+meta_description = 
+menu_text = Development
+menu_priority = 6000
diff --git a/data/production/index.md b/data/production/index.md
new file mode 100644 (file)
index 0000000..743a41f
--- /dev/null
@@ -0,0 +1,2 @@
+Welcome to my production folder. This contains projects that are complete,
+include useable documentation and have been used/tested in some fashion.
diff --git a/data/production/index.metadata b/data/production/index.metadata
new file mode 100644 (file)
index 0000000..f8af582
--- /dev/null
@@ -0,0 +1,6 @@
+[DEFAULT]
+page_title = Production
+meta_keywords = 
+meta_description = 
+menu_text = Production
+menu_priority = 7000