yst icon indicating copy to clipboard operation
yst copied to clipboard

create static websites from YAML data and string templates

Results 16 yst issues
Sort by recently updated
recently updated
newest added

In the demo example - what do we do if we need to implement an event detail page. for each event - if we need an event detail page -...

At the moment it is possible to make the navigation menu with multiple levels, but the first level in a multilevel structure has no content: ``` - Rooms: - url...

`$nav$` currently generates hard-coded HTML (see https://github.com/jgm/yst/blob/e3838d318318012d9237c9a34e792d1a630805d5/Yst/Render.hs#L77). It would be great if users could specify a template for it instead. If you're interested I can work on this and file...

the site i setup as per ur instructions is too simple: http://surmount.biz.st:2321 , can u give a sample site which is based on yst ,which has some basic blog features...

Hi, Is it possible that you support data stored in XML file(s)? Thanks,

Why you don't implement that YAML headers could contain the data of the template. This could be simple, because no external document were needed. Thanks,

Is there any way to pass Pandoc command line arguments to YST? I am particularly interested in choosing a bibtex file and a CSL. I know Hakyll and Jekyll-Pandoc both...

Hei, it seems that only from few days now, HDBC-sqlite3 is not resolving using the simple cabal installation. Also all the links to the package are broken, cabal seem to...

After running a simple: # yst create wob It creates the directory, places in test files, and then promptly complains that it cannot find the layout file that it placed...

I'm not sure if this is possible currently, I couldn't work out how, anyway. Basically, I'd like a way to define something in `index.yaml` such that I can put it...