From a4bda3a593233382f09dd8017992008eb73621d8 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 7 Nov 2020 20:49:26 -0800 Subject: [PATCH] Added "development" and "production" categories to website. --- data/development/index.md | 4 ++++ data/development/index.metadata | 6 ++++++ data/production/index.md | 2 ++ data/production/index.metadata | 6 ++++++ 4 files changed, 18 insertions(+) create mode 100644 data/development/index.md create mode 100644 data/development/index.metadata create mode 100644 data/production/index.md create mode 100644 data/production/index.metadata diff --git a/data/development/index.md b/data/development/index.md new file mode 100644 index 0000000..1bffb02 --- /dev/null +++ b/data/development/index.md @@ -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 index 0000000..3fa08bb --- /dev/null +++ b/data/development/index.metadata @@ -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 index 0000000..743a41f --- /dev/null +++ b/data/production/index.md @@ -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 index 0000000..f8af582 --- /dev/null +++ b/data/production/index.metadata @@ -0,0 +1,6 @@ +[DEFAULT] +page_title = Production +meta_keywords = +meta_description = +menu_text = Production +menu_priority = 7000 -- 2.20.1