No description
Find a file
Alexandre Aubin e638bd5cbf
Merge pull request #72 from YunoHost/icons-shadow
fix: add shadow to top right icons for lisibility
2026-01-03 02:33:58 +01:00
assets fix: add shadow to top right icons for lisibility 2026-01-03 01:32:46 +01:00
bin Update fetch_assets: don't fetch ynh_logos, they are already part of the repo and in turns in creates unecessary git changes in production... 2025-12-23 20:32:52 +01:00
translations Translated using Weblate (Ukrainian) 2025-12-15 06:31:36 +01:00
.gitignore update the gitignore 2025-04-03 02:53:41 +02: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 fix: add shadow to top right icons for lisibility 2026-01-03 01:32:46 +01:00
donate.html Fix missing inline-highlight classes on donate.html 2025-12-14 13:35:20 +01:00
index.html Round the corners of the links and buttons 2025-12-12 19:37:47 +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 Fix lang selector for other pages than index 2025-04-07 11:26:30 +02:00
roadmap.json Update roadmap 2025-08-13 17:57:43 +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.