[gimp-web/gimp-web-static] Adding a Meta page about this revamp and infrastructure.



commit b3ae876c520604d6d71a979efe0e637b2ec61753
Author: Pat David <pat patdavid net>
Date:   Sat Aug 1 09:16:33 2015 -0500

    Adding a Meta page about this revamp and infrastructure.

 content/pages/meta.md              |   27 +++++++++++++++++++++++++++
 themes/newgimp/static/css/page.css |    2 ++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/content/pages/meta.md b/content/pages/meta.md
new file mode 100644
index 0000000..6b252ca
--- /dev/null
+++ b/content/pages/meta.md
@@ -0,0 +1,27 @@
+Title: Meta
+Date: 2015-07-29T14:40:35-05:00
+Modified: 2015-07-29T14:40:43-05:00
+Authors: Pat David
+Summary: A page about the new site.
+
+
+
+I (Pat David) am creating this page to keep notes and information for building/maintaining the new site.
+
+
+## A Static Site
+
+Technically, the previous site could be considered "static".
+There was some simple templating that was occuring using server side includes (SSI) in Apache.
+The previous site infrastructure was fast and worked very well.
+
+*Unless* you consider it in the context of ease-of-use and collaboration.
+
+Working directly on the website required a possible committer to:
+
+* Get a working Apache instance up and running (including SSI)
+* Get familiar with GIT
+* Be comfortable writing everything in plain HTML.
+* Understand how SSI works in Apache.
+
+
diff --git a/themes/newgimp/static/css/page.css b/themes/newgimp/static/css/page.css
index 7ac1642..4d05df6 100644
--- a/themes/newgimp/static/css/page.css
+++ b/themes/newgimp/static/css/page.css
@@ -16,10 +16,12 @@
     max-width: 33rem;
     margin: 0 auto;
     display: block;
+    color: #666;
 }
 
 .page_content p {
     max-width: 34rem;
     margin-bottom: 1rem;
+    color: #666;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]