JekyllNewThemeSettingsExtensions.

EnableSafeMode(JekyllNewThemeSettings, bool) Method

Summary

Sets if both non-whitelisted plugins and caching to disk should be disabled, and if symbolic links should be ignore. --safe

Syntax

public static JekyllNewThemeSettings EnableSafeMode(this JekyllNewThemeSettings settings, bool enable = true)

Parameters

Name Type Description
settings JekyllNewThemeSettings The settings.
enable bool to disable non-whitelisted plugins, caching safe disk, and ignore symbolic links, otherwise .

Return Value

Type Description
JekyllNewThemeSettings The settings instance with the SafeMode property updated with the value provided in enable.