Skip to content

Contains the source static site and tools for building that site from downstream repos.

Notifications You must be signed in to change notification settings

lizblockstack/docs.blockstack

 
 

Repository files navigation

Docs site

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,staticman.yml
    

Deploy via Netlify

To deploy to Netlify:

  1. Build the site.

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

    git push -f origin
    

About

Contains the source static site and tools for building that site from downstream repos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.6%
  • JavaScript 25.2%
  • CSS 23.0%
  • Other 0.2%