Add an index page

This commit is contained in:
Catalin Constantin Mititiuc 2025-05-08 13:08:57 -07:00
parent 3915bb7470
commit 6a76dcac18
2 changed files with 11 additions and 0 deletions

7
index.md Normal file
View File

@ -0,0 +1,7 @@
{
date: "Thu May 08 2025 19:41:30.000000000"
title: "index"
}
Hello world!

4
site.moon Normal file
View File

@ -0,0 +1,4 @@
sitegen = require "sitegen"
sitegen.create =>
@title = "Hello World"
add "index.md"