mirror of
https://github.com/RGBCube/NixSite
synced 2025-07-30 09:07:44 +00:00
Initial commit
This commit is contained in:
parent
c69b2eda1e
commit
b5ee8e239d
4 changed files with 59 additions and 0 deletions
8
site/index.nix
Normal file
8
site/index.nix
Normal 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>
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue