Code generating a static website with Czech psalms pointed for chant, leveraging data (psalm texts with accents marked, psalm tone notation) and tools of the In adiutorium project.
- Ruby
- LilyPond
- Inkscape 1.2 (ab/used for automated SVG cropping, can easily be replaced by your tool of choice - see
Rakefile
)
- get In adiutorium sources:
$ git clone https://github.com/igneus/In-adiutorium.git
- set required paths in configuration - either copy
.env.template
to.env
and edit as specified there, or use another way to set the same environment variable(s) $ bundle install
$ bundle exec rake
This is a static website built using Middleman.
$ bundle exec rake server
builds dependencies (those not managed
by Middleman) and starts local development server.
GNU GPLv3