Skip to content

Conversation

@dalekunce
Copy link
Member

No description provided.

Dale Kunce added 9 commits October 6, 2025 15:40
- Correct /assets/graphicsfavicon/ to /assets/graphics/favicon/
- Adds missing slash between 'graphics' and 'favicon' in favicon-32x32.png link
- Ensures consistent favicon URL structure across all favicon references

This fixes the 404 error for the 32x32 favicon on missingmaps.org
- Add debug steps before and after build to check .tmp and _site directories
- Look for main.css file location during build process
- Investigate why CSS builds locally but not on GitHub Actions
- Remove temporary debug steps from deploy.yml
- Ready for merge to publish branch to test CSS deployment
- Check for main.css after build completes
- Will help diagnose any CSS build issues in GitHub Actions
- Non-disruptive logging only
- Verify critical CSS, JavaScript, and font files exist and have reasonable sizes
- Check for essential pages (home, about, beginner, host, blog)
- Validate all language versions (en, es, fr, cs) are built
- Display build summary with total files and size
- Fail deployment if any critical assets are missing
- Provides detailed logging for troubleshooting build issues
- Remove redundant local util/ directory that was shadowing Foundation's util files
- Fix Foundation Sites util import path in _settings.scss
- This was the root cause of main.css not being generated during builds
- Sass was failing silently, showing false success while no CSS files were created
- Explains why main.css worked locally initially but failed on GitHub Actions
- Use absolute path to Foundation's util/util from node_modules
- Resolves the 'Can't find stylesheet to import' error
- main.css now generates successfully (312KB)
- Critical fix for CSS deployment issue on GitHub Actions
- Removes the conflict between local and Foundation util paths
- Correct Spanish navigation URLs to match actual page paths
  - /es/principiante/ → /es/beginner/
  - /es/avanzado/ → /es/advanced/
  - /es/terreno/ → /es/field/
  - /es/organizar/ → /es/host/
  - /es/acercade/ → /es/about/
  - /es/eventos/ → /es/events/
  - /es/validar/ → /es/validate/

- Correct French navigation URLs to match actual page paths
  - /fr/debutant/ → /fr/beginner/
  - /fr/avance/ → /fr/advanced/
  - /fr/terrain/ → /fr/field/
  - /fr/organiser/ → /fr/host/
  - /fr/apropos/ → /fr/about/
  - /fr/evenements/ → /fr/events/
  - /fr/validation/ → /fr/validate/

- Correct Czech navigation URLs to match actual page paths
  - /cs/začátečník/ → /cs/beginner/
  - /cs/pokročilý/ → /cs/advanced/
  - /cs/terén/ → /cs/field/
  - /cs/organizuj/ → /cs/host/
  - /cs/o-projektu/ → /cs/about/
  - /cs/akce/ → /cs/events/
  - /cs/validuj/ → /cs/validate/

All navigation links now point to existing pages built by Jekyll Polyglot
- Fix remaining Czech navigation URLs:
  - /cs/akce/ → /cs/events/
  - /cs/organizuj/ → /cs/host/
- Repair corrupted YAML structure in img-alt section
- Ensure all navigation links work correctly
@dalekunce
Copy link
Member Author

cleaning up some silly git mistakes and error fixing translations. Apparently when you upgrade everything some things break. :)

@dalekunce dalekunce marked this pull request as ready for review October 6, 2025 20:27
@dalekunce dalekunce merged commit 0f665b1 into publish Oct 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants