aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix typoLouis Pilfold2024-04-20
| | | | Closes https://github.com/gleam-lang/language-tour/issues/85
* FormatLouis Pilfold2024-04-19
|
* Use same version on CI, oopsLouis Pilfold2024-04-19
|
* Debug printing on CILouis Pilfold2024-04-19
|
* Why is prod using a cached copy of the prelude?Louis Pilfold2024-04-19
|
* Update to Gleam v1.1.0Louis Pilfold2024-04-18
|
* separate case0riginaln02024-04-15
|
* separate case0riginaln02024-04-15
|
* factorial(0) = 1 case added for tail_calls0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* factorial(0) = 1 case added for recursion0riginaln02024-04-15
| | | Executing a factorial from zero is expected to return one, not "RangeError: Maximum call stack size exceeded"
* Add hrefs to code keywordsDimitrii Dulgher2024-04-15
|
* Put closing brackets in the correct place.Jacob Fenton2024-04-03
|
* Format.Jacob Fenton2024-04-03
|
* Put nav at the bottom of the page, so it doesn't move around from lesson to ↵Jacob Fenton2024-04-03
| | | | lesson.
* Setup Codespaces devcontainerSimon Curtis2024-04-03
|
* Add left/right arrow key handlers for easier navigation.Jacob Fenton2024-04-01
|
* Revert "Put nav at the bottom of the page, so it doesn't move around from ↵Louis Pilfold2024-04-01
| | | | | | lesson to lesson." This reverts commit 4d346ace41edd8a11fd90aa2928f801eea9b93a2.
* Revert "Format."Louis Pilfold2024-04-01
| | | | This reverts commit 5383e5b1eb7c713ed65b4ded250e91cef9d8c398.
* Format.Jacob Fenton2024-04-01
|
* Put nav at the bottom of the page, so it doesn't move around from lesson to ↵Jacob Fenton2024-04-01
| | | | lesson.
* TyposLouis Pilfold2024-03-29
|
* fix "funtions" typo in `lesson14_type_imports`Ricardo Fernández Serrata2024-03-27
|
* Remove off brand transitionsLouis Pilfold2024-03-26
|
* Remove unclickable button and off brand animationLouis Pilfold2024-03-26
| | | | | | | | Closes https://github.com/gleam-lang/language-tour/issues/69 It would be nice to bring this menu back on mobile, but it needs design work for where the button would be placed and to be implemented in a way that works on touch devices.
* Remove off-brand transitions and mobile UI breaking linkLouis Pilfold2024-03-26
|
* Document opaque typesLouis Pilfold2024-03-26
| | | | Closes https://github.com/gleam-lang/language-tour/issues/63
* Document import typeLouis Pilfold2024-03-26
| | | | Closes https://github.com/gleam-lang/language-tour/issues/61
* Remove linkLouis Pilfold2024-03-26
|
* Improve introduction of modules and importsLouis Pilfold2024-03-26
| | | | Thanks @RyanBrewer317!
* Link to everything pageLouis Pilfold2024-03-26
|
* style: tweak light accent color for better accessibilityJean-Nicolas Veigel2024-03-26
|
* style: tweak link colorJean-Nicolas Veigel2024-03-26
|
* fix: snippet link marginJean-Nicolas Veigel2024-03-26
|
* style: add breathing room between lesson paragraphsJean-Nicolas Veigel2024-03-26
|
* chore: use split css stylesheetsJean-Nicolas Veigel2024-03-26
|
* chore: seperate common page styles from lesson page stylesJean-Nicolas Veigel2024-03-26
|
* chore: delete render moduleJean-Nicolas Veigel2024-03-26
|
* fix: FOUC on /everyting when on dark themeJean-Nicolas Veigel2024-03-26
|
* chore: deplicate function callsJean-Nicolas Veigel2024-03-26
|
* chore: group functions into 3 modulesJean-Nicolas Veigel2024-03-26
|
* feat: move everything page generation template to own moduleJean-Nicolas Veigel2024-03-26
|
* chore: move everything css to separate fileJean-Nicolas Veigel2024-03-26
|
* chore: format filesJean-Nicolas Veigel2024-03-26
|
* chore: format cssJean-Nicolas Veigel2024-03-26
|
* feat: add link to /everyting in navJean-Nicolas Veigel2024-03-26
|
* feat: highlight js gleam lang definitionJean-Nicolas Veigel2024-03-26
|
* chore: move highlight.js coreJean-Nicolas Veigel2024-03-26
|
* syntax highlight regexesJean-Nicolas Veigel2024-03-26
|
* style: add support for more color schemesJean-Nicolas Veigel2024-03-26
| | | | toggle between light & dark variants
* feat: atom one dark / light generic declarationJean-Nicolas Veigel2024-03-26
|