mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] yarn format
This commit is contained in:
parent
ea27663f92
commit
dae398100d
2 changed files with 11 additions and 14 deletions
|
@ -3,7 +3,6 @@ layout: ~/layouts/Main.astro
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
Astro is modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources.
|
Astro is modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources.
|
||||||
|
|
||||||
## Try Astro
|
## Try Astro
|
||||||
|
@ -16,17 +15,16 @@ Read our [Installation Guide](/installation) for a full walk-through on getting
|
||||||
|
|
||||||
If you're interested in playing around with Astro in the browser, you can use an online code playground. Try a Hello World template on [CodeSandbox](https://codesandbox.io/s/astro-template-hugb3).
|
If you're interested in playing around with Astro in the browser, you can use an online code playground. Try a Hello World template on [CodeSandbox](https://codesandbox.io/s/astro-template-hugb3).
|
||||||
|
|
||||||
*Note: some features (ex: Fast Refresh) are currently limited on CodeSandbox.*
|
_Note: some features (ex: Fast Refresh) are currently limited on CodeSandbox._
|
||||||
|
|
||||||
|
|
||||||
## Learn Astro
|
## Learn Astro
|
||||||
|
|
||||||
People come to Astro from different backgrounds and with different learning styles. Whether you prefer a more theoretical or a practical approach, we hope you'll find this section helpful.
|
People come to Astro from different backgrounds and with different learning styles. Whether you prefer a more theoretical or a practical approach, we hope you'll find this section helpful.
|
||||||
|
|
||||||
* If you prefer to **learn by doing**, start with our [examples library](https://github.com/snowpackjs/astro/tree/main/examples).
|
- If you prefer to **learn by doing**, start with our [examples library](https://github.com/snowpackjs/astro/tree/main/examples).
|
||||||
* If you prefer to **learn concepts step by step**, start with our [basic concepts and guides](/core-concepts/project-structure).
|
- If you prefer to **learn concepts step by step**, start with our [basic concepts and guides](/core-concepts/project-structure).
|
||||||
|
|
||||||
Like any unfamiliar technology, Astro does have a learning curve. With practice and some patience, you *will* get the hang of it.
|
Like any unfamiliar technology, Astro does have a learning curve. With practice and some patience, you _will_ get the hang of it.
|
||||||
|
|
||||||
### Learn `.astro` Syntax
|
### Learn `.astro` Syntax
|
||||||
|
|
||||||
|
@ -42,7 +40,6 @@ This documentation section is useful when you want to learn more details about a
|
||||||
|
|
||||||
This documentation always reflects the latest stable version of Astro. Once we hit the v1.0 milestone, we will add the ability to view versioned documentation.
|
This documentation always reflects the latest stable version of Astro. Once we hit the v1.0 milestone, we will add the ability to view versioned documentation.
|
||||||
|
|
||||||
|
|
||||||
## Staying Informed
|
## Staying Informed
|
||||||
|
|
||||||
The [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter account is the official source for the updates from the Astro team.
|
The [@astrodotbuild](https://twitter.com/astrodotbuild) Twitter account is the official source for the updates from the Astro team.
|
||||||
|
|
Loading…
Reference in a new issue