mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-24 21:21:25 +03:00
docs: I made a homepage
This commit is contained in:
parent
91bacafe80
commit
f2b85ae0b0
2 changed files with 11 additions and 31 deletions
Binary file not shown.
Before Width: | Height: | Size: 96 KiB |
|
@ -1,36 +1,16 @@
|
|||
---
|
||||
title: Welcome to Starlight
|
||||
description: Get started building your docs site with Starlight.
|
||||
template: splash
|
||||
hero:
|
||||
tagline: Congrats on setting up a new Starlight project!
|
||||
image:
|
||||
file: ../../assets/houston.webp
|
||||
actions:
|
||||
- text: Example Guide
|
||||
link: /guides/example/
|
||||
icon: right-arrow
|
||||
- text: Read the Starlight docs
|
||||
link: https://starlight.astro.build
|
||||
icon: external
|
||||
variant: minimal
|
||||
title: Home
|
||||
description: The first free Open-Source Tool for Saving Historical Currency data
|
||||
---
|
||||
|
||||
import { Card, CardGrid } from '@astrojs/starlight/components';
|
||||
## What is Kekkai?
|
||||
Kekkai — The first free Open-Source Tool for Saving Historical Currency data
|
||||
|
||||
## Next steps
|
||||
It is a simple tool for collecting historical currency data from open sources,
|
||||
with the ability to create currency exchange rate charts.
|
||||
|
||||
<CardGrid stagger>
|
||||
<Card title="Update content" icon="pencil">
|
||||
Edit `src/content/docs/index.mdx` to see this page change.
|
||||
</Card>
|
||||
<Card title="Add new content" icon="add-document">
|
||||
Add Markdown or MDX files to `src/content/docs` to create new pages.
|
||||
</Card>
|
||||
<Card title="Configure your site" icon="setting">
|
||||
Edit your `sidebar` and other config in `astro.config.mjs`.
|
||||
</Card>
|
||||
<Card title="Read the docs" icon="open-book">
|
||||
Learn more in [the Starlight Docs](https://starlight.astro.build/).
|
||||
</Card>
|
||||
</CardGrid>
|
||||
## Why Kekkai?
|
||||
|
||||
- Free & Open-Source
|
||||
- The ability to create graphs
|
||||
- Plausible support. Anonymous data collection with the ability to disable it. Available only to server owners
|
||||
|
|
Loading…
Add table
Reference in a new issue