My personal guitar chord-book written in ChordPro. https://mixtape.0x45.cz
Go to file
Emil Miler 82dc1b846a
All checks were successful
Build / build (push) Successful in 5m39s
Chvíle
2024-02-10 13:56:38 +01:00
.gitea/workflows Integrate Zola 2024-02-06 14:18:25 +01:00
content Chvíle 2024-02-10 13:56:38 +01:00
sass Optimize font rendering 2024-02-09 09:52:59 +01:00
static Search input reset 2024-02-09 09:45:56 +01:00
templates Search input reset 2024-02-09 09:45:56 +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

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.