Fornax icon indicating copy to clipboard operation
Fornax copied to clipboard

Scriptable static site generator using type safe F# DSL to define page templates.

Results 23 Fornax issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to ask if Fornax has some functionality akin to Hugo's shortcode system (https://gohugo.io/content-management/shortcodes/)? These are snippets placed inside Markdown to call a custom function that outputs HTML....

**Is your feature request related to a problem? Please describe.** Currently only `MultipleId` Generators are to be able to specify their output path while other generators have no idea where...

**Describe the bug** Fornax is generating output for a generator with no `generate` function. **To Reproduce** Steps to reproduce the behaviour: 1. `fornax new` 2. Delete everything in `contact.fsx` 3....

**Is your feature request related to a problem? Please describe.** I would like to be able to extend fornax functionality with my owns scripts that are sort of meta generators,...

While #46 added functionality for loader errors (which is nice but undocumented) I don't see a way to report errors from the generators.

**Describe the bug** When the path of a folder containing a fornax site contains multiple dots (`.`), the watch command will not trigger recompilation via any generator triggers. I encountered...

One thing that made Jekyll (and then Hugo) so popular was that you could just get a theme from a website, and there are lot of themes available: https://themes.gohugo.io/ I...

enhancement

**Is your feature request related to a problem? Please describe.** In Hugo archetypes are templates for .md files that will be created in the posts directory. They make it easy...

enhancement

**Describe the bug** Installing fornax as a local tool on a CI server and trying to build a site throws an error "Couldn't find or load config". **To Reproduce** 1....

**Is your feature request related to a problem? Please describe.** I would like to host Fornax in an Azure Function and have it re-generate new content when requested, but I...

question