First Post
This is a first test-post written in Markdown using jekyll a static site generator
some of these words are emphasized
some words are strongly emphasized
this is a list:
- Number one
- Number two
- Number three
this is a link:
this is an image:

this is python code:
def printTwice(egon):
print egon*2
printTwice("Hej")