* 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>
* 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>
* 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
* show how to pass props
In the current documentation it is only shown how to receive props but not how to pass a component said props.
This adds a bit of code which shows how to pass props to a component.
* Update docs/src/pages/core-concepts/astro-components.md
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* Add a post on the Demo Day
* Add Jonas' last name
* Add a description
* Fix link to Tony's twitter
* feat: add social image, rename page
* fix: update heroImage
* feat: better hero image
* Update based on feedback
* Remove redundant 'next release'
Co-authored-by: Nate Moore <nate@skypack.dev>
* add extensions to make dev easier
* turn on prebuilt env to enable faster dev
* [ci] yarn format
* [ci] collect stats
* [ci] collect stats
Co-authored-by: trashhalo <trashhalo@users.noreply.github.com>
Co-authored-by: Fred K. Schott <fkschott@gmail.com>