* Implement toggle button
* Dark mode mixins
* Dark mode color design
* Disable dark mode for prints
* Initial dark mode design
* Fix light mode mixin
* Disable dark mode on print style
* Move dark mode color scheme below the default style to allow referencing
* Fix dropdown
* Fix device-based dark mode
* Dark mode index page design
* Responsive auxiliary nav with dark mode toggle
* Remove box shadow when on smaller displays
* Prevent default on toggle click
* Move attribution/licensing to README.md
* Fix header padding on index page
* Background color transition animation
* Remove margin on index when on mobile displays
* Remove neon border when on mobile
* Fix post-header margin on mobile
* Lighten card headers in dark mode
* fix(es): syntax error that prevented compilation
* feat(pt): add main text translation
* feat(pt): add tweets translation
* feat(pt): add PDF generation to GitHub workflow
* fix(pt): add misisng translations and formatting fixes
* fix(css): link fragment overlap with page header
* fix(css): add font Inter before Gothic A1
The Gothic A1 font lacks a few characters necessary for writing Portuguese, namely: á, í, ó, ú, ã, õ, and their upper case versions.
* fix(pt): remove 'Glossário' entry from _menu.hbs
* fix(build): slugify.js
* fix(pt): various typos and a few missing translations.
* chore: add .vscode to .gitignore