The content at https://grugbrain.dev/ translated to plain english.
See https://reidjs.github.io/grug-dev-translation/ for the plain english translation.
This uses pandoc to create an HTML website from the markdown in grug_dev_translation.md. For ease of development, the commands are encoded into the Makefile.
- After making changes to grug_dev_translation.md, run
make update
to regenerate the html file, andmake open
to open the file locally. - When ready to deploy changes, run
make deploy
to commit all local changes and push to remote. GitHub pages will automatically publish the changes to https://reidjs.github.io/grug-dev-translation/
-
Finish first draft of translation -
Create viewable website index.html - Contact author and get their feedback/permission
- This appears to be the author https://twitter.com/htmx_org/status/1539713592794169346
- Find a way to show the original source material on the page
- Idea 1: Show the two side by side in a page-split method (left hand original, right hand translation?) - won't work mobile
- Idea 2: Create a tool to add tooltips to each line which show the original text on hover:
might work on mobile
<abbr title="The Grug Brained Developer">The Grug Brained Developer - English Translation</abbr>
- Add HTML template in order to use the styling of the original site