/tiny11ty

A minimalist Eleventy starter project (guide in commits!)

Primary LanguageCSS

A minimalist Eleventy starter project 🌱

Getting started

  • npm install to plant dependencies
  • npm start to run locally at http://localhost:8080
  • npm run build to generate static HTML/CSS

Write a post ✍️

Add a .md file in this directory: posts/2023/ with a bit of meta info at the top:

---
title: Hello world
date: 2023-11-07
layout: post.njk
author: Elisabeth
---
Text here! Optionally using Markdown for formatting