hello world

(⌒▽⌒)☆: 2 min. read

hello world from eleventy

testing out this static site generator as an attempt to create a blog to write technical / fun / useful? thoughts

testing some code block:

const foo = "bar";

testing an embedded image:

cat getting covid check

testing a link to another website

things to do for this:

testing an embedded twitter:

testing an embedded youtube video:

writing some text to ensure that deploy is working

testing a mathematics formula rendered by Katex, inline: eiπ=1e^i\pi = -1, and block :

f^(n)=01e2πintf(t)dt\hat f(n)=\int_0^1e^{-2\pi int}f(t)dt

adding a blockquote:

people die, if they are killed...

testing signing

testing an inline footnote [1]

Here is a footnote reference,[2] and another.[3]


  1. Inlines notes are easier to write, since you don't have to pick an identifier and move down to type the note. ↩︎

  2. Here is the footnote. ↩︎

  3. Here's one with multiple blocks.

    Subsequent paragraphs are indented to show that they belong to the previous footnote. ↩︎