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.
116 lines
2.7 KiB
116 lines
2.7 KiB
## Site Info |
|
title: "Franco Masotti's blog" |
|
description: "A blog about libre software experiences and everything else" |
|
# This should point to your website source. |
|
website_source: https://gitlab.com/frnmst/frnmst.gitlab.io |
|
# These should point to the-flux-of-thought repository. |
|
software_version: "0.0.3" |
|
# The following is used along the software_version variable to build the |
|
# software version url. |
|
software_release_base_url: https://github.com/frnmst/the-flux-of-thought/releases/tag |
|
|
|
## Author Info |
|
author_name: "Franco Masotti" |
|
author_email: volvopolar731@gmail.com |
|
|
|
## Site Settings |
|
baseurl: "" # Base URL must end WITHOUT a slash, default: "" |
|
permalink: /notes/:title # Post permalink. If you change this you must |
|
# modify all the occurencies manually. |
|
timezone: Europe/Rome # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
|
future: true |
|
|
|
## Site Build |
|
highlighter: rouge |
|
markdown: kramdown |
|
kramdown: |
|
input: GFM |
|
sass: |
|
style: :compressed |
|
|
|
## Other Params |
|
include: [ "_pages" ] |
|
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "Makefile" ] |
|
|
|
## Ruby gems |
|
plugins: |
|
- jekyll-sitemap |
|
|
|
## Excerpts |
|
excerpt_enabled: true |
|
excerpt_separator: "<!--more-->" |
|
excerpt_words: 20 |
|
|
|
## Tags |
|
min_tag_score: 3 |
|
|
|
## Meta tag options |
|
meta_description_words: 140 |
|
meta_excerpt_words: 140 |
|
meta_site_description_words: 140 |
|
|
|
## Anchor headings |
|
anchor_headings_enabled: true |
|
anchor_headings_character: "¶" |
|
anchor_headings_min: 1 |
|
anchor_headings_max: 6 |
|
# Puts the anchor heading before the title if set to true. |
|
anchor_headings_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 |
|
|
|
|