From e964b3458ccf6151886bc2de88862f8c04126f69 Mon Sep 17 00:00:00 2001 From: Claudia Reynders <> Date: Mon, 25 Apr 2022 22:15:08 +0200 Subject: [PATCH] Added articles --- src/blog/article1.md | 10 ++++++++++ src/blog/article2.md | 7 +++++++ src/blog/article3.md | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 src/blog/article1.md create mode 100644 src/blog/article2.md create mode 100644 src/blog/article3.md diff --git a/src/blog/article1.md b/src/blog/article1.md new file mode 100644 index 0000000..ffb11e4 --- /dev/null +++ b/src/blog/article1.md @@ -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] %} + diff --git a/src/blog/article2.md b/src/blog/article2.md new file mode 100644 index 0000000..8d3558e --- /dev/null +++ b/src/blog/article2.md @@ -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. \ No newline at end of file diff --git a/src/blog/article3.md b/src/blog/article3.md new file mode 100644 index 0000000..af54051 --- /dev/null +++ b/src/blog/article3.md @@ -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. \ No newline at end of file