Compare commits

..

2 commits

Author SHA1 Message Date
5b7d05eefe Merge branch 'main' of https://git.hippoz.xyz/loplkc/lopsite
Merge local branch (w/ website contents) with remote (w/ license)
2022-10-31 08:58:16 -04:00
da41ed9ec9 Initial commit 2022-10-31 08:42:48 -04:00
3 changed files with 28 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/site
'

18
haunt.scm Normal file
View file

@ -0,0 +1,18 @@
(use-modules (haunt asset)
(haunt site)
(haunt builder blog)
(haunt builder atom)
(haunt reader)
;;(haunt reader skribe)
(haunt reader commonmark))
(site #:title "lopsite"
#:domain "loplkc.neocities.com"
#:default-metadata
'((author . "loplkc")
(email . "loplkc@loplkc.loplkc"))
#:readers (list commonmark-reader)
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)))

8
posts/hello.md Normal file
View file

@ -0,0 +1,8 @@
title: First post!
date: 2018-03-13 18:00
tags: hello
summary: hello!
---
Hello, world!