summaryrefslogtreecommitdiff
path: root/website/index.html
AgeCommit message (Collapse)Author
2019-10-24Remove 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-12Update various links to deno_std (#3096)Ryan Dahl
2019-10-03Use github action badges (#3056)Ryan Dahl
2019-09-29bump deps version on homepage (#3036)Bartek Iwańczuk
2019-09-15Make 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-19Improve example on homepage (#2667)Ryan Dahl
2019-07-09Update deno.land links v0.11 (#2628)Ryan Dahl
2019-07-09Adjust powershell installer commands (#2627)Mark Tiedemann
2019-07-05Fix links (#2614)Ryan Dahl
2019-06-19website: 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-05feat: bring back deno <script> (#2451)Bartek Iwańczuk
2019-05-27Add 'brew install deno' to homepage (#2412)Ryan Dahl
2019-05-21website: update http example (#2367)Ryan Dahl
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk
2019-03-22Website updates (#1984)Ryan Dahl
2019-03-20Website and manual improvements (#1967)Ryan Dahl
2019-03-15docs: fix example (#1936)Yoshiya Hinosawa
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-03-01Add favicon.ico generated by deno_logo_3.svg and add link tag in every page ↵Jon Jee
(#1861)
2019-02-27Use the SVG logo everywhere. Add logo links to manual. (#1841)Ryan Dahl
2019-02-21Improve readme (#1822)Ryan Dahl
2019-02-19fix: revert http server example on the homepage (#1814)Dmitry Teplov
2019-02-18Fix 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-18Update installation documentation (Fixes #1786) (#1802)Mark Tiedemann
2019-02-18Rename welcome.js to welcome.ts (#1803)Maxim Mazurok
2019-02-16Added website icon link (#1792)Luke
2019-02-15Syntax highlighting on the website paegs (#1780)满远荣
2019-02-11web design (#1728)Ryan Dahl
2019-02-06Remove excessive anchor links. (#1664)Ryan Dahl
2019-02-04Remove duplicated links in website (#1668)Jimmy Moon
2019-02-03Add hashlinks to website (#1659)Dmitry Sharshakov
2019-02-03Refactor markup of the site (#1663)Sergey Golovin
2019-02-02web design (#1655)Ryan Dahl
2019-02-02Add an animated logo (#1653)hashrock
2019-01-30Remove 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-28Change subtitle to 'A new way to JavaScript' (#1603)Dmitry Sharshakov
2019-01-26Add PWA manifest to website (#1585)Dmitry Sharshakov
2019-01-26Add PowerShell install guide to the website (#1590)Dmitry Sharshakov
2019-01-26Make links and badges look better (#1588)Dmitry Sharshakov
2019-01-25Use shell installer in docs (#1574)Dmitry Sharshakov
2019-01-15website: fix link to http_bench.ts (#1522)Yungoo Kong
2019-01-13Fix links on website (#1511)Ryan Dahl
2019-01-10Add some links to websiteRyan Dahl
2018-12-31Add CI badges to websiteRyan Dahl
2018-12-20Add deno logo to website. (#1380)Ryan Dahl
2018-12-18Add examples to website.Ryan Dahl
2018-12-13Improve text on benchmark site. (#1323)Ryan Dahl
2018-12-12fix typo on websiteAllen Hai
2018-11-16Improve docs (#1196)Ryan Dahl
2018-11-14Add a simple doc generation tool.Ryan Dahl
And website upload tool.