Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@an11ty/starter-minimal
Advanced tools
Absolutely minimal starter site for an11ty with a few example files.
This is an absolutely minimal starter for a website built using an11ty.
For a more complete starter, you should look at the official an11ty starter pack.
If you are starting from scratch, you can create a copy with no bindings to this git repository using:
npx degit an11ty/starter-minimal my-website
cd my-website
git init
npm install
Build all pages and assets using:
npm run build
Same as building, but updates pages and assets when file changes are detected,
and launches a local HTTP server on port 8080
:
npm run dev
This website uses the an11ty/template-minimal, which does not have very many options.
/
The root folder of this project will not be built, so it typically contains documentation or other non-public assets.
/site
This folder contains all the site pages, articles, images, styles, etc.
Although not everything in it will be copied or merged into the final site, it is safest to consider everything in it as "public" since it may accidentally be copied over and accessible from your published website.
/site/_data
This folder holds data that is then accessible inside templates. It has a file metadata.js that has the site name and other significant details.
Please file any issues or start discussions for this starter project over in the an11ty issues.
This starter project published and released under the Very Open License, 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.
[1.0.0] - 2020-10-01
No longer WIP, this is pretty much what I imagined it to be. 🎉
FAQs
Absolutely minimal starter site for an11ty with a few example files.
We found that @an11ty/starter-minimal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.