My personal guitar chord-book written in Chordpro. https://mixtape.0x45.cz
Go to file
Emil Miler 4f3d849d39
Build / build (push) Successful in 2m13s Details
CI: Use custom image
2024-03-30 00:30:08 +01:00
.gitea/workflows CI: Use custom image 2024-03-30 00:30:08 +01:00
content Léto 2024-03-29 19:43:13 +01:00
sass Scale transition 2024-02-17 15:58:07 +01:00
static Font size scaling controls 2024-02-17 15:53:36 +01:00
templates Basic controls css and autoscroll 2024-02-16 15:59:15 +01:00
.gitignore Integrate Zola 2024-02-06 14:18:25 +01:00
chordpro.json Integrate Zola 2024-02-06 14:18:25 +01:00
config.toml Integrate Zola 2024-02-06 14:18:25 +01:00
makefile Integrate Zola 2024-02-06 14:18:25 +01:00
readme.md Integrate Zola 2024-02-06 14:18:25 +01:00

readme.md

Requirements

Building

make defaults to all which builds individual PDF and HTML files for all songs. It also builds two complete songbooks for mixtape and classic.

Available targets: all, pdf, html, clean

You can also build PDF for a specific page with:

chordpro --config=chordpro.json path/to/song.cho

or build HTML output with:

chordpro --config=chordpro.json -o path/to/song.html path/to/song.cho

Static website output

Futhermore, the project is ready to be compiled into a static webpage using Zola.

zola build

This is done by default during the deploy pipeline.