Add an index page

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:16:37 -07:00
parent c9c430d41c
commit 040749dcc9
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"