Skip to content

Commit f22905e

Browse files
Update README.md
1 parent 1f3b7a2 commit f22905e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
111111
|> HtmlElement.ToString
112112
```
113113

114+
**Important note**: You can (and probably should) define multiple generators - they will generate different kinds of pages and/or content, such as `post`, `index`, `about`, `rss` etc.
115+
114116
### Configuration
115117

116118
`Configuration` is a F# script file that defines when which analyzers need to be run, and how to save its output. `Config.fsx` file needs to be put in the root of your site project (the place from which you run `fornax` CLI tool)

0 commit comments

Comments
 (0)