You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sahana Srinivasan ba60ba5d7b deleted steps made redundant by new react app generator 5 years ago
_android Fixing Blockstack browser > Blockstack Browser 6 years ago
_browser deleted steps made redundant by new react app generator 5 years ago
_common put back lib 6 years ago
_community Closes #238 removes references to Democracy Earth 6 years ago
_core updating all the faqs 6 years ago
_data Closes #277 app mining change faq 5 years ago
_develop Update zero_to_dapp_2.md 5 years ago
_faqs Fixes #250 remove voucher holder 6 years ago
_includes Fixing the content groups 5 years ago
_ios Fixing Blockstack browser > Blockstack Browser 6 years ago
_layouts Adding Google Tag Manager 5 years ago
_org - Updating with the newest UX language 5 years ago
_plugins WIP 6 years ago
_posts Updating 6 years ago
_sass - Updating with the newest UX language 5 years ago
_storage - Updating with the newest UX language 5 years ago
assets - Updating with the newest UX language 5 years ago
exclude WIP 6 years ago
news Initial commits 6 years ago
.gitignore Security alert fixes (#126) 6 years ago
404.md Update all 6 years ago
Gemfile Adding Google Tag Manager 5 years ago
Gemfile.lock Adding Google Tag Manager 5 years ago
Guardfile Adding in changes for token site 6 years ago
README.md Adding in changes for token site 6 years ago
THEME_README.md [REVIEW] Gaia move to docs.blockstack (#111) 6 years ago
_config.yml Adding Google Tag Manager 5 years ago
_redirects Updating for redirect 6 years ago
changelog.md Initial commits 6 years ago
collections.json WIP 6 years ago
contact.md Some typos caught by Pat Murphy (#202) 6 years ago
get-content.sh Working on build infrastructure 6 years ago
history.png Adding in changes for token site 6 years ago
index.md staticman' 6 years ago
overview_auth.md Fixing Blockstack browser > Blockstack Browser 6 years ago
package-lock.json Updating after audit (#127) 6 years ago
package.json Security alert fixes (#126) 6 years ago
robots.txt Fix for twitter cards (#34) 6 years ago
staticman.yml Updating with latest 6 years ago
thanks.md Initial commits 6 years ago

README.md

README for the documentation site

Building after a fork

Run locally

To run locally:

  1. Get the content from the downstream repos.

    ./get-content.sh
    
  2. Build and serve locally.

    bundle exec jekyll serve --config _config.yml,staticman.yml
    

    Use this format to turn on production features:

    JEKYLL_ENV=production bundle exec jekyll serve --config _config.yml
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

    JEKYLL_ENV=production bundle exec jekyll build --config _config.yml
    
  2. Force add the _site directory.

    git push -f origin
    

Test a Deploy with Surge

cd _site
surge
surge --domain raspy-songs.surge.sh

Technology Reference