Skip to content

mkhnsn/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Simple blog hosted on GitHub Pages with Jekyll

Building locally

Runs a local webserver and updates automatically as the sources change.

bundle exec jekyll serve

Visit https://localhost:4000/blog/ to view the local copy.

GitHub Docs