# @an11ty/template-minimal

> Absolutely minimal an11ty template with as few dependencies as possible.

Latest version **1.1.0** (published 2020-10-16) · VOL license · 0 weekly downloads

## Install

```sh
npm install @an11ty/template-minimal
pnpm add @an11ty/template-minimal
yarn add @an11ty/template-minimal
bun add @an11ty/template-minimal
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-10-16 |
| First published | 2020-09-29 |
| Weekly downloads | 0 |
| License | VOL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tobias Davis |
| Maintainers | saibotsivad |
| Keywords | an11ty, 11ty, eleventy, static-site-generator |

## Links

- npm: https://www.npmjs.com/package/@an11ty/template-minimal
- Repository: https://github.com/an11ty/template-minimal
- Homepage: https://github.com/an11ty/template-minimal#readme
- Issues: https://github.com/an11ty/template-minimal/issues
- npm.io page: https://npm.io/package/@an11ty/template-minimal

## Dependencies (1)

- [@11ty/eleventy](https://npm.io/package/@11ty/eleventy.md) ^0.11.0

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 1.1.0 (latest) — 2020-10-16
- 1.0.0 — 2020-10-02
- 0.0.3 — 2020-10-02
- 0.0.2 — 2020-10-02
- 0.0.1 — 2020-09-29

## 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.

---
_Source: https://npm.io/package/@an11ty/template-minimal · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
