Added articles

This commit is contained in:
Claudia Reynders 2022-04-25 22:15:08 +02:00
parent 0d696e507c
commit e964b3458c
3 changed files with 24 additions and 0 deletions

10
src/blog/article1.md Normal file
View File

@ -0,0 +1,10 @@
---
layout: article
title: Using Eleventy to build a static site
date: 2022-02-14
---
Having landed on this Eleventy starter, you probably are no stranger to Eleventy. But if you are, you should definitely check out its benefits. Getting started with Eleventy is quick and easy.
{% image "https://images.unsplash.com/photo-1555066931-4365d14bab8c", "A laptop with some lines of code on the screen", null, [300, 600] %}

7
src/blog/article2.md Normal file
View File

@ -0,0 +1,7 @@
---
layout: article
title: A slightly more advanced Eleventy website
date: 2022-03-02
---
With Eleventy you can gradually expand your website and its complexity level.

7
src/blog/article3.md Normal file
View File

@ -0,0 +1,7 @@
---
layout: article
title: Why I chose Eleventy for my static website
date: 2022-05-04
---
There are many different static site generators out there, but after having used middleman for such a long time, it just made sense to switch to Eleventy. I needed something simple that gave lots of control over how I build my website.