Skip to main content
profile pic
Anders Thoresson

11ty, html, css

| | Time to read: 2 minuter (1965 tecken)

2024-04-12 #

Created Github project for thoco-11ty.

2024-04-07 #

2024-04-05 #

2024-04-03 #

2024-04-02 #

2024-04-01 #

Got a very rudimentary i18n setup going. Working based of a folder structure like this:

Content/ ├── content.11tydata.js └── en/ ├── en.11tydata.js └── (your content files here)

Where the 11tydata-files have a lang key which either "sv" or "en" as values. Thanks to 11ty's data cascade that mean that all content will have lang set to "sv" except in the en folder and its subfolders.

2024-03-30 #

2024-03-29 #

Plugins I use #