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

**Describe the bug** **To Reproduce** Steps to reproduce the behaviour: 1. Start `dotnet fornax watch` 2. Wait for the first generation 3. Change the content of one of the file...

bug

It would be a must if the error were reported in red making it easier to spot. When you have a block of text it is not always easy to...

enhancement

This generator always add an error into the context. ```fs let generate (ctx: SiteContents) (_projectRoot: string) (page: string) = let error = { Path = page Message = $"Post %s{page}...

enhancement

**Describe the bug** `#r "nuget:Fornax"` will download the package to the .nuget cache but the dll can't be found. This means in the F# 5.0 world it will not be...

bug

**Describe the bug** Right now when loading a generator/loader Fornax transform the name of the file using `textInfo.ToTitleCase` meaning that if the user write `postLoader.fsx` it will be transformed into...

**Is your feature request related to a problem? Please describe.** Hello I am writing a class library for my markdig extensions, markdown parsing and core generator components. Everything is in...

**Is your feature request related to a problem? Please describe.** I am currently working on a fornax project to build gh-pages as docs for other repositories. The default gh-pages link...

address the issue https://github.com/ionide/Fornax/issues/99#issue-1021648657

**Describe the bug** A post folder path that contains a space character (or non-ascii char) will cause an error of `System.Collections.Generic.KeyNotFoundException` **To Reproduce** Steps to reproduce the behaviour: 1. Run...

**Describe the bug** Fornax crashes when attempting to build a project with error: ``` An unexpected error happend: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --->...