Build An Eleventy (11ty) Site From Scratch

Start from a blank project and build up to an Eleventy site that includes a blog collection and is prepared to source content from a headless CMS.

1. Start project

Getting Started — Eleventy, a simpler static site generator.

2. Use webpack in Eleventy

Trong bài học này, chúng ta sẽ học cách sử dụng Webpack trong Eleventy project.

3. How To Use Tailwind CSS with Eleventy

In this guide, we'll walk through how to install Tailwind CSS in an Eleventy project.

#draft

4. Global data files

Your global data folder is controlled by the dir.data configuration option.

#draft

5. Add tailwindcss typography

A plugin that provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control (like HTML rendered from Markdown, or pulled from a CMS).

#draft

6. Expose markdown renderer as built-in filter

I often want to include Markdown snippets of content into my templates. It’s super convenient to store them in Markdown, not HTML.

#draft