From fb988285a3fdc5b9e6c6656d4c79855bed80e106 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 27 Mar 2022 21:38:06 +0200 Subject: Commit --- config.default.yml | 146 ++++++++++++++++++++++++++--------------------------- 1 file changed, 73 insertions(+), 73 deletions(-) (limited to 'config.default.yml') diff --git a/config.default.yml b/config.default.yml index 7c34f43..c5d793a 100644 --- a/config.default.yml +++ b/config.default.yml @@ -1,74 +1,74 @@ -# ------------------------------------ -# -# ______ __ ____ -# / ____/___ / /_ ____ _/ / /_ -# / / / __ \/ __ \/ __ `/ / __/ -# / /___/ /_/ / /_/ / /_/ / / /_ -# \____/\____/_.___/\__,_/_/\__/ -# -# ------------------------------------ - -# A powerful, static and extensible CMS - -# Do you want a more user-friendly CMS? -# You might want to check out Neutron: -# https://gitlab.minteck.org/minteck/neutron - -# This is the Cobalt configuration file. -# Make sure this file is named 'config.yml' and not -# 'config.default.yml', as you don't need to edit -# the default configuration file. - -# How pages ID are constructed? -# ----------------------------- -# This will affect the generated HTML archive. -# All of these methods are cryptographically secure -# -# WARNING: the 'sha256' method might not work due to -# your filesystem's filename length limit. Use with -# caution -# -# Allowed values: -# - sha256: SHA-256 sum-based page IDs -# - snowflake: filename-based page IDs (default) -# - md5: MD5 sum-based page IDs -pages_id_generator: snowflake - -# Conditional publishing -# ---------------------- -# (thanks to antoine62 for the feature request) -# -# If enabled, Cobalt will detect if the 'publish' -# parameter in your Markdown's file frontmatter -# equals true. If (and only if) this condition is -# met, the file will be added. -# -# This doesn't affect folder index. -conditional_publishing: false - -# Classes for various HTML elements -# --------------------------------- -# If you import some custom CSS (such as Bootstrap), -# you might want to add custom DOM classes to generated -# HTML. -# -# Only the DOM elements mentioned below are supported by -# Cobalt. Use custom CSS to style the others. -classes: - main: [] - footer: [] - article: [] - header: [] - body: [] - html: [] - -# Additional JS/CSS imports -# ------------------------- -# Add URLs to JS or CSS files that will be imported into -# the generated HTML document. -# -# The JS file is imported on , so you need to use -# document.addEventListener('load', ...) -imports: - css: [] +# ------------------------------------ +# +# ______ __ ____ +# / ____/___ / /_ ____ _/ / /_ +# / / / __ \/ __ \/ __ `/ / __/ +# / /___/ /_/ / /_/ / /_/ / / /_ +# \____/\____/_.___/\__,_/_/\__/ +# +# ------------------------------------ + +# A powerful, static and extensible CMS + +# Do you want a more user-friendly CMS? +# You might want to check out Neutron: +# https://gitlab.minteck.org/minteck/neutron + +# This is the Cobalt configuration file. +# Make sure this file is named 'config.yml' and not +# 'config.default.yml', as you don't need to edit +# the default configuration file. + +# How pages ID are constructed? +# ----------------------------- +# This will affect the generated HTML archive. +# All of these methods are cryptographically secure +# +# WARNING: the 'sha256' method might not work due to +# your filesystem's filename length limit. Use with +# caution +# +# Allowed values: +# - sha256: SHA-256 sum-based page IDs +# - snowflake: filename-based page IDs (default) +# - md5: MD5 sum-based page IDs +pages_id_generator: snowflake + +# Conditional publishing +# ---------------------- +# (thanks to antoine62 for the feature request) +# +# If enabled, Cobalt will detect if the 'publish' +# parameter in your Markdown's file frontmatter +# equals true. If (and only if) this condition is +# met, the file will be added. +# +# This doesn't affect folder index. +conditional_publishing: false + +# Classes for various HTML elements +# --------------------------------- +# If you import some custom CSS (such as Bootstrap), +# you might want to add custom DOM classes to generated +# HTML. +# +# Only the DOM elements mentioned below are supported by +# Cobalt. Use custom CSS to style the others. +classes: + main: [] + footer: [] + article: [] + header: [] + body: [] + html: [] + +# Additional JS/CSS imports +# ------------------------- +# Add URLs to JS or CSS files that will be imported into +# the generated HTML document. +# +# The JS file is imported on , so you need to use +# document.addEventListener('load', ...) +imports: + css: [] js: [] \ No newline at end of file -- cgit