summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-18[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-17Add two missing blog posts to blog index (#1580)Gravatar AsyncBanana 1-0/+8
2021-10-17[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-16[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-15fix: update link in fr version (#1562)Gravatar Logan Blangenois 1-2/+2
- Fix quick-start that redirect to 404 - Fix installation that redirect to en version
2021-10-15fix typo in astro.js (#1560)Gravatar btea 1-3/+3
2021-10-15[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-14Version Packages (#1557)astro@0.20.12@astrojs/renderer-vue@0.1.9Gravatar github-actions[bot] 23-26/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-14Expose Vue component names for devtools (#1512)Gravatar Levi 3-3/+10
* Expose name on host component for Vue devtools * Add changeset * Update changeset to patch from minor * [ci] collect stats * [ci] collect stats Co-authored-by: leviceccato <leviceccato@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info>
2021-10-14Fix type error in blog-multiple-authors example (#1553)Gravatar Yoshiaki Togami 4-4/+9
* chore: add description to avoid type error * fix: fix canonical url type in main head component
2021-10-14Add Vercel sponsorship logo (#1555)Gravatar Drew Powers 8-48/+60
* Add Vercel sponsorship logo Also normalize other logos * Add Vercel logo to www * Add logos to docs
2021-10-14Include pnpm example on "Installation" page (#1554)Gravatar Henrique Borges 1-0/+5
2021-10-14Added descriptions to docs pages (#1550)Gravatar AsyncBanana 22-8/+28
2021-10-14Only run `.github/workflows/stats.yml` locally, not on forks (#1549)Gravatar Caleb Jasik 1-0/+1
2021-10-14[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-13Add Community Themes and separate Featured Theme (#1543)Gravatar Mark Teekman 2-8/+30
* Separate object for featured and community themes I've split up the two so there's the featured one at the top at the page and community ones below the official themes * Add community themes and change featured themes * Add comma after featured object
2021-10-13Change publish date el to be more accessible (#1522)Gravatar AsyncBanana 2-2/+2
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-13docs: unify concepts in Spanish version (#1545)Gravatar Jorge del Casar 6-11/+11
2021-10-13[ci] yarn formatGravatar matthewp 1-1/+1
2021-10-13Add german quick start page (#1544)Gravatar Silas Krause 1-0/+73
* Add german quick start page * Apply suggestions from code review Co-authored-by: Kim Schneider <web@schneider.kim> * Fix typo Co-authored-by: Kim Schneider <web@schneider.kim>
2021-10-13[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-12docs: fix knownEntryPoints and add async renderToStaticMarkup example (#1489)Gravatar Brandon 1-3/+16
2021-10-12Revert #1520 (#1538)Gravatar Drew Powers 1-6/+0
2021-10-12Add Accessible Astro Starter (#1520)Gravatar Mark Teekman 1-0/+6
This is only a suggestion to get the word out about accessibility BUT, if you guys just want to show one featured theme then I understand and Ink would be better suited 😄 If that's the case just decline the request 🙂
2021-10-12Add first contributors guide to CONTRIBUTING.md (#1521)Gravatar AsyncBanana 1-0/+3
2021-10-12Fix "Quick-Start guide" href (#1526)Gravatar Cedric Nicoloso 0-0/+0
Currently in the "Try Astro" section, the link "Quick-Start guide" gets us to https://docs.astro.build/getting-started/quick-start, which is 404. I guess the correct URL would be: https://docs.astro.build/quick-start
2021-10-12Fix broken link to quick-start guide (#1534)Gravatar Sebastian Gorton Kalvik 1-1/+1
2021-10-12Version Packages (#1537)astro@0.20.11Gravatar github-actions[bot] 21-24/+25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-12[ci] yarn formatGravatar matthewp 6-15/+28
2021-10-12Add value to staticPaths cache before we await it (#1498)Gravatar Caleb Jasik 2-3/+8
* Add value to staticPaths cache before we await it Fixes https://github.com/snowpackjs/astro/issues/1454 * Update `cache.staticPaths` to store Promises rather than immediate values
2021-10-12[docs/ru] add translation for quick start (#1524)Gravatar Paul Mineev 3-1/+74
* [ru] add translation for quick start * fix mistakes
2021-10-12docs: spanish translation (#1531)Gravatar Jorge del Casar 25-17/+2104
2021-10-12[ci] yarn formatGravatar matthewp 1-4/+4
2021-10-12Add docs for deploying using Google Cloud (#1533)Gravatar Elian ☕️ 1-0/+32
2021-10-12[ci] yarn formatGravatar matthewp 1-4/+4
2021-10-12Documentation for deploying with buddy.works (#1506)Gravatar Maciej Palmowski 1-0/+18
* Added documentation for deploying to Buddy * Fix to make it more clear
2021-10-12[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-11[ci] yarn formatGravatar matthewp 1-22/+21
2021-10-11Add 404 page to website (#1501)Gravatar Elian ☕️ 3-1/+123
* Add 404 page to website * Improving style and structure * Rework 404 as one page * Added temporary fix for errorpage The page won't work when reusing global stylesheets
2021-10-11Add Github Action to automatically push from main to latest when no ↵Gravatar Elian ☕️ 1-0/+54
changeset (#1529) * Add CI for updates on main to latest * Add folder checking on .changeset * Check JSON value of changeset * Update push script on action * Update commit and push job
2021-10-11Version Packages (#1527)astro@0.20.10Gravatar github-actions[bot] 21-32/+33
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-11[ci] yarn formatGravatar matthewp 3-31/+23
2021-10-11Adds the astro check command (#1410)Gravatar Matthew Phillips 6-4/+313
* Adds the `astro check` command. This adds `astro check`, which runs type checking (and general error checking) on Astro projects. * print the number of errors found * Adds a changeset * Add cli docs * Upgrade the language server version * Prevent linting the console.logs
2021-10-11[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-10[ci] yarn formatGravatar jasikpark 1-1/+1
2021-10-10Typo in code snippet (#1523)Gravatar Andrei Marukhin 1-1/+1
2021-10-10add backlink to blogposts (#1504)Gravatar Elian ☕️ 2-0/+18
2021-10-10[ci] collect statsGravatar FredKSchott 1-0/+1
2021-10-09[ci] yarn formatGravatar jasikpark 1-10/+10