summaryrefslogtreecommitdiff
path: root/tissue.scm
AgeCommit message (Expand)Author
2022-07-09bin: Make indexed documents a list of document objects.•••This simplifies the interface obviating the need for an <indexed-document> type. * bin/tissue: Do not import (srfi srfi-9). (<indexed-document>): Delete type. (index): Expect indexed documents to be a list of document objects. * tissue.scm (#:indexed-documents): Pass in a list of document objects, instead of a list of <indexed-document> objects. Arun Isaac
2022-07-08tissue.scm: Remove html extension from web URIs.•••* tissue.scm (#:indexed-documents): Remove html extension from web URIs. Arun Isaac
2022-07-06website: Add home page.•••* website/index.skb: New file. * tissue.scm (#:web-files): Add index.html. Arun Isaac
2022-07-05tissue.scm: Export issue files to HTML.•••* tissue.scm (#:web-files): Export issue files to HTML. Arun Isaac
2022-07-05tissue.scm: Add tissue.scm.•••We finally start dogfooding. * tissue.scm: New file. * .gitignore: Add .tissue. Arun Isaac