Renga Theme Demo

Jane Doe 2018-11-10 1 minute read

Renga is a Bootstrap-based minimalist theme for Hugo.

Features

  • Minimalist
  • Responsive & mobile-first (Bootstrap 4)
  • Native font stack
  • High Contrast
  • Math typesetting (MathJaX)
  • Syntax highlighting (highlight.js)
  • Progressive image loading (progressively.js)
  • Disqus
  • Google Analytics
  • Open Graph meta tags
  • Twitter Cards meta tags

Typography

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

This is bold text

This is bold text

This is italic text

This is italic text

Deleted text

Block quotes are written like so.

They can span multiple paragraphs, if you like.

Some text, and some code and then a nice plain link with title.

and then

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
    • Ac tristique libero volutpat at
  • Very easy!

vs.

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Code

Inline code

foo = function (bar = "code") {
  return(NULL)
}

set.seed(42)