This README is for machinetranslate.org infrastructure, not Machine Translate content.
For the Machine Translate landing page, visit index.md!
The machinetranslate.org technology stack:
- Website: Jekyll
- Theme: Just the Docs
- CDN: GitHub Pages
- DNS: Cloudflare
Follow the Jekyll Quickstart Instructions:
- Install all [prerequisites]({{ '/docs/installation/' | relative_url }}).
- Install the jekyll and bundler [gems]({{ '/docs/ruby-101/#gems' | relative_url }}).
gem install jekyll bundler... 5. Build the site and make it available on a local server.
bundle exec jekyll serve
- Browse to http://localhost:4000
This repository has a directory structure, but on the website the page paths are flat.
GitHub repository:
/quality/quality-estimation.md
machinetranslate.org:/quality-estimation
How it works:
- Jekyll removes the file extension (
.md
). - A Cloudflare Page Rule is configured to remove the directory from the path.
- In the soure content on GitHub, relative paths are used.
- Relative paths resolve on GitHub and on the website.