# Install dependencies from Gemfile
$ bundle install
# Start local development server
$ jekyll serve --livereload --port 4001
# Update Gemfile.lock
$ bundle updateUse blockquotes with Kramdown IAL for callouts in blog posts. Available types: aside, tip, tease, fact.
> This is an aside message
{: .callout .callout-aside}
> This is a tip
{: .callout .callout-tip}Code highlighting: Themes