yst
yst copied to clipboard
create static websites from YAML data and string templates
It would be nice to be able to have a link in the navigation list that links to an outside site, for example, an externally hosted blog (or even just...
`yst create mysite` creates, among other things, `event.st`. Deleting the newlines at the end of this file causes the items to be all squished into one item. I guess this...
Pandoc supports citations using hs-citeproc. Is it possible to expose this functionality in yst easily? My first though is that it just means passing extra command-line arguments to Pandoc, but...
Currently, it is not possible to get a completely plain txt output. If I specify a layout with *.txt.st or *.markdown.st extension, it is equivalent pandoc -t markdown I think...
I have found an issue where the last div is not properly closed in a markdown template defined using several headings. I added this to the demo website index.yaml: ```...
This is a feature request, no bug report. I'd like to be able to use `.lhs` files as `source` and `.lhs.st` files as `template` such that the input is interpreted...