Challenge10k · Learning
Modyfication GH Pages and Local Scripterix - logbook
2026-02-21
1 h
Czysty kod
1h organization: migration to source-first Jekyll, deployment via GitHub Actions, Polish encoding improvements and establishing new local workflow.
What was done
- Confirmed repo migration to source-first model (without manually maintaining static build).
- Implemented automatic deployment via GitHub Actions after push to
main. - Removed working migration branch after completed merge.
- Fixed incorrect Polish character encoding on the homepage (hero, feature section, CTA).
- Verified that the public site after deployment displays correct Polish characters.
Outcome
- Local work is done in the
scripterix-cleandirectory. - Content updates: edit/files -> commit -> push -> automatic build and deploy to Pages.
- Adding new logbook entries is automated via script generator.
Operational note
Create new entries as language pairs (PL + EN) with shared translation_id, so the language switcher leads to the appropriate entry.