Nexan 49f64ef17b | ||
---|---|---|
src | ||
.eleventy.js | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
readme.md |
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.