mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
b49bd31377
commit
35987afeb5
5 changed files with 10 additions and 11 deletions
|
@ -16,14 +16,14 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||||
<h1>🧑🚀 Hello, Astronaut!</h1>
|
<h1>🧑🚀 Hello, Astronaut!</h1>
|
||||||
<p>
|
<p>
|
||||||
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
|
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
|
||||||
template serves as a lightweight, minimally-styled starting point for anyone looking to
|
template serves as a lightweight, minimally-styled starting point for anyone looking to build
|
||||||
build a personal website, blog, or portfolio with Astro.
|
a personal website, blog, or portfolio with Astro.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This template comes with a few integrations already configured in your
|
This template comes with a few integrations already configured in your
|
||||||
<code>astro.config.mjs</code> file. You can customize your setup with
|
<code>astro.config.mjs</code> file. You can customize your setup with
|
||||||
<a href="https://astro.build/integrations">Astro Integrations</a> to add tools like
|
<a href="https://astro.build/integrations">Astro Integrations</a> to add tools like Tailwind,
|
||||||
Tailwind, React, or Vue to your project.
|
React, or Vue to your project.
|
||||||
</p>
|
</p>
|
||||||
<p>Here are a few ideas on how to get started with the template:</p>
|
<p>Here are a few ideas on how to get started with the template:</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -25,10 +25,9 @@ import Hero from '../components/Hero.astro';
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Lorem ipsum dolor sit amet, <a href="https://astro.build/">Astro</a> makes people happy.
|
Lorem ipsum dolor sit amet, <a href="https://astro.build/">Astro</a> makes people happy.
|
||||||
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Proin nibh nisl
|
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Proin nibh nisl condimentum
|
||||||
condimentum id venenatis a condimentum vitae. Dapibus ultrices in iaculis nunc. Arcu
|
id venenatis a condimentum vitae. Dapibus ultrices in iaculis nunc. Arcu odio ut sem nulla
|
||||||
odio ut sem nulla pharetra diam sit amet. Diam quis enim lobortis scelerisque fermentum
|
pharetra diam sit amet. Diam quis enim lobortis scelerisque fermentum dui faucibus in ornare.
|
||||||
dui faucibus in ornare.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Arcu dui vivamus arcu felis bibendum ut tristique et egestas. Eget gravida cum sociis
|
Arcu dui vivamus arcu felis bibendum ut tristique et egestas. Eget gravida cum sociis
|
||||||
|
|
Loading…
Reference in a new issue