Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 651 Bytes

File metadata and controls

34 lines (22 loc) · 651 Bytes

tooa.github.io

Development

# Install dependencies from Gemfile
$ bundle install

# Start local development server
$ jekyll serve --livereload --port 4001

# Update Gemfile.lock
$ bundle update

Content

Blog

Use 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

Frontmatter:

  • updated (optional): Shows "last updated on" date for the article when set