🚀 First time launch

This commit is contained in:
LittleSheep 2025-01-20 20:22:37 +08:00
parent 225b1ed8f6
commit a64b18e7d1
4 changed files with 24 additions and 1 deletions

13
.roadsignrc Normal file
View File

@ -0,0 +1,13 @@
{
"sync": {
"region": "goatpedia",
"configPath": "roadsign.toml"
},
"deployments": [
{
"region": "goatpedia",
"site": "goatpedia-web",
"path": "dist"
}
]
}

View File

@ -4,6 +4,7 @@ import starlight from "@astrojs/starlight";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({
site: "https://kb.solsynth.dev",
integrations: [ integrations: [
starlight({ starlight({
title: "Goatpedia", title: "Goatpedia",

9
roadsign.toml Normal file
View File

@ -0,0 +1,9 @@
id = "goatpedia"
[[locations]]
id = "goatpedia"
hosts = ["kb.solsynth.dev"]
paths = ["/"]
[[locations.destinations]]
id = "goatpedia-web"
uri = "files:///workdir/goatpedia?fallback=404.html&index=index.html"

View File

@ -3,7 +3,7 @@ title: 欢迎来到山羊维基
description: 关于索尔幸茨的产品的官方知识库。 description: 关于索尔幸茨的产品的官方知识库。
template: splash template: splash
hero: hero:
tagline: Congrats on setting up a new Starlight project! tagline: 关于索尔幸茨产品的所有信息,都在这里。
image: image:
file: https://solsynth.dev/favicon.png file: https://solsynth.dev/favicon.png
actions: actions: