Add projects to repo to build site from.
This commit is contained in:
parent
cff4eb4756
commit
97ab9bb999
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"buy" : "https://www.shapeways.com/product/PQMJJS9NF/bolex-rewind-key-handle"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title" : "tools",
|
||||
"src": "src/tools/",
|
||||
"image": "/img/tools.png",
|
||||
"link": "https://m.sixteenmillimeter.com"
|
||||
}
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue