mb21 / blog

my blog
https://mb21.github.io/blog/
1 stars 0 forks source link

my blog

Online at mb21.github.io/blog.

Simply push to master to publish.

development

Build locally to _site:

$ bundle exec jekyll build

Build and serve on http://localhost:4000/blog/index.html:

$ bundle exec jekyll serve

Plugin-less tag generation thanks to this post.