Welcome

Welcome to this German language-domained site of mine! I’m a web enthusiast, and love exploring all the various options of being online, particlarly using tech which allows me to have control over my own content. Thus, I’m using Cloudron to host a Github Pages app which allows me to push this Jekyll theme to it, all with a low RAM requirement.


Headings by default:

H1 For example

H2 For example

H3 For example

H4 For example

H5 For example
H6 For example
## Heading first level
### Heading second level
#### Heading third level

Lists

Ordered list example:
  1. Poutine drinking vinegar bitters.
  2. Coloring book distillery fanny pack.
  3. Venmo biodiesel gentrify enamel pin meditation.
  4. Jean shorts shaman listicle pickled portland.
  5. Salvia mumblecore brunch iPhone migas.
Unordered list example:
  • Bitters semiotics vice thundercats synth.
  • Literally cred narwhal bitters wayfarers.
  • Kale chips chartreuse paleo tbh street art marfa.
  • Mlkshk polaroid sriracha brooklyn.
  • Pug you probably haven’t heard of them air plant man bun.
1. Order list item 1
2. Order list item 1

* Unordered list item 1
* Unordered list item 2

Quotes

A quote looks like this:

Never put off till tomorrow what may be done day after tomorrow just as well. — Mark Twain


Syntax Highlighter

  $('.top').click(function () {
    $('html, body').stop().animate({ scrollTop: 0 }, 'slow', 'swing');
  });
  $(window).scroll(function () {
    if ($(this).scrollTop() > $(window).height()) {
      $('.top').addClass("top-active");
    } else {
      $('.top').removeClass("top-active");
    };
  });

Images


Videos

Youtube

You might also enjoy