mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-26 01:53:10 +01:00
28 lines
849 B
Markdown
28 lines
849 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
title: "NixOS & Flakes Book"
|
||
|
titleTemplate: "An unofficial book for beginners"
|
||
|
|
||
|
hero:
|
||
|
name: "NixOS & Flakes Book"
|
||
|
text: "An unofficial book for beginners"
|
||
|
tagline: Want to know NixOS & Flakes in details? Looking for a beginner-friendly tutorial? Then you've come to the right place!
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: Get Started
|
||
|
link: /get-started
|
||
|
- theme: alt
|
||
|
text: View on 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
|
||
|
---
|