Blender Badges web pages of the Blender Education Initiative landing page.
src | ||
.eleventy.js | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md |
These are the markdown files for the Blender Badges web pages of the Blender Education Initiative landing page.
They are written in Markdown using Front Matter and the Nunjucks templating language to allow for using templates and minimize repetitive work.
To generate the markdown files to be used in production, the static website generator Eleventy is included.
You need to have the Node Package Manager (npm) installed on your system as a prerequisite.
Follow the following steps to install and run it:
- run
npm install
once in the cloned repository to install the dependencies. - edit the source files in the folder 'src' according to your needs.
- run
npx eleventy
to generate the output in the folder '_site' - you find the generated files under '_site/src/blender-badges'
This is a first version with some flaws. Please let me know when you find them.