This repository has been archived on 2021-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
the-flux-of-thought/_config.yml

146 lines
3.6 KiB
YAML
Raw Normal View History

## Site Info
2020-02-06 19:45:06 +01:00
title: "Blog testing"
description: "My blog testing"
website:
# This should point to your website source.
2020-02-06 19:45:06 +01:00
source: "https://github.com/frnmst/the-flux-of-thought"
license:
2020-02-06 19:45:06 +01:00
url: "https://creativecommons.org/licenses/by-sa/4.0/"
name: "CC-BY-SA 4.0"
software:
# These should point to the-flux-of-thought repository.
2020-02-06 19:45:06 +01:00
home: "https://github.com/frnmst/the-flux-of-thought"
version: "2.0.2"
# The following is used along the version variable to build the
# software version url.
2020-02-06 19:45:06 +01:00
release_base_url: "https://github.com/frnmst/the-flux-of-thought/releases/tag"
author:
2020-02-06 19:45:06 +01:00
name: "Franco Masotti"
2020-12-19 18:53:28 +01:00
email: "frnmst.blog@outlook.com"
buymeacoffee:
2020-02-06 19:45:06 +01:00
message: "Buy me a coffee"
url: "https://buymeacoff.ee/frnmst"
2015-09-08 18:10:35 +02:00
## Site Settings
# Base URL must end WITHOUT a slash, default: ""
2020-02-06 19:45:06 +01:00
baseurl: "/the-flux-of-thought"
# Post permalink. If you change this you must
# modify all the occurencies manually.
2020-02-06 19:45:06 +01:00
permalink: "/notes/:title"
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
2020-02-06 19:45:06 +01:00
timezone: "Europe/Rome"
future: true
2015-09-08 18:10:35 +02:00
## Site Build
2020-02-06 19:45:06 +01:00
highlighter: "rouge"
markdown: "kramdown"
2015-09-08 19:57:12 +02:00
kramdown:
2020-02-06 19:45:06 +01:00
input: "GFM"
2015-09-08 18:10:35 +02:00
sass:
2020-02-06 19:45:06 +01:00
style: ":compressed"
2015-09-08 18:10:35 +02:00
compress_html:
2020-02-06 19:45:06 +01:00
clippings: "all"
comments: ["<!-- ", " -->"]
endings: "all"
ignore:
2020-02-06 19:45:06 +01:00
envs: []
blanklines: false
profile: false
startings: []
2015-09-08 18:10:35 +02:00
excerpts:
2020-02-06 19:45:06 +01:00
enabled: true
start: "<!--excerpt_start-->"
end: "<!--excerpt_end-->"
words: 10
2017-04-13 22:57:40 +02:00
2020-02-05 20:52:12 +01:00
tag_list:
score:
2020-02-06 19:45:06 +01:00
min: 2
# Set the following to false to avoid limiting the tag links.
2020-02-06 19:45:06 +01:00
link_limit: 16
meta:
description_words: 140
excerpt_words: 140
site_description_words: 140
2018-05-06 18:28:24 +02:00
anchor_headings:
2020-02-06 19:45:06 +01:00
enabled: true
character: "&#182;"
min: 1
max: 6
2017-04-20 21:20:29 +02:00
# Puts the anchor heading before the title if set to true.
2020-02-06 19:45:06 +01:00
before: false
2018-10-16 10:27:12 +02:00
# Keep comments hidden
2017-04-07 22:41:07 +02:00
collections:
comments:
2020-02-06 19:45:06 +01:00
output: false
pages:
2020-02-06 19:45:06 +01:00
output: false
media:
2020-02-06 19:45:06 +01:00
output: true
assets:
2020-02-06 19:45:06 +01:00
output: true
2017-04-07 22:41:07 +02:00
## Page names
2015-09-08 18:10:35 +02:00
defaults:
-
scope:
2020-02-06 19:45:06 +01:00
path: ""
2015-09-08 18:10:35 +02:00
values:
2020-02-06 19:45:06 +01:00
layout: "null"
2015-09-08 18:10:35 +02:00
-
scope:
2020-02-06 19:45:06 +01:00
type: "pages"
2015-09-08 18:10:35 +02:00
values:
2020-02-06 19:45:06 +01:00
layout: "page"
2015-09-08 18:10:35 +02:00
-
scope:
2020-02-06 19:45:06 +01:00
type: "posts"
2015-09-08 18:10:35 +02:00
values:
2020-02-06 19:45:06 +01:00
layout: "post"
is_post: true
2017-04-07 22:41:07 +02:00
-
scope:
2020-02-06 19:45:06 +01:00
path: "_pages/index.md"
2017-04-07 22:41:07 +02:00
values:
2020-02-06 19:45:06 +01:00
is_home: true
2017-04-07 22:41:07 +02:00
-
scope:
2020-02-06 19:45:06 +01:00
path: "_pages/404.md"
values:
2020-02-06 19:45:06 +01:00
is_404: true
2017-04-12 22:31:46 +02:00
-
scope:
2020-02-06 19:45:06 +01:00
path: "_pages/tags.md"
2017-04-12 22:31:46 +02:00
values:
2020-02-06 19:45:06 +01:00
is_tags: true
-
scope:
2020-02-06 19:45:06 +01:00
path: "_pages/sitemap.md"
values:
2020-02-06 19:45:06 +01:00
is_sitemap: true
-
scope:
2020-02-06 19:45:06 +01:00
path: "comments"
type: "comments"
values:
2020-02-06 19:45:06 +01:00
layout: "comment"
is_comment: true
## Other Params
2020-02-06 19:45:06 +01:00
include: [ "_pages" ]
2020-12-19 18:53:28 +01:00
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "Makefile", "Pipfile", "Pipfile.lock", ".pre-commit-config.yaml" ]
## Ruby gems
plugins:
- jekyll-sitemap