Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.66 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.66 KB

MyPaint Website

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.

Contributing

To build this repository:

  1. Install hugo-extended, dart sass, and git-lfs
  2. Clone this repo
  3. Run git submodule update --init
  4. Run hugo or hugo server

Update submodules

When website-theme or other submodules are updated, use git submodule update --recursive --remote to reflect the changes in your development environment.

Adding content

Page content is stored in the pages directory. Pages are written in markdown and extended by Hugo.

Writing developer documentation

Making changes to MyPaint? Follow this guide to get started writing documentation.

License

All text in the website is licensed under CC-BY-SA 4.0. Additional terms may apply.