Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 477 Bytes

Bursik Blog Repository

stable

Source has been forked/modified from: http://www.jack003.com

Run Locally

  1. Ensure the _config.yml file is set to localhost
  # Website settings
  title: "Jeff Bursik"
  description: "Jeff's Blog and Site"
  keywords: "Jeff,Bursik,blog,github"
  baseurl: "/"
  url: "http://127.0.0.1:4000"
  1. Run: jekyll serve --watch