DEV Community

hek5118
hek5118

Posted on

Working with 11ty

Hello World! Today we are going to be creating three different repositories with different ways to leverage eleventy. To get started, follow the download instructions here.

Hello World

To begin with our hello-world style blog, you will first need to visit this site and follow the tutorial. After following those download instructions, I was able to paste some of my past blog posts in. You can see my work on my GitHub.

Base Template

For this, I decided to use the basic template found here. Once you download this and clone it to your own repository, you can start to make alterations in the blog posts and about me section to fit your own style. Here is my GitHub, as well as an image of the home page I created through this template.

Image description

HAX 11ty

Finally, using the final template found here, we are able to build the last blog. Originally, I had tried to use npm to operate this one, but you do require yarn to be downloaded. You can do so following the directions here. This is what I ended up with for this template.

Happy programming!!

Top comments (0)