feat: homepage
parent
3b8ebb7b0a
commit
4f4d3a559f
|
@ -0,0 +1,27 @@
|
||||||
|
<template>
|
||||||
|
<div class="vp-doc container">
|
||||||
|
<slot />
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.container {
|
||||||
|
margin: auto;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 1280px;
|
||||||
|
padding: 0 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 640px) {
|
||||||
|
.container {
|
||||||
|
padding: 0 48px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 960px) {
|
||||||
|
.container {
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -5,21 +5,37 @@ layout: home
|
||||||
hero:
|
hero:
|
||||||
name: "RLE.wiki"
|
name: "RLE.wiki"
|
||||||
text: "一份RLE指北"
|
text: "一份RLE指北"
|
||||||
tagline: My great project tagline
|
tagline: 欢迎大家来到 RLE.wiki. 这里会给跨性别者们提供一份RLE的一份指南。部分内容由 MtF.wiki 迁移而来,更多帮助正在路上,敬请期待。
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Markdown Examples
|
text: 大学指南 🏫
|
||||||
link: /markdown-examples
|
link: /campus/readme.md
|
||||||
- theme: alt
|
- theme: brand
|
||||||
text: API Examples
|
text: Fashion 👕
|
||||||
link: /api-examples
|
link: /fashion/readme.md
|
||||||
|
|
||||||
features:
|
|
||||||
- title: Feature A
|
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
||||||
- title: Feature B
|
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
||||||
- title: Feature C
|
|
||||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
import HomeContent from './.vitepress/theme/components/HomeContent.vue'
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<HomeContent>
|
||||||
|
|
||||||
|
::: tip ℹ️
|
||||||
|
本项目由 Project Trans 团队发起,包括但不仅限于 MtF 的 RLE 指导,也欢迎广大 FtM 同胞一起建设本项目。
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
::: tip ℹ️
|
||||||
|
本项目包括且不仅限于校园指南,后期会包括其他 RLE 指导,处于建设初期其他条目暂未完成,欢迎大家帮助项目完善。
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
::: info 🕯️
|
||||||
|
沉痛悼念原 RLE-wiki 核心维护人员 ArtsEpiphany 🕯 R.I.P 2023.3.13 🕯
|
||||||
|
:::
|
||||||
|
|
||||||
|
</HomeContent>
|
||||||
|
|
Loading…
Reference in New Issue