1
Fork 0
mirror of https://github.com/RGBCube/NixSite synced 2025-07-30 09:07:44 +00:00

Initial commit

This commit is contained in:
RGBCube 2024-02-28 13:59:54 +03:00
parent c69b2eda1e
commit b5ee8e239d
No known key found for this signature in database
4 changed files with 59 additions and 0 deletions

8
site/index.nix Normal file
View file

@ -0,0 +1,8 @@
(call ./_base.nix) {
title = "Hello, Nix!";
} (
<h1>"Hello, Nix!"<.h1>
<p>"This site was made using Nix!"<.p>
<p>"Yes, you read that right! 100% Nix!"<.p>
)