Skip to content

eduardoboucas/staticman.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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