feat: ✨ add excerpt logic
This commit is contained in:
parent
afab1ab781
commit
6a6c5e5e14
10 changed files with 34 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue