We are working very hard to bring you the best documentation possible.
CONFIGURATION
fusions.ssg Configuration
The following configuration options are available for you to override in your project's src/fusion.json file:
postsFolder
The name to use for the folder that hosts your site's posts.
- default: "posts"
baseURL
The name of the subfolder that your site is served from. Please see baseURL Tokens for more information.
- default: ""
wips
These are the paths to the files and folders that are located in the src/templates folder that are works in progress and that are to be ignored during release builds. To learn more about wips, please read Works In Progress.
- default: []
tokens
Simple token property values declared here are global to the project and replace all matching simple tokens declared in all HTML documents. If both a local simple token and a global simple token have the same name the local simple token takes precedence. Please see Simple Tokens for more information.
- default: {}
Conditional Includes
Introduced in v1.2.0
These are files located in the src/includes folder that are specifically targeted for either development or release builds, but not for both.
- default: conditionalIncludes: { developmentOnly: [], releaseOnly: [] }
All paths must be relative to the src/includes folder.