44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "RLE.wiki"
|
||
text: "一份 RLE 指北"
|
||
tagline: 欢迎大家来到 RLE.wiki. 这是一份给跨性别者与性别多元群体的 RLE 指南。更多帮助正在路上,敬请期待……
|
||
actions:
|
||
- theme: brand
|
||
text: 大学指南 🏫
|
||
link: /campus/
|
||
- theme: alt
|
||
text: Fashion 👕
|
||
link: /fashion/
|
||
- theme: alt
|
||
text: 防护 🚨
|
||
link: /personal-safety/
|
||
image:
|
||
src: /logo-with-shadow.png
|
||
alt: RLE.wiki logo
|
||
|
||
---
|
||
|
||
<script setup>
|
||
import HomeContent from './.vitepress/theme/components/HomeContent.vue'
|
||
</script>
|
||
|
||
<HomeContent>
|
||
|
||
::: tip ℹ️
|
||
本项目由 Project Trans 团队发起,内容将包括 MtF、FtM、酷儿以及其他性别多元群体的 RLE 指导与探讨,欢迎大家一起建设本项目。
|
||
:::
|
||
|
||
::: tip ℹ️
|
||
网站当前处于建设初期,条目暂未完成,欢迎大家帮助项目完善。
|
||
:::
|
||
|
||
::: info 🕯️
|
||
沉痛悼念原 RLE-wiki 核心维护人员 ArtsEpiphany 🕯 R.I.P 2023.3.13 🕯
|
||
:::
|
||
|
||
</HomeContent>
|