elisabethirgens / tiny11ty

A minimalist Eleventy starter project (guide in commits!)

Home Page:https://elisabethirgens.github.io/tiny11ty/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A minimalist Eleventy starter project (guide in commits!)

https://elisabethirgens.github.io/tiny11ty/


Languages

Language:CSS 54.7%Language:Nunjucks 37.0%Language:JavaScript 8.3%