change index page
This commit is contained in:
+11
-23
@@ -13,36 +13,24 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
|||||||
<body>
|
<body>
|
||||||
<Header />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
<h1>🧑🚀 Hello, Astronaut!</h1>
|
<h1>😄 Mold Cost Online Tool</h1>
|
||||||
<p>
|
<p>
|
||||||
Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This
|
Welcome to the mold cost online tool.
|
||||||
template serves as a lightweight, minimally-styled starting point for anyone looking to build
|
|
||||||
a personal website, blog, or portfolio with Astro.
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This template comes with a few integrations already configured in your
|
This tool can be used for mold cost calculation following the given context.
|
||||||
<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 Tailwind,
|
|
||||||
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 is the few steps for using it.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Edit this page in <code>src/pages/index.astro</code></li>
|
<li>First you will need to register an account to start using it.</li>
|
||||||
<li>Edit the site header items in <code>src/components/Header.astro</code></li>
|
<li>Then you xx</li>
|
||||||
<li>Add your name to the footer in <code>src/components/Footer.astro</code></li>
|
<li>Thirdly you, xx</li>
|
||||||
<li>Check out the included blog posts in <code>src/content/blog/</code></li>
|
<li>If you are a power user, you may ...</li>
|
||||||
<li>Customize the blog post page layout in <code>src/layouts/BlogPost.astro</code></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Have fun! If you get stuck, remember to <a href="https://docs.astro.build/"
|
Have fun! If you get stuck, you may <a href="https://jimmygan.com/about"
|
||||||
>read the docs
|
>contact me
|
||||||
</a> or <a href="https://astro.build/chat">join us on Discord</a> to ask questions.
|
</a>
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Looking for a blog template with a bit more personality? Check out <a
|
|
||||||
href="https://github.com/Charca/astro-blog-template"
|
|
||||||
>astro-blog-template
|
|
||||||
</a> by <a href="https://twitter.com/Charca">Maxi Ferreira</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user