This is my first post

First post

Purpose

I want to use this blog to document development efforts, to help me get a better overview of overall progress. And to post when I feel like posting something.

Implementation

It's made using Lume, based on its example blog theme.

Features

Images

image test

Code highlithing

// this is a command
function myCommand() {
  let counter = 0;

  counter++;
}

// Test with a line break above this line.
console.log("Test");

Footnotes

Here is a footnote reference,[1] and [2]another. And this[3] is a long note.

Headers

This is a paragraph

More Header

This is another paragraph


  1. Here is the footnote. ↩︎

  2. And here's another footnote. ↩︎

  3. Here's one with multiple blocks.

    Subsequent paragraphs are indented (4 spaces) to show that they belong to the previous footnote. ↩︎