diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..903b4536 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# downstream content +_core +_browser +_android +_ios +_gaia + + +# OS or Editor folders +.DS_Store +node_modules + +# Jekyllg +_site +.sass-cache +.jekyll-metadata diff --git a/collections.json b/collections.json new file mode 100644 index 00000000..fa0e2e5d --- /dev/null +++ b/collections.json @@ -0,0 +1,17 @@ +{ + "version": "THEVERSION", + "collections": [ + { + "name": "core", + "repo": "https://github.com/blockstack/blockstack-core" + }, + { + "name": "android", + "repo": "https://github.com/moxiegirl/blockstack-android" + }, + { + "name": "browser", + "repo": "https://github.com/blockstack/blockstack-browser" + } + ] +} diff --git a/get-content.sh b/get-content.sh new file mode 100755 index 00000000..a8db13c6 --- /dev/null +++ b/get-content.sh @@ -0,0 +1,50 @@ +#!/bin/bash +# get the content from the downstream repos +# needs jq "brew install jq" + +collectionList=$(