From: Aaron Taylor Date: Sun, 8 Nov 2020 04:49:26 +0000 (-0800) Subject: Added "development" and "production" categories to website. X-Git-Url: https://git.subgeniuskitty.com/website_subgeniuskitty.com/.git/commitdiff_plain/a4bda3a593233382f09dd8017992008eb73621d8 Added "development" and "production" categories to website. --- 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