A template for making sites with Eleventy - Meant to be a starter and expandable, but contains some nice-to-haves by default. See the Readme file for more information
Go to file Use this template
Nexan 553f164532 renamed a file, fixed some site.json issues, and updated some configs in .eleventy.js 2024-01-31 11:03:49 -06:00
src renamed a file, fixed some site.json issues, and updated some configs in .eleventy.js 2024-01-31 11:03:49 -06:00
.eleventy.js renamed a file, fixed some site.json issues, and updated some configs in .eleventy.js 2024-01-31 11:03:49 -06:00
.gitignore I lied, another gitignore change (instead of individual files, just make the whole directory ignored) 2024-01-31 10:33:29 -06:00
package-lock.json final version of gitignore, package-lock and package files for now 2024-01-31 10:04:14 -06:00
package.json final version of gitignore, package-lock and package files for now 2024-01-31 10:04:14 -06:00
readme.md major Readme update 2024-01-31 10:33:58 -06:00

readme.md

Eleventy Template by Nexan

This is a template kit for me to potentially use for building barebones sites using Eleventy.

In terms of what functions this will have by default, I plan to have an auto-built Sitemap.xml file, a 404 Page, and a few other things to be determined later.

Files being worked on live in /src/, while output will live in /_site once built.

Pre-made scripts for NPM include start and build which run a development version of the site, and build the site for publishing, respectively. More scripts may be added later as I find them useful.

Templating is done in Liquid, pages can be made in any language available to Eleventy, though they will mostly be Markdown or HTML, or a combination of the two.