This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".

The branch, master has been updated
       via  95d1bb520a916ed1398244f93e08456410194d73 (commit)
      from  a1bc8a51c5129b2379b597756ba8c4ad3188004f (commit)


Summary of changes:
 blogdata/config |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 95d1bb520a916ed1398244f93e08456410194d73
Author: Gregory Collins <[email protected]>
Date:   Mon Jun 13 11:20:27 2011 -0400

    Update snap-static-pages, uses JSON for config now

diff --git a/blogdata/config b/blogdata/config
index 9f2fdc7..5be44e6 100644
--- a/blogdata/config
+++ b/blogdata/config
@@ -1,12 +1,6 @@
-[default]
-siteurl = http://snapframework.com
-
-# posts are mapped to this URL
-baseurl = /blog
-
-
-[feed]
-title    = Snap Framework Blog
-authors  = Snap Framework <[email protected]>
-#icon     = /static/icon.png
-skipurls = 
+{ "feedTitle": "Snap Framework Blog",
+  "feedAuthors": "Snap Framework <[email protected]>",
+  "baseURL": "/blog",
+  "siteURL": "http://snapframework.com";,
+  "icon": "/static/icon.png"
+}
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
https://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to