Commit graph

1536 commits

Author SHA1 Message Date
tony-sull
3e51037262 [ci] yarn format 2021-10-18 17:28:06 +00:00
Stephan Bogner
c2b3efeca8
Added clarifications regarding using images and videos especially regarding Markdown (#1583) 2021-10-18 19:26:53 +02:00
AsyncBanana
a6759106f1
Fix comparison heading order (#1572) 2021-10-18 08:29:10 -04:00
AsyncBanana
9d9fe1527b
Add image alts to blog posts (#1579)
* Added image alts to blog posts

* Fixed netlify post tag
2021-10-18 08:28:32 -04:00
AsyncBanana
483ae6bf60
Standardize blog dates (#1581) 2021-10-18 08:25:40 -04:00
FredKSchott
b51d0f34a3 [ci] collect stats 2021-10-18 12:07:22 +00:00
AsyncBanana
1677fae9de
Add two missing blog posts to blog index (#1580) 2021-10-17 22:09:57 -05:00
FredKSchott
ba84e92866 [ci] collect stats 2021-10-17 12:05:20 +00:00
FredKSchott
b5fbe67209 [ci] collect stats 2021-10-16 12:05:20 +00:00
Logan Blangenois
f00d95a5b5
fix: update link in fr version (#1562)
- Fix quick-start that redirect to 404
- Fix installation that redirect to en version
2021-10-15 09:26:11 -06:00
btea
d503603942
fix typo in astro.js (#1560) 2021-10-15 09:25:45 -06:00
FredKSchott
38ffcdd501 [ci] collect stats 2021-10-15 12:05:13 +00:00
github-actions[bot]
b7a4542103
Version Packages (#1557)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-14 15:13:13 -04:00
Levi
31d0688016
Expose Vue component names for devtools (#1512)
* 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 15:08:07 -04:00
Yoshiaki Togami
32dbf68247
Fix type error in blog-multiple-authors example (#1553)
* chore: add description to avoid type error

* fix: fix canonical url type in main head component
2021-10-14 14:40:33 -04:00
Drew Powers
7e4f91db60
Add Vercel sponsorship logo (#1555)
* Add Vercel sponsorship logo

Also normalize other logos

* Add Vercel logo to www

* Add logos to docs
2021-10-14 12:25:46 -06:00
Henrique Borges
59f9201774
Include pnpm example on "Installation" page (#1554) 2021-10-14 14:09:02 -04:00
AsyncBanana
4dbad5d5ff
Added descriptions to docs pages (#1550) 2021-10-14 08:33:58 -04:00
Caleb Jasik
a0becd24b4
Only run .github/workflows/stats.yml locally, not on forks (#1549) 2021-10-14 08:07:47 -04:00
FredKSchott
fb966b0820 [ci] collect stats 2021-10-14 12:05:38 +00:00
Mark Teekman
8c308a1490
Add Community Themes and separate Featured Theme (#1543)
* 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 16:22:00 -04:00
AsyncBanana
3aafb58d60
Change publish date el to be more accessible (#1522) 2021-10-13 16:21:35 -04:00
matthewp
660481444b [ci] yarn format 2021-10-13 17:09:37 +00:00
Jorge del Casar
9d53dfbfb2
docs: unify concepts in Spanish version (#1545) 2021-10-13 13:08:19 -04:00
matthewp
348ba366f7 [ci] yarn format 2021-10-13 16:23:19 +00:00
Silas Krause
5cbd9d8a5c
Add german quick start page (#1544)
* 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 12:22:01 -04:00
FredKSchott
6d53c92852 [ci] collect stats 2021-10-13 12:07:08 +00:00
Brandon
c7ca17c5ec
docs: fix knownEntryPoints and add async renderToStaticMarkup example (#1489) 2021-10-12 15:30:21 -04:00
Drew Powers
86ddc8cf38
Revert #1520 (#1538) 2021-10-12 12:35:23 -06:00
Mark Teekman
b2b1174623
Add Accessible Astro Starter (#1520)
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 12:27:40 -06:00
AsyncBanana
0f3b267603
Add first contributors guide to CONTRIBUTING.md (#1521) 2021-10-12 12:04:08 -06:00
Cedric Nicoloso
51d7f4ec33
Fix "Quick-Start guide" href (#1526)
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 12:03:22 -06:00
Sebastian Gorton Kalvik
f58ec6fe16
Fix broken link to quick-start guide (#1534) 2021-10-12 13:30:51 -04:00
github-actions[bot]
5ac51bae3a
Version Packages (#1537)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-12 13:27:06 -04:00
matthewp
d59b657395 [ci] yarn format 2021-10-12 17:06:04 +00:00
Caleb Jasik
6813106a5d
Add value to staticPaths cache before we await it (#1498)
* 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 13:04:22 -04:00
Paul Mineev
ab990b2204
[docs/ru] add translation for quick start (#1524)
* [ru] add translation for quick start

* fix mistakes
2021-10-12 13:03:25 -04:00
Jorge del Casar
f6d0631cee
docs: spanish translation (#1531) 2021-10-12 13:02:34 -04:00
matthewp
6ea1119a32 [ci] yarn format 2021-10-12 16:36:32 +00:00
Elian ☕️
d90c0456b5
Add docs for deploying using Google Cloud (#1533) 2021-10-12 12:35:05 -04:00
matthewp
b21eafd35c [ci] yarn format 2021-10-12 15:58:26 +00:00
Maciej Palmowski
0816ac0636
Documentation for deploying with buddy.works (#1506)
* Added documentation for deploying to Buddy

* Fix to make it more clear
2021-10-12 11:56:58 -04:00
FredKSchott
3b54ddabca [ci] collect stats 2021-10-12 12:05:39 +00:00
matthewp
03681629fc [ci] yarn format 2021-10-11 20:17:39 +00:00
Elian ☕️
97e03deb3b
Add 404 page to website (#1501)
* 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 16:16:28 -04:00
Elian ☕️
5ef1bf6e7d
Add Github Action to automatically push from main to latest when no 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 15:56:50 -04:00
github-actions[bot]
0ff5c87a27
Version Packages (#1527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-11 08:33:37 -04:00
matthewp
b1b564d03d [ci] yarn format 2021-10-11 12:13:35 +00:00
Matthew Phillips
dbd2f5076b
Adds the astro check command (#1410)
* 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 08:12:15 -04:00
FredKSchott
4b4596eaac [ci] collect stats 2021-10-11 12:06:11 +00:00