Commit graph

1517 commits

Author SHA1 Message Date
FredKSchott
9874645d8b [ci] collect stats 2021-10-05 12:05:20 +00:00
FredKSchott
c0ed9de8e9 [ci] collect stats 2021-10-04 12:05:29 +00:00
FredKSchott
3d560eb1e2 [ci] collect stats 2021-10-03 12:05:34 +00:00
AsyncBanana
e318093522
Updated blog index with demo day post (#1477) 2021-10-02 23:32:09 -07:00
Joseph Yi
e4b0db9b12
Use setup-node action's caching (#1476)
* Use setup-node action's caching

* additional cleanup of caching boilerplate

Co-authored-by: Joseph Yi <joseph.yi@shift.com>
2021-10-02 23:28:50 -07:00
FredKSchott
5d3e3ae542 [ci] collect stats 2021-10-02 12:05:36 +00:00
AsyncBanana
046756c0fb
Update comparison to reflect Gatsby SSR Support (#1474)
* Updated comparison to reflect Gatsby SSR Support

Updated comparison to show that Gatsby now supports SSR in version 4, as show by https://v4.gatsbyjs.com/docs/how-to/rendering-options/using-server-side-rendering/

* Clarified support in future versions

Small change just because it clarifies it better and I didn't add it in the original commit

* Removed Gatsby SSG paragraph

* Added information to Gatsby comparison
2021-10-01 17:43:50 -07:00
Fred K. Schott
b684a04bff framework-solid: update outdated classname 2021-10-01 15:30:00 -07:00
Fred K. Schott
57e11f2bb7
improve solidjs template (#1475) 2021-10-01 15:25:27 -07:00
Mikkel Tønder
c1aa4b4d2d
docs: Improvements to language select and theme toggle (#1473) 2021-10-01 15:09:10 -04:00
github-actions[bot]
b5f1bd46ff
Version Packages (#1472)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-01 13:36:02 -04:00
Merrick Christensen
0eeb25348e
switch from rm to unlink in order to preserve node 12 compatability in astro-create (#1468)
* switch from rm to unlink in order to preserve node 12 compatability in astro-create

* add changeset
2021-10-01 13:18:40 -04:00
Pipo
f351bb8570
Added quick-start.md in spanish and link into sidebar in config.ts (#1466)
* Added quick-start.md in spanish and link into sidebar in config.ts

* Change accepted

* Fixed typos errors

Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-10-01 11:27:09 -04:00
Matthew Phillips
756e3769d3
Support PureComponent in the react renderer (#1467)
* Support PureComponent in the react renderer

* Adds a changeset
2021-10-01 11:25:17 -04:00
Yoshiaki Togami
dd6442a686
chore: add alt type (#1471) 2021-10-01 10:13:34 -04:00
Jang Rush
c9364bed0f
fix a typo in blog astro-019 '''astro -> ```astro (#1469) 2021-10-01 10:04:29 -04:00
Mikkel Tønder
46a08c6898
docs: Update danish getting started docs (#1470) 2021-10-01 15:53:23 +02:00
FredKSchott
22e8890c83 [ci] collect stats 2021-10-01 12:08:19 +00:00
matthewp
7473da41d3 [ci] yarn format 2021-09-30 19:17:35 +00:00
Pavel Mineev
2df287dcd6
Remove duplicated info (#1464) 2021-09-30 15:16:30 -04:00
Pavel Mineev
9d64722e84
Translation for Getting Started [RU] (#1461)
* add getting started in russian

* add russian in the lang selector

* add russian in blog post

* minor changes

* translation for the comments in the code

Co-authored-by: Alex <bespoyasov@me.com>

* changes from @nlopin

Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>

* sync with original docs #1464

* accept changes from @nlopin with slight changes

Co-authored-by: Alex <bespoyasov@me.com>
Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
2021-09-30 15:16:09 -04:00
Adam Recvlohe
41aed672ab
Update deploy docs for gitlab pages (#1465) 2021-09-30 15:03:14 -04:00
Matthew Phillips
82672e5c47
Updated srcset checking (#1462)
* Updated srcset checking

Improved functionality of `srcset` checking as original failed when URL contained a comma ( `,` ).
Utilised function from [srcset-parse](https://github.com/molefrog/srcset-parse) as couldn't find a way to integrate the package.
Added test to current assets test rather than create a separate one.

* Use srcset-parse

Co-authored-by: Coel May <82788995+coelmay@users.noreply.github.com>
2021-09-30 09:58:20 -04:00
FredKSchott
472d308950 [ci] collect stats 2021-09-30 12:06:27 +00:00
Joshua Byrd
ee27583111
Do we really need a massive 5MB+ banner that takes multiple seconds to load when people open the readme? (#1459)
* 5MB PNG > 789K JPG

* Different RAW address

* Revert "Different RAW address"

This reverts commit db47b99211.
2021-09-30 00:28:53 -07:00
Peter Cook
8c3221a0df
Portfolio example fix (#1457)
* Fix project page in portfolio example

Projects list was blank because template filter uses publishDate but
front matter uses published_at. Changed front matter to publishDate.

* Fix nested projects in portfolio example
2021-09-29 16:13:02 -04:00
matthewp
2293fa0530 [ci] yarn format 2021-09-29 18:09:57 +00:00
Risan Bagja Pradana
34ad6598ee
Fix URL to "starter templates" link (#1455)
The `starter templates` link on [Installation](https://docs.astro.build/installation#create-astro) page is currently pointed at 404 page: https://docs.astro.build/examples.

This fix, simply replace the URL with: https://github.com/snowpackjs/astro/tree/main/examples
2021-09-29 14:08:40 -04:00
Pipo
367ebd3d9f
Added installation.md in spanish (#1444)
* Added installation.md in spanish

* Add update to docs/src/config.ts sidebar

Co-authored-by: Felipe Gutiérrez <pipo@pop-os.localdomain>
2021-09-29 14:08:18 -04:00
FredKSchott
a9a3a43c5d [ci] collect stats 2021-09-29 12:05:32 +00:00
github-actions[bot]
b78a58ed33
Version Packages (#1451)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28 15:34:16 -04:00
Michael Stramel
806dcd8d8d
Update lit version to v2 (#1445)
* Update lit version to v2

* Create weak-sheep-clap.md

* Re-assign window.global to window to retain existing functionality
2021-09-28 14:59:28 -04:00
AsyncBanana
dd4234a5b5
Add script tag example (#1435)
* Add script tag example

Added example of using Astro with client side JavaScript

* Removed partial hydration example comment
2021-09-28 10:25:58 -04:00
Alexey Pyltsyn
6611b6b931
Update Docusaurus performance score (#1447) 2021-09-28 09:11:12 -04:00
github-actions[bot]
bf6357a233
Version Packages (#1442)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-09-28 09:10:41 -04:00
FredKSchott
85249cb11d [ci] collect stats 2021-09-28 12:05:23 +00:00
Caleb Jasik
ed3b3eae4b
Update /examples/docs/.../MoreMenu.astro (#1446) 2021-09-27 16:57:02 -05:00
arturo
697f17a255
ES docs typo fixes (#1443)
Fixes 3 minor typographical errors in the Spanish documentation
2021-09-27 11:18:02 -07:00
AsyncBanana
3083563506
Fixed props shadowing (#1433)
* Fixed props shadowing

* Added changeset

* Added prop shadowing test
2021-09-27 11:52:57 -04:00
FredKSchott
af1ca5dd13 [ci] collect stats 2021-09-27 12:05:22 +00:00
FredKSchott
b6519b435f [ci] collect stats 2021-09-26 12:08:49 +00:00
Rafid Muhymin Wafi
5fd8712c90
Update CONTRIBUTING.md (#1431) 2021-09-25 09:54:41 -05:00
FredKSchott
8fcd9c27ae [ci] collect stats 2021-09-25 12:06:30 +00:00
Fred K. Schott
2f902aa1c0
Update CONTRIBUTING.md 2021-09-24 10:41:18 -07:00
tony-sull
cb5d45bd2f [ci] yarn format 2021-09-24 16:08:26 +00:00
Kyosuke
33b7c91c97
docs: Add Japanese translation of getting started page (#1375) 2021-09-24 18:06:59 +02:00
tony-sull
f061a2b54f [ci] yarn format 2021-09-24 15:59:26 +00:00
Tero Lindeman
0fca1fbcab
Write pages serially and close file handle (#1395) 2021-09-24 17:58:08 +02:00
tony-sull
1baadefa35 [ci] yarn format 2021-09-24 15:51:18 +00:00
YM
ffbc48da97
Update Doc: Getting Starteted in Zh-tw (#1398)
* Update examples in getting started

* Update Online Playgrounds for zh-tw
2021-09-24 17:50:00 +02:00