From 97ab9bb999a01851ac11bec42c93d2dee1099b96 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Wed, 27 Mar 2019 15:59:13 -0400 Subject: [PATCH] Add projects to repo to build site from. --- models/bolex_rewind_key_handle/meta.json | 3 +++ projects/audioloom.json | 7 +++++++ projects/frameloom.json | 8 ++++++++ projects/intval2.json | 7 +++++++ projects/intval3.json | 7 +++++++ projects/mcopy.json | 8 ++++++++ projects/tools.json | 6 ++++++ projects/v2f.json | 7 +++++++ 8 files changed, 53 insertions(+) create mode 100644 models/bolex_rewind_key_handle/meta.json create mode 100644 projects/audioloom.json create mode 100644 projects/frameloom.json create mode 100644 projects/intval2.json create mode 100644 projects/intval3.json create mode 100644 projects/mcopy.json create mode 100644 projects/tools.json create mode 100644 projects/v2f.json diff --git a/models/bolex_rewind_key_handle/meta.json b/models/bolex_rewind_key_handle/meta.json new file mode 100644 index 0000000..ef4e0de --- /dev/null +++ b/models/bolex_rewind_key_handle/meta.json @@ -0,0 +1,3 @@ +{ + "buy" : "https://www.shapeways.com/product/PQMJJS9NF/bolex-rewind-key-handle" +} \ No newline at end of file diff --git a/projects/audioloom.json b/projects/audioloom.json new file mode 100644 index 0000000..6d5e0f6 --- /dev/null +++ b/projects/audioloom.json @@ -0,0 +1,7 @@ +{ + "title" : "audioloom", + "repo": "https://github.com/sixteenmillimeter/audioloom", + "readme": "https://raw.githubusercontent.com/sixteenmillimeter/audioloom/master/README.md", + "image": "/img/audioloom.gif", + "link": "/projects/audioloom" +} \ No newline at end of file diff --git a/projects/frameloom.json b/projects/frameloom.json new file mode 100644 index 0000000..13cba57 --- /dev/null +++ b/projects/frameloom.json @@ -0,0 +1,8 @@ +{ + "title" : "frameloom", + "repo": "https://github.com/sixteenmillimeter/frameloom", + "readme": "https://raw.githubusercontent.com/sixteenmillimeter/frameloom/master/README.md", + "image": "/img/frameloom.png", + "gif": "/img/frameloom.gif", + "link": "/projects/frameloom" +} \ No newline at end of file diff --git a/projects/intval2.json b/projects/intval2.json new file mode 100644 index 0000000..244ccbc --- /dev/null +++ b/projects/intval2.json @@ -0,0 +1,7 @@ +{ + "title" : "intval2", + "repo": "https://github.com/sixteenmillimeter/intval2", + "readme": "https://raw.githubusercontent.com/sixteenmillimeter/intval2/master/Readme.md", + "image": "/img/intval.png", + "link": "/projects/intval2" +} \ No newline at end of file diff --git a/projects/intval3.json b/projects/intval3.json new file mode 100644 index 0000000..8822e5d --- /dev/null +++ b/projects/intval3.json @@ -0,0 +1,7 @@ +{ + "title" : "intval3", + "repo": "https://github.com/sixteenmillimeter/intval3", + "readme": "https://raw.githubusercontent.com/sixteenmillimeter/intval3/master/Readme.md", + "image": "/img/intval3.png", + "link": "/projects/intval3" +} \ No newline at end of file diff --git a/projects/mcopy.json b/projects/mcopy.json new file mode 100644 index 0000000..0941d0a --- /dev/null +++ b/projects/mcopy.json @@ -0,0 +1,8 @@ +{ + "title" : "mcopy", + "repo" : "https://github.com/sixteenmillimeter/mcopy", + "link" : "/projects/mcopy", + "readme" : "https://raw.githubusercontent.com/sixteenmillimeter/mcopy/master/Readme.md", + "image" : "/img/mcopy.png", + "gif" : "/img/mcopy.gif" +} \ No newline at end of file diff --git a/projects/tools.json b/projects/tools.json new file mode 100644 index 0000000..ca91241 --- /dev/null +++ b/projects/tools.json @@ -0,0 +1,6 @@ +{ + "title" : "tools", + "src": "src/tools/", + "image": "/img/tools.png", + "link": "https://m.sixteenmillimeter.com" +} \ No newline at end of file diff --git a/projects/v2f.json b/projects/v2f.json new file mode 100644 index 0000000..a9a8f83 --- /dev/null +++ b/projects/v2f.json @@ -0,0 +1,7 @@ +{ + "title": "v2f", + "repo": "https://github.com/sixteenmillimeter/v2f", + "readme": "https://raw.githubusercontent.com/sixteenmillimeter/v2f/master/Readme.md", + "image": "/img/v2f.png", + "link": "/projects/v2f" +} \ No newline at end of file