Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve introduction of modules and imports | Louis Pilfold | 2024-03-26 |
| | | | | Thanks @RyanBrewer317! | ||
* | Link to everything page | Louis Pilfold | 2024-03-26 |
| | |||
* | style: tweak light accent color for better accessibility | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak link color | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: snippet link margin | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: add breathing room between lesson paragraphs | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: use split css stylesheets | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: seperate common page styles from lesson page styles | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: delete render module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: FOUC on /everyting when on dark theme | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: deplicate function calls | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: group functions into 3 modules | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: move everything page generation template to own module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move everything css to separate file | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: format files | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: format css | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: add link to /everyting in nav | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: highlight js gleam lang definition | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move highlight.js core | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | syntax highlight regexes | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: add support for more color schemes | Jean-Nicolas Veigel | 2024-03-26 |
| | | | | toggle between light & dark variants | ||
* | feat: atom one dark / light generic declaration | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: move global components to their own module | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(wip): add hljs for gleam | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(wip): modular page rendering | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix(style): remove empty ruleset | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak colors, hovers & snipets | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak light mode code block | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: replicate code bloc style, polish mobile table of contents | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: code snipped dimming | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: revert changes to playground & global navbar | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: mobile table of contents overlay | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: tweak dim-bg class | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat(style): preserve style with original common colors | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix(css): revert common off-white color | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | fix: revert common.css changes | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | style: more responsive & useful ui | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | chore: remove starting hyphen in lesson ids | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | feat: add sugar, links, css & content to /everything page | Jean-Nicolas Veigel | 2024-03-26 |
| | |||
* | Make content on single page (needs CSS and new name) | Louis Pilfold | 2024-03-26 |
| | |||
* | Revert "fix nav-bar on MS Edge" | Louis Pilfold | 2024-03-19 |
| | | | | This reverts commit 783b978c5f828a8c7df489bf96be5568b0658382. | ||
* | fix nav-bar on MS Edge | Ricardo Fernández Serrata | 2024-03-19 |
| | | | fixes #46 | ||
* | More info on bit arrays | Louis Pilfold | 2024-03-17 |
| | | | | Closes https://github.com/gleam-lang/language-tour/issues/58 | ||
* | Clarify what makes up the callback function of a `use` expression | Brett Cannon | 2024-03-16 |
| | |||
* | Remove functions | Louis Pilfold | 2024-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 Cannon | 2024-03-14 |
| | | | | | capture" page Closes #53 | ||
* | Update src/content/chapter1_functions/lesson06_generic_functions/en.html | Louis Pilfold | 2024-03-13 |
| | |||
* | Rephrase paragraphs in chapter1_functions/lesson06_generic_functions | Sergei Suvorov | 2024-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 Sobolev | 2024-03-12 |
| | |||
* | Update pattern aliases en.html to match the code example | Vladimir Kidyaev | 2024-03-12 |
| |