This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Jekyll.
Summary
Sets if both non-whitelisted plugins and caching to disk should be disabled, and if symbolic links should be ignored.
--safe
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll .Commands .New - Containing Type
- Jekyll
New Settings Extensions
Syntax
public static JekyllNewSettings EnableSafeMode(this JekyllNewSettings settings, bool enable = true)
Parameters
Name | Type | Description |
---|---|---|
settings | JekyllNewSettings | The settings. |
enable | bool | to disable non-whitelisted plugins, caching safe disk, and ignore symbolic links, otherwise . |
Return Value
Type | Description |
---|---|
JekyllNewSettings | The settings instance with the SafeMode property updated with the value provided in enable. |