## Site Info title: "Franco's blog" description: "A blog about computer experiences and everything else" website: # This should point to your website source. source: "https://software.franco.net.eu.org/frnmst/blog" license: 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" 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: name: "Franco" email: "franco.masotti@tutanota.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: "" 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 software: 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", "Gemfile.lock", "Makefile", "Pipfile", "Pipfile.lock", ".pre-commit-config.yaml" ] ## Ruby gems plugins: - jekyll-sitemap