officially supported awoo plugins
core
is the collective repository of officially supported plugins for the
awoo static site generator. All of the packages here
are safe and maintained.
Package | Version | Dependencies | Description |
---|---|---|---|
awoo-layouts |
reusable html templates | ||
awoo-markdown |
markdown parsing | ||
awoo-matter |
frontmatter parsing | ||
awoo-metadata |
custom metadata | ||
awoo-pretty |
pretty links |
To work on core
, just clone the repository, install the npm dependencies, and
bootstrap the lerna stuff. Like this:
git clone https://github.com/awoojs/core.git awoo-core
cd awoo-core
npm install
npx lerna bootstrap
If you're implementing a new plugin, you can pull inspiration from the other ones (making a plugin template is still on our TODO list, sadly). Just open a pull request and we'll help you out!
This repository operates under the weallbehave
Code of Conduct. Its contents can be found in CODE_OF_CONDUCT.md
.