From fff15cda5c17573ecb26c213000dd0042a6059c0 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Tue, 14 Apr 2015 18:39:21 +0100 Subject: [PATCH] Initial site layout. Lets check this works on github etc. --- README.md | 7 ++- _includes/header.html | 10 +--- _layouts/default.html | 3 + _layouts/post.html | 15 ----- _posts/0001-01-01-armcortex.markdown | 34 +++++++++++ _posts/0002-01-01-gps.markdown | 34 +++++++++++ _sass/_custom.scss | 69 ++++------------------ assets/hab.jpg | Bin 25802 -> 0 bytes assets/pico-tracker-apr-2015.jpg | Bin 0 -> 996432 bytes assets/pico-tracker-orig.jpg | Bin 309389 -> 0 bytes assets/pico-tracker.jpg | Bin 30093 -> 0 bytes assets/rocketlaunch.jpg | Bin 42931 -> 0 bytes index.html | 85 ++++++--------------------- 13 files changed, 106 insertions(+), 151 deletions(-) delete mode 100644 _layouts/post.html create mode 100644 _posts/0001-01-01-armcortex.markdown create mode 100644 _posts/0002-01-01-gps.markdown delete mode 100644 assets/hab.jpg create mode 100644 assets/pico-tracker-apr-2015.jpg delete mode 100644 assets/pico-tracker-orig.jpg delete mode 100644 assets/pico-tracker.jpg delete mode 100644 assets/rocketlaunch.jpg diff --git a/README.md b/README.md index 6d9a1d9..c280981 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -bristol-seds.github.io +bristol-seds.github.io/pico-tracker ====================== -Available at http://bristol-seds.github.io/. +Available at http://bristol-seds.github.io/pico-tracker. ## Running the server for local testing @@ -14,6 +14,9 @@ Start Jekyll: Note that changes to `_config.yml` may require restarting the server. +#Items from the main site, may not work here: + + ## Adding photo carousels First put all photos in the `asset_path` directory for a post. Then list all in the front-matter like so: diff --git a/_includes/header.html b/_includes/header.html index b8961ce..777f167 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,18 +16,10 @@