No description
  • HTML 76.6%
  • CSS 10.7%
  • Python 7.6%
  • Shell 5%
  • JavaScript 0.1%
Find a file
2026-06-02 23:52:04 +02:00
assets [wip] Why support yunohost in 2026 2026-05-28 01:14:10 +02:00
bin refactor: do not filter out recurring donation in one time amounts 2026-05-15 16:46:46 +02:00
translations Revert "Translated using Weblate (Dutch)" 2026-06-02 23:52:04 +02:00
.gitignore Download and use fontawesome instead of unmaintained forkawesome 2026-02-22 21:33:10 +01:00
babel.cfg i18n: Improve script, simplify .po format, and only regenerate .mo when .po changed to not flood with messages etc 2025-03-25 19:42:08 +01:00
base.html [enh] Add 2026 to campaign on index page 2026-05-29 19:09:03 +02:00
donate.html [fix] 330: placeholders are incompatible 2026-05-29 18:47:05 +02:00
index.html Fix icons, remove non existing fa-fw and use fa-width-auto on some icons 2026-02-22 21:34:42 +01:00
README.md Create empty JSON files (#58) 2025-06-18 23:56:16 +02:00
requirements.txt No need for dotenv? 2025-04-30 21:15:18 +02:00
roadmap.html Quick update donate (#73) 2026-03-04 22:55:32 +01:00
roadmap.json remove trailing commas to make valid json 2026-05-26 18:31:44 +02:00
tailwind.config.js Add actual content for donate page 2025-03-22 21:59:04 +01:00

YunoHost landingpage

How to contribute

!! Please do not edit directly dist/index.*.html files

  1. export LANDINGPAGE_DEV=true
  2. Run bash bin/regenerate.sh
  3. Make your change inside index.html and others files (image, CSS, translations)
  4. Rerun bash bin/regenerate.sh

To speed up things, you can run bash bin/regenerate.sh html if you change HTML or CSS things, and bash bin/regenerate.sh i18n to recompile translations.