blog/_config.yml

148 lines
3.6 KiB
YAML
Raw Normal View History

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