diff options
| -rw-r--r-- | db.json | 40 | ||||
| -rw-r--r-- | templates/index.liquid | 12 |
2 files changed, 40 insertions, 12 deletions
@@ -1,8 +1,8 @@ { "entry": [ { - "id": "gossip-1", - "title": "Gossip #1", + "id": "story-1", + "title": "Story #1", "date": "2017.08.18", "tags": "#gossip #folkestone #chat #chatting", "body": "Someone ordered 200 pizzas to the Folkestone airport. Nobody knows who it was! Air traffic control was forced to ground all planes in the area in order to hold an impromptu pizza party so none of the pizza is wasted. Still, it is a mystery...", @@ -19,24 +19,48 @@ "height": "360", "title": "Ice water", "thumb": "http://i.ytimg.com/vi/L6rp9JV4YmI/hqdefault.jpg", - "autoplay": "false", + "autoplay": "true", "loop": "false" }, { "uri": "https://marsupial.s3.amazonaws.com/folkestone/2b3fd230-845c-11e7-a8c9-a30c2f9d00ca.jpg", - "caption": "", - "type": "image", "width": "2296", - "height": "2296" + "height": "2296", + "caption": "", + "type": "image" } ] + }, + { + "id": "story-2", + "title": "Story #2", + "date": "", + "tags": "", + "body": "", + "gallery": false, + "disabled": false, + "__index": 1, + "dateCreated": "Sun, 20 Aug 2017 19:32:50 GMT", + "media": [] + }, + { + "id": "story-3", + "title": "Story #3", + "date": "", + "tags": "", + "body": ":3", + "gallery": false, + "disabled": false, + "__index": 2, + "dateCreated": "Sun, 20 Aug 2017 19:33:36 GMT", + "media": [] } ], "page": [ { "id": "about", - "title": "About", - "body": "Folkstone is an art school...\r\n\r\nDrama is a Fine Art!\r\n\r\nWelcome home!\r\n\r\nPerhaps you’d like to spend\r\n\r\nthe rest of eternity\r\n\r\nthinking about what happened\r\n\r\nwhen you were partying over here?\r\n\r\nMay the shore show you the ropes…", + "title": "We really care...", + "body": "Welcome home!\r\n\r\nPerhaps you’d like to spend\r\n\r\nthe rest of eternity\r\n\r\nthinking about what happened\r\n\r\nwhen you were partying over here?\r\n\r\nMay the shore show you the ropes…", "disabled": false, "__index": 0, "dateCreated": "Fri, 18 Aug 2017 21:08:32 GMT" diff --git a/templates/index.liquid b/templates/index.liquid index 57f2238..eea39fe 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -1,16 +1,20 @@ <!doctype html> <html> <head> -<title>The Folkestone Gossip</title> +<title>How to make a Folkestone.</title> <link href='/assets/css.css' rel='stylesheet' type='text/css'> </head> <body> +<center> <div id='header'> - <h1>The Folkestone Gossip</h1> + <h1>How to make a Folkestone.</h1> + <a href="https://docs.google.com/forms/d/10dqrK_3UZW_xlPWQLERd0xTwVONryyicNuz2aYz3X_I/edit?c=0&w=1"<h2>Participate!</h2></a> <div id='tags'></div> -</div> +</div></center> +<br> +<center> <div id='body'> {% for entry in entries %} {% unless entry.disabled %} @@ -19,7 +23,7 @@ </div> {% endunless %} {% endfor %} -</div> +</div></center> {% for page in pages %} {% unless page.disabled %} |
