Bristol SEDS Pico Tracker with Si4063/Si4060 Tx
 
 
 
 
 
Go to file
Richard Meadows c7bf94460f point at the repo version (ubseds6) shown in the image, rather than the head which has changed a bit
well it's almost the same version
2016-02-01 22:07:38 +00:00
_includes Ooops that broke things. Try again? 2015-04-15 10:37:08 +01:00
_layouts Initial site layout. Lets check this works on github etc. 2015-04-14 18:39:21 +01:00
_posts rewrote arm paragraph 2015-05-17 10:51:01 +01:00
_sass Added different icons for hardware/software, added more components 2015-04-15 14:55:14 +01:00
assets Added pa match schematic image 2015-05-16 23:24:19 +01:00
lib Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
.gitignore Added .gitignore, removed static copy of site, removed people images 2015-04-14 17:19:40 +01:00
404.html Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
README.md Initial site layout. Lets check this works on github etc. 2015-04-14 18:39:21 +01:00
_config.yml Added twitter, re-wrote title 2015-05-16 21:35:37 +01:00
about.md Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-57x57.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-60x60.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-72x72.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-76x76.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-114x114.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-120x120.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-144x144.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-152x152.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-180x180.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon-precomposed.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
apple-touch-icon.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
browserconfig.xml Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
committee.html Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon-16x16.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon-32x32.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon-96x96.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon-160x160.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon-192x192.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
favicon.ico Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
humans.txt Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
index.html point at the repo version (ubseds6) shown in the image, rather than the head which has changed a bit 2016-02-01 22:07:38 +00:00
main.scss Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
mstile-70x70.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
mstile-144x144.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
mstile-150x150.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
mstile-310x150.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
mstile-310x310.png Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
projects.html Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
robots.txt Imported most of the main ubseds site, we'll use this as a base 2015-04-14 17:10:41 +01:00
scroll.js Interactive circles on the picture thing 2015-04-14 21:09:53 +01:00

README.md

bristol-seds.github.io/pico-tracker

Available at http://bristol-seds.github.io/pico-tracker.

Running the server for local testing

You need Jekyll installed:

$ sudo gem install jekyll RedCloth

Start Jekyll:

$ jekyll serve --watch

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:

photos:
  - url: photo1.jpg
  - url: photo2.jpg
  - url: photo3.jpg

Then simply add {% raw %}{% include carousel.html %}{% raw %} where you want the carousel.

Adding Javascript to posts

Make sure your post has an asset_path key-value pair.

Google Maps

Add a new key, maps:, with a list of url: key-value pairs as its value, each having a script containing a Google Maps generator as its value, e.g.:

maps:
  - url: map1.js
  - url: map2.js

The scripts should be placed in the asset_path directory. For each map, insert a <div> tag into the post, with a unique ID referenced by the map generator script. TO-DO: Google Maps KML files must be hosted publicly. Find a way to automatically insert the KML file's fully-qualified url into a map script. Currently I'm just hosting them from http://samhatfield.co.uk