feat: add excerpt logic

This commit is contained in:
Sebin Nyshkim 2025-03-16 19:11:53 +01:00
parent afab1ab781
commit 6a6c5e5e14
10 changed files with 34 additions and 17 deletions

View file

@ -1,6 +1,5 @@
---
title: Building a Blog with Eleventy (blind, any%)
description: I recently felt like getting back into blogging. But setting up and maintaining WordPress felt like more than I was looking for. I was looking for something much simpler. Preferably file-based and with Markdown support. That was my introduction to Eleventy.
image:
src: https://cdn.sebin-nyshkim.net/-QMvyHZfXru
alt: Close-up of SVG code on a computer screen
@ -11,11 +10,13 @@ image:
tags: ["coding", "eleventy"]
---
I recently felt like getting back into blogging. But setting up and maintaining WordPress felt like more than I was looking for. I was looking for something much simpler. Preferably file-based and with Markdown support. That was my introduction to Eleventy.
<!-- more -->
> [!info] Update 2025-02-17
> Updated Tailwind instructions for Tailwind v4
{{ description }}
Starting an Eleventy project is fairly straight-forward if you've ever worked with any Node.js package:
1. Create a project folder