Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/an11ty/template-minimal
Absolutely minimal an11ty template with as few dependencies as possible.
https://github.com/an11ty/template-minimal
11ty an11ty eleventy static-site-generator website
Last synced: 5 days ago
JSON representation
Absolutely minimal an11ty template with as few dependencies as possible.
- Host: GitHub
- URL: https://github.com/an11ty/template-minimal
- Owner: an11ty
- License: other
- Created: 2020-09-26T03:56:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T13:22:37.000Z (over 4 years ago)
- Last Synced: 2024-11-15T22:38:06.093Z (2 months ago)
- Topics: 11ty, an11ty, eleventy, static-site-generator, website
- Language: HTML
- Homepage: https://github.com/an11ty/an11ty
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# An11ty Minimal Template
This template is an absolutely minimal template for use
with [an11ty](https://github.com/an11ty/an11ty), with as
few dependencies and parts as possible.If you are looking for a more feature-complete template
to use, you should check out the
[default an11ty template](https://github.com/an11ty/template) instead.## Folder Structure
There is only one layout, and there is no 404 page. There
are no "includes".### `/`
The root folder of this project will not be built, so it typically
contains documentation or other non-public assets.### `/src`
This folder contains the site content and configuration files.
### `/src/_data`
This folder holds data that is then accessible inside templates.
### `/src/layouts`
This folder holds the single site layout.
## Contributing
Please file any issues or start discussions for this starter project
over in the [an11ty issues](https://github.com/an11ty/an11ty).## License
This starter project published and released under the
[Very Open License](http://veryopenlicense.com), which
is a type of "public domain" license. Attribution is
always appreciated, but it means you are free to remove
this license and any reference to this project, for example
in a business or personal website.