https://github.com/akuli/music-theory
A website that explains music theory using mathematics (Finnish)
https://github.com/akuli/music-theory
Last synced: about 1 year ago
JSON representation
A website that explains music theory using mathematics (Finnish)
- Host: GitHub
- URL: https://github.com/akuli/music-theory
- Owner: Akuli
- License: mit
- Created: 2023-11-22T12:15:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T21:48:26.000Z (over 2 years ago)
- Last Synced: 2025-02-12T14:57:07.705Z (over 1 year ago)
- Language: Python
- Homepage: https://akuli.github.io/music-theory/
- Size: 339 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music theory for mathematicians (in Finnish)
**The site is online here:** https://akuli.github.io/music-theory/
This site is built with [htmlthingy](https://github.com/Akuli/htmlthingy).
It is a tiny library for generating static HTML.
Building:
```
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ python3 build.py
```
This creates a file `html/index.html` that you can open in browser.
The build bundles everything into a single, self-contained `.html` file.
Pushing to `main` triggers a deploy to GitHub Pages as configured in `.github/workflows/`.