2023-06-23 08:33:04 +02:00
|
|
|
---
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
layout: home
|
|
|
|
|
2023-07-08 06:17:04 +02:00
|
|
|
titleTemplate: "主页"
|
2023-06-23 08:33:04 +02:00
|
|
|
|
|
|
|
hero:
|
|
|
|
name: "NixOS 与 Flakes"
|
|
|
|
text: "一份非官方的新手指南"
|
|
|
|
tagline: "想要学习使用 NixOS 与 Flakes 吗?在寻找一份新手友好的教程?那你可来对地方了!"
|
2023-07-08 06:17:04 +02:00
|
|
|
image:
|
2023-07-08 06:21:29 +02:00
|
|
|
src: /logo.png
|
2023-07-08 06:17:04 +02:00
|
|
|
alt: NixOS Flakes
|
2023-06-23 08:33:04 +02:00
|
|
|
actions:
|
|
|
|
- theme: brand
|
|
|
|
text: 开始使用
|
2023-06-23 15:24:29 +02:00
|
|
|
link: /zh/introduction/index.md
|
2023-06-23 08:33:04 +02:00
|
|
|
- theme: alt
|
|
|
|
text: "前往 GitHub 仓库"
|
|
|
|
link: https://github.com/ryan4yin/nixos-and-flakes-book
|
|
|
|
# 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
|
|
|
|
---
|