Hello world!

#deno#javascript

Andre Jarrell

Introduction

This is by far the easiest blog I have ever setup!

import blog from 'blog'

blog({
    title: "Andre's Blog",
    author: 'Andre Jarrell',
    avatar: 'avatar.png',
    avatarClass: 'rounded-full',
    theme: 'auto',
    links: [
        { title: 'Email', url: 'mailto:andre@jarrell.cc' },
        { title: 'GitHub', url: 'https://github.com/andrejarrell' }
    ]
})

You're probaly wondering how this is possible? Thanks to the power of Deno and the blog module, I was able to create this blog in a matter of minutes.

Deno

This video is how I was introduced to Deno. I was so impressed with the simplicity of the module system and the security model that I had to try it out for myself.