Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-18 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-17 | Add two missing blog posts to blog index (#1580) | 1 | -0/+8 | ||
2021-10-17 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-16 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-15 | fix: update link in fr version (#1562) | 1 | -2/+2 | ||
- Fix quick-start that redirect to 404 - Fix installation that redirect to en version | |||||
2021-10-15 | fix typo in astro.js (#1560) | 1 | -3/+3 | ||
2021-10-15 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-14 | Version Packages (#1557)astro@0.20.12@astrojs/renderer-vue@0.1.9 | 23 | -26/+34 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-10-14 | Expose Vue component names for devtools (#1512) | 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-14 | Fix type error in blog-multiple-authors example (#1553) | 4 | -4/+9 | ||
* chore: add description to avoid type error * fix: fix canonical url type in main head component | |||||
2021-10-14 | Add Vercel sponsorship logo (#1555) | 8 | -48/+60 | ||
* Add Vercel sponsorship logo Also normalize other logos * Add Vercel logo to www * Add logos to docs | |||||
2021-10-14 | Include pnpm example on "Installation" page (#1554) | 1 | -0/+5 | ||
2021-10-14 | Added descriptions to docs pages (#1550) | 22 | -8/+28 | ||
2021-10-14 | Only run `.github/workflows/stats.yml` locally, not on forks (#1549) | 1 | -0/+1 | ||
2021-10-14 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-13 | Add Community Themes and separate Featured Theme (#1543) | 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-13 | Change publish date el to be more accessible (#1522) | 2 | -2/+2 | ||
2021-10-13 | [ci] yarn format | 1 | -1/+1 | ||
2021-10-13 | docs: unify concepts in Spanish version (#1545) | 6 | -11/+11 | ||
2021-10-13 | [ci] yarn format | 1 | -1/+1 | ||
2021-10-13 | Add german quick start page (#1544) | 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 stats | 1 | -0/+1 | ||
2021-10-12 | docs: fix knownEntryPoints and add async renderToStaticMarkup example (#1489) | 1 | -3/+16 | ||
2021-10-12 | Revert #1520 (#1538) | 1 | -6/+0 | ||
2021-10-12 | Add Accessible Astro Starter (#1520) | 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-12 | Add first contributors guide to CONTRIBUTING.md (#1521) | 1 | -0/+3 | ||
2021-10-12 | Fix "Quick-Start guide" href (#1526) | 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-12 | Fix broken link to quick-start guide (#1534) | 1 | -1/+1 | ||
2021-10-12 | Version Packages (#1537)astro@0.20.11 | 21 | -24/+25 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-10-12 | [ci] yarn format | 6 | -15/+28 | ||
2021-10-12 | Add value to staticPaths cache before we await it (#1498) | 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) | 3 | -1/+74 | ||
* [ru] add translation for quick start * fix mistakes | |||||
2021-10-12 | docs: spanish translation (#1531) | 25 | -17/+2104 | ||
2021-10-12 | [ci] yarn format | 1 | -4/+4 | ||
2021-10-12 | Add docs for deploying using Google Cloud (#1533) | 1 | -0/+32 | ||
2021-10-12 | [ci] yarn format | 1 | -4/+4 | ||
2021-10-12 | Documentation for deploying with buddy.works (#1506) | 1 | -0/+18 | ||
* Added documentation for deploying to Buddy * Fix to make it more clear | |||||
2021-10-12 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-11 | [ci] yarn format | 1 | -22/+21 | ||
2021-10-11 | Add 404 page to website (#1501) | 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-11 | Add Github Action to automatically push from main to latest when no ↵ | 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-11 | Version Packages (#1527)astro@0.20.10 | 21 | -32/+33 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2021-10-11 | [ci] yarn format | 3 | -31/+23 | ||
2021-10-11 | Adds the astro check command (#1410) | 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 stats | 1 | -0/+1 | ||
2021-10-10 | [ci] yarn format | 1 | -1/+1 | ||
2021-10-10 | Typo in code snippet (#1523) | 1 | -1/+1 | ||
2021-10-10 | add backlink to blogposts (#1504) | 2 | -0/+18 | ||
2021-10-10 | [ci] collect stats | 1 | -0/+1 | ||
2021-10-09 | [ci] yarn format | 1 | -10/+10 | ||