Writing

The right way to writing a Markdown posts.

Naming file
Permanent link

You can naming the post file as you want, just keep it short and fit to the title. If the file is a-title.md, in url it should be automically set to http://...../posts/a-title/. But you can also change the url slug with permalink in frontmatter.

permalink: "posts/a-different-title/"

Frontmatter
Permanent link

First thing you need to check is the frontmatter, which is started from the first line of every posts files. Example of good frontmatter:

---
title: A title
description: A description of the page
date: 2024-01-31
tags:
 - some
 - tagging
---

Start writing
Permanent link

Now, you can start writing an markdown content after the frontmatter are ready. If you not sure how to writing in Markdown (that's the most common lesson), you can learn at Markdown Guide website or in our Markdown Test Page code.

If you want to learn more about exclusive shortcodes that you can use in 11ty Beer, visit the Extras post.

Writing

2025-02-13 - by LIGMATV

The right way to writing a Markdown posts.

Extras

2025-02-13 - by LIGMATV

Some extra features like Image and Icon shortcodes.

Favicons

2025-01-30 - by LIGMATV

An demonstration of the generated favicons by PWA Builder.

11ty Beer 1.0

2024-12-27 - by LIGMATV

An 11ty starter built for anyone without hard changes.

Configuration

2024-12-21 - by LIGMATV

Makes your website yours with the customizable configuration.

Getting Started

2024-12-20 - by LIGMATV

Start build a 11ty Beer website and deploy it.

Markdown Test Page

2019-07-14 - by LIGMATV

This is a test page filled with markdown elements to be used to provide visual feedback.