Compare commits

..

No commits in common. "5b7d05eefe33c6afd8616daf6a13602caa66419d" and "9e449ea5b665fc46d5d29ef29d9db4f509c957c1" have entirely different histories.

3 changed files with 0 additions and 28 deletions

2
.gitignore vendored
View file

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

View file

@ -1,18 +0,0 @@
(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)))

View file

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