My blog
https://blog.franco.net.eu.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
145 lines
3.5 KiB
145 lines
3.5 KiB
## Site Info |
|
title: "Franco Masotti's blog" |
|
description: "A blog about computer experiences and everything else" |
|
|
|
website: |
|
# This should point to your website source. |
|
source: "https://gitlab.com/frnmst/frnmst.gitlab.io" |
|
license: |
|
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. |
|
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. |
|
release_base_url: "https://github.com/frnmst/the-flux-of-thought/releases/tag" |
|
|
|
author: |
|
name: "Franco Masotti" |
|
email: "volvopolar731@gmail.com" |
|
buymeacoffee: |
|
message: "Buy me a coffee" |
|
url: "https://buymeacoff.ee/frnmst" |
|
|
|
## Site Settings |
|
# Base URL must end WITHOUT a slash, default: "" |
|
baseurl: "" |
|
|
|
# Post permalink. If you change this you must |
|
# modify all the occurencies manually. |
|
permalink: "/notes/:title" |
|
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
|
timezone: "Europe/Rome" |
|
future: true |
|
|
|
## Site Build |
|
highlighter: "rouge" |
|
markdown: "kramdown" |
|
kramdown: |
|
input: "GFM" |
|
sass: |
|
style: ":compressed" |
|
|
|
compress_html: |
|
clippings: "all" |
|
comments: ["<!-- ", " -->"] |
|
endings: "all" |
|
ignore: |
|
envs: [] |
|
blanklines: false |
|
profile: false |
|
startings: [] |
|
|
|
excerpts: |
|
enabled: true |
|
start: "<!--excerpt_start-->" |
|
end: "<!--excerpt_end-->" |
|
words: 10 |
|
|
|
tag_list: |
|
score: |
|
min: 5 |
|
# Set the following to false to avoid limiting the tag links. |
|
link_limit: 16 |
|
|
|
meta: |
|
description_words: 140 |
|
excerpt_words: 140 |
|
site_description_words: 140 |
|
|
|
anchor_headings: |
|
enabled: true |
|
character: "¶" |
|
min: 1 |
|
max: 6 |
|
|
|
# Puts the anchor heading before the title if set to true. |
|
before: false |
|
|
|
# Keep comments hidden |
|
collections: |
|
comments: |
|
output: false |
|
pages: |
|
output: false |
|
media: |
|
output: true |
|
assets: |
|
output: true |
|
|
|
## Page names |
|
defaults: |
|
- |
|
scope: |
|
path: "" |
|
values: |
|
layout: "null" |
|
- |
|
scope: |
|
type: "pages" |
|
values: |
|
layout: "page" |
|
- |
|
scope: |
|
type: "posts" |
|
values: |
|
layout: "post" |
|
is_post: true |
|
- |
|
scope: |
|
path: "_pages/index.md" |
|
values: |
|
is_home: true |
|
- |
|
scope: |
|
path: "_pages/404.md" |
|
values: |
|
is_404: true |
|
- |
|
scope: |
|
path: "_pages/tags.md" |
|
values: |
|
is_tags: true |
|
- |
|
scope: |
|
path: "_pages/sitemap.md" |
|
values: |
|
is_sitemap: true |
|
- |
|
scope: |
|
path: "comments" |
|
type: "comments" |
|
values: |
|
layout: "comment" |
|
is_comment: true |
|
|
|
## Other Params |
|
include: [ "_pages" ] |
|
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "Makefile" ] |
|
|
|
## Ruby gems |
|
plugins: |
|
- jekyll-sitemap
|
|
|