Blender Badges web pages of the Blender Education Initiative landing page.
Go to file
2024-06-06 12:30:29 +02:00
src renamed badges source directory to match education site 2024-06-06 12:30:29 +02:00
.eleventy.js initial commit 2024-04-28 13:30:37 +02:00
.gitignore initial commit 2024-04-28 13:30:37 +02:00
package-lock.json renamed badges source directory to match education site 2024-06-06 12:30:29 +02:00
package.json initial commit 2024-04-28 13:30:37 +02:00
README.md README.md aktualisiert 2024-05-27 12:52:05 +02:00

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.