/staticman.net

💪 Staticman website

Primary LanguageSCSS

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