This is the repository for the site giellalt.github.io. It contains technical and developer documentation for everything related to the GiellaLT infrastructure, linguistic work using this infrastructure, keyboard, proofing tools and machine translation development, and much more.
Feel free to fork and send us pull requests with improvements and corrections.
Requirements: rbenv with Ruby 3.3 and Node.js 20+.
bundle install
bundle exec ruby fetch_github_repos.rbThen for live reload during development:
bundle exec jekyll serve --watch --verboseOr for a full production-like build with search:
bundle exec jekyll build --verbose && npx pagefind --site _site && npx serve _site -p 4001See DEVELOPING.md for more detail.