eduardoboucas / staticman.net

💪 Staticman website
https://staticman.net
4 stars 11 forks source link

Staticman documentation

Repository containing documentation for Staticman

Read it live at https://staticman.net

Development

  1. Clone this repo

  2. Install Jekyll

  3. Install dependencies

    bundle install
  4. Start the Jekyll site

    bundle exec jekyll serve
    • You can use bundle exec jekyll serve --livereload to automatically refresh the page with each change