Skip to content

tiliado/nuvola.tiliado.eu

Repository files navigation

Nuvola Player Website

Tool to generate Nuvola Player Website.

Usage

Requirements

Development

./serve.sh

Deployment

cd ~/dev/repo/nuvola.tiliado.eu
make update
make publish

Architecture

  • Data
  • Static - static files copies as is.
  • Templates - Jinja2 templates
    • snippets.html: Snippets used in other templates.
    • index.html: List of apps.
    • nuvola.html: Installation instructions for Flatpak and Nuvola Player.
    • nuvola_DISTRO.html: Overrides nuvola.html with instructions for DISTRO distribution.
    • nuvola_DISTRO_RELEASE.html: Overrides nuvola.html with instructions for RELEASE release of DISTRO distribution.
    • app.html: Installation instructions for individual web app scripts.
    • nuvola_DISTRO.html: Overrides app.html with instructions for DISTRO distribution.
    • app_DISTRO_RELEASE.html: Overrides app.html with instructions for RELEASE release of DISTRO distribution.