Add projects to repo to build site from.

This commit is contained in:
mmcwilliams 2019-03-27 15:59:13 -04:00
parent cff4eb4756
commit 97ab9bb999
8 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"buy" : "https://www.shapeways.com/product/PQMJJS9NF/bolex-rewind-key-handle"
}

7
projects/audioloom.json Normal file
View File

@ -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"
}

8
projects/frameloom.json Normal file
View File

@ -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"
}

7
projects/intval2.json Normal file
View File

@ -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"
}

7
projects/intval3.json Normal file
View File

@ -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"
}

8
projects/mcopy.json Normal file
View File

@ -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"
}

6
projects/tools.json Normal file
View File

@ -0,0 +1,6 @@
{
"title" : "tools",
"src": "src/tools/",
"image": "/img/tools.png",
"link": "https://m.sixteenmillimeter.com"
}

7
projects/v2f.json Normal file
View File

@ -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"
}