feat(web/website): init
This adds a new Website/Docs for Snix, using Thulite / Doks, which is mostly hugo and a bit of npm. Change-Id: Iea10d4068fa783ec0ddd6bcaba5c8d92b1a1168f
This commit is contained in:
parent
2705517e6d
commit
91d8b86b39
55 changed files with 6205 additions and 0 deletions
13
web/content/_index.md
Normal file
13
web/content/_index.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Snix"
|
||||
description: "A modern Rust re-implementation of the components of the Nix package manager."
|
||||
lead: "A modern Rust re-implementation of the components of the Nix package manager."
|
||||
date: 2023-09-07T16:33:54+02:00
|
||||
lastmod: 2023-09-07T16:33:54+02:00
|
||||
draft: false
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
robots: "" # custom robot tags (optional)
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue