aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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 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
|
* chore: use split css stylesheetsJean-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: format cssJean-Nicolas Veigel2024-03-26
|
* feat: add link to /everyting in navJean-Nicolas Veigel2024-03-26
|
* chore: move global components to their own moduleJean-Nicolas Veigel2024-03-26
|
* feat(wip): modular page renderingJean-Nicolas Veigel2024-03-26
|
* style: tweak colors, hovers & snipetsJean-Nicolas Veigel2024-03-26
|
* fix: code snipped dimmingJean-Nicolas Veigel2024-03-26
|
* feat(style): preserve style with original common colorsJean-Nicolas Veigel2024-03-26
|
* chore: remove starting hyphen in lesson idsJean-Nicolas Veigel2024-03-26
|
* feat: add sugar, links, css & content to /everything pageJean-Nicolas Veigel2024-03-26
|
* Make content on single page (needs CSS and new name)Louis Pilfold2024-03-26
|
* More info on bit arraysLouis Pilfold2024-03-17
| | | | Closes https://github.com/gleam-lang/language-tour/issues/58
* Clarify what makes up the callback function of a `use` expressionBrett Cannon2024-03-16
|
* Remove functionsLouis Pilfold2024-03-14
| | | | Closes https://github.com/gleam-lang/language-tour/issues/52
* Try to clarify what "any number of arguments" means in the "function ↵Brett Cannon2024-03-14
| | | | | capture" page Closes #53
* Update src/content/chapter1_functions/lesson06_generic_functions/en.htmlLouis Pilfold2024-03-13
|
* Rephrase paragraphs in chapter1_functions/lesson06_generic_functionsSergei Suvorov2024-03-13
| | | | | Rephrased a paragraph in `chapter1_functions/lesson06_generic_functions/en.html` to make the idea clearer. The second paragraph also contains some typos, but they are being fixed in [this PR](https://github.com/gleam-lang/language-tour/pull/41), so I'm leaving them as-is here
* Fix typo in `lesson00_standard_library_package`Nikita Sobolev2024-03-12
|
* Update pattern aliases en.html to match the code exampleVladimir Kidyaev2024-03-12
|
* Update discard patterneli2024-03-12
| | | fix awkward wording
* Fix language in lesson09_boolsScott Patten2024-03-12
| | | "is a either" => "is either"
* Change textLouis Pilfold2024-03-11
|
* Add homepage linkdomnantas2024-03-11
|
* Correct typoLouis Pilfold2024-03-11
|
* Document snake_caseLouis Pilfold2024-03-07
|
* Improve clarityLouis Pilfold2024-03-07
|
* Apply @t3dotgg's suggestionLouis Pilfold2024-03-07
|
* Add dark mode support (#26)Filip Figiel2024-03-06
|
* Generic custom typesLouis Pilfold2024-03-06
|
* Document case for custom typesLouis Pilfold2024-03-06
|
* Document caseLouis Pilfold2024-03-06
|
* changed description of underscore in function capturehuman1542024-03-06
| | | It didn't make sense to me to call it the "final argument".