Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Remove old website (#3194) | Ry Dahl | |
Move manual.md and style_guide.md into //std so they can be accessed from https://deno.land/std/manual.md Code for new website is https://github.com/denoland/deno_website2 Co-authored-by: Christian Moritz <chrmoritz@gmail.com> | |||
2019-10-12 | Update various links to deno_std (#3096) | Ryan Dahl | |
2019-10-03 | Use github action badges (#3056) | Ryan Dahl | |
2019-09-29 | bump deps version on homepage (#3036) | Bartek Iwańczuk | |
2019-09-15 | Make deno_cli installable via crates.io (#2946) | Ryan Dahl | |
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript | |||
2019-07-19 | Improve example on homepage (#2667) | Ryan Dahl | |
2019-07-09 | Update deno.land links v0.11 (#2628) | Ryan Dahl | |
2019-07-09 | Adjust powershell installer commands (#2627) | Mark Tiedemann | |
2019-07-05 | Fix links (#2614) | Ryan Dahl | |
2019-06-19 | website: use css variables and prefers-color-scheme (#2547) | Jed Fox | |
This uses `prefers-color-scheme: dark` to automatically switch to dark mode if the user specifies it in their system settings. Dark mode is supported in Firefox 67, Chrome 76, Safari 12.1, and iOS 13 as of this commit, but the current status can be checked here: https://caniuse.com/#feat=prefers-color-scheme Additionally, this uses CSS Variables to implement the color-switching mechanism. This isn’t supported in IE, but the site degrades reasonably well with them disabled. Support table: https://caniuse.com/#feat=css-variables | |||
2019-06-05 | feat: bring back deno <script> (#2451) | Bartek Iwańczuk | |
2019-05-27 | Add 'brew install deno' to homepage (#2412) | Ryan Dahl | |
2019-05-21 | website: update http example (#2367) | Ryan Dahl | |
2019-05-03 | add "deno run" subcommand (#2215) | Bartek Iwańczuk | |
2019-03-22 | Website updates (#1984) | Ryan Dahl | |
2019-03-20 | Website and manual improvements (#1967) | Ryan Dahl | |
2019-03-15 | docs: fix example (#1936) | Yoshiya Hinosawa | |
2019-03-06 | Replace deno.land/x/std with deno.land/std (#1890) | Andy Hayden | |
2019-03-01 | Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵ | Jon Jee | |
(#1861) | |||
2019-02-27 | Use the SVG logo everywhere. Add logo links to manual. (#1841) | Ryan Dahl | |
2019-02-21 | Improve readme (#1822) | Ryan Dahl | |
2019-02-19 | fix: revert http server example on the homepage (#1814) | Dmitry Teplov | |
2019-02-18 | Fix http server example in homepage (#1801) | Saad Quadri | |
This fixes http server example by updating the import path as well as using respond() correctly. | |||
2019-02-18 | Update installation documentation (Fixes #1786) (#1802) | Mark Tiedemann | |
2019-02-18 | Rename welcome.js to welcome.ts (#1803) | Maxim Mazurok | |
2019-02-16 | Added website icon link (#1792) | Luke | |
2019-02-15 | Syntax highlighting on the website paegs (#1780) | 满远荣 | |
2019-02-11 | web design (#1728) | Ryan Dahl | |
2019-02-06 | Remove excessive anchor links. (#1664) | Ryan Dahl | |
2019-02-04 | Remove duplicated links in website (#1668) | Jimmy Moon | |
2019-02-03 | Add hashlinks to website (#1659) | Dmitry Sharshakov | |
2019-02-03 | Refactor markup of the site (#1663) | Sergey Golovin | |
2019-02-02 | web design (#1655) | Ryan Dahl | |
2019-02-02 | Add an animated logo (#1653) | hashrock | |
2019-01-30 | Remove Travis benchmark (#1617) | Ryan Dahl | |
- We don't look at this benchmark because it jumps around. It isn't stable so doesn't feel trustable. - It requires an extra request for every homepage visit. This is excessive. - I would gladly reintroduce it if we could store the results of the API call into a JSON file like we do with other benchmarks. | |||
2019-01-28 | Change subtitle to 'A new way to JavaScript' (#1603) | Dmitry Sharshakov | |
2019-01-26 | Add PWA manifest to website (#1585) | Dmitry Sharshakov | |
2019-01-26 | Add PowerShell install guide to the website (#1590) | Dmitry Sharshakov | |
2019-01-26 | Make links and badges look better (#1588) | Dmitry Sharshakov | |
2019-01-25 | Use shell installer in docs (#1574) | Dmitry Sharshakov | |
2019-01-15 | website: fix link to http_bench.ts (#1522) | Yungoo Kong | |
2019-01-13 | Fix links on website (#1511) | Ryan Dahl | |
2019-01-10 | Add some links to website | Ryan Dahl | |
2018-12-31 | Add CI badges to website | Ryan Dahl | |
2018-12-20 | Add deno logo to website. (#1380) | Ryan Dahl | |
2018-12-18 | Add examples to website. | Ryan Dahl | |
2018-12-13 | Improve text on benchmark site. (#1323) | Ryan Dahl | |
2018-12-12 | fix typo on website | Allen Hai | |
2018-11-16 | Improve docs (#1196) | Ryan Dahl | |
2018-11-14 | Add a simple doc generation tool. | Ryan Dahl | |
And website upload tool. |