This repository holds the page data for MyPaint.org. It uses the Hugo static site generator and Dart Sass.
The official MyPaint website repository is hosted on GitHub. The theme is hosted here.
To build this repository:
- Install hugo-extended, dart sass, and git-lfs
- Clone this repo
- Run
git submodule update --init
- Run
hugo
orhugo server
When website-theme or other submodules are updated, use
git submodule update --recursive --remote
to reflect the changes in
your development environment.
Page content is stored in the pages directory. Pages are written in markdown and extended by Hugo.
Making changes to MyPaint? Follow this guide to get started writing documentation.
All text in the website is licensed under CC-BY-SA 4.0. Additional terms may apply.