-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path_config.yml
More file actions
126 lines (109 loc) · 4.6 KB
/
Copy path_config.yml
File metadata and controls
126 lines (109 loc) · 4.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#
###################################
# Site wide configuration
####################################
#
# Sezione generale del sito
title: Cristian Castellari — CV, Progetti e Blog
tagline: "Lavoro e passioni personali"
description: "Il CV, le esperienze e il blog di Cristian Castellari — si parla tanto di lavoro quanto delle mie passioni personali."
#
# Sezione URL e SEO
keywords: cristian, castellari, blog, jekyll, gh-pages, kace, github, wordpress
baseurl: '' # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: https://cristiancastellari.it # url should be 'http://<github_username>.github.io/homepage' as before
#
# Sezione immagini
img_path: /static/assets/img/blog # url should be '/homepage/static/assets/img/blog' as before
favicon: /static/assets/img/favicon.svg # cambia qui per usare una favicon diversa (svg, ico, jpg, png vanno tutti bene)
#
###################################
# Jekyll configuration
####################################
#
timezone: Europe/Rome
highlighter: rouge
markdown: kramdown
excerpt_separator: <!--more-->
settings:
rating: general # May be general, mature, restricted, 14 years or safe for kids
kramdown:
input: GFM
syntax_highlighter: rouge
#
###################################
# Jekyll-SEO-tag settings
####################################
#
lang: it_IT
# Lingua di fallback (codice breve) quando una pagina/post non imposta `lang`.
# Unico punto da cambiare per spostare il default del sito su un'altra lingua.
# Lingue supportate dal sito: it (italiano), en (inglese).
default_lang: it
permalink: /blog/:categories/:title/
twitter:
card: summary_large_image
username: BloggerStanco
webmaster_verifications:
google: FByo2xcDR6RaUId2DdQjhAmq9YMjlEhVlL0OgK8KDzU
bing: FCA4B700F192727565A2354B488A3DD5
#
###################################
# author configuration
# index page "about me" section
####################################
#
author: # change following line to your infomation.
name: Cristian Castellari # Be used at blog posts' author.
first_name: Cristian # Be used at index page about me section.
last_name: Castellari # Be used at index page about me section.
avatar: /static/assets/img/landing/me.jpg # upload your avatar at directory and edit it.
github_username: skyflash # Leave blank if you don't have now
linkedin_id: cristiancastellari # Leave blank if you don't have now
facebook_username: cristian.castellari # Leave blank if you don't have now
twitter: BloggerStanco
bluesky: cristiancastellari.bsky.social # Leave blank if you don't have now
email: c.castellari@gmail.com # Leave blank if you don't have now
cv: https://cristiancastellari.it/static/assets/cv/CV_Cristian_Castellari.pdf # An online CV can be printed as PDF, leave blank if you don't have now
desc: "Informatico, padre e marito. Appassionato di tecnologia da sempre, curioso di natura. Nel tempo libero mi dedico alla famiglia, agli amici, alla cucina e ai videogiochi.
Credo fortemente in ITIL come framework da applicare non solo all'IT ma anche a normali situazioni di vita quotidiana"
# comment
giscus: # comments backed by GitHub Discussions; go to https://giscus.app to (re)generate these values if you change repo, or comment out the block to disable comments.
repo: skyflash/skyflash.github.io
repo_id: MDEwOlJlcG9zaXRvcnkxNDA4MzA5ODM=
category: Announcements
category_id: DIC_kwDOCGTpB84DEgRc
# analytics
## google analytics (GA4)
ga:
id: G-VBD386VCRK
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-target-blank
# redirects.json non è usato da nessuna pagina/script del sito: è solo un
# elenco JSON generato dal plugin per usi esterni. Disattivato per non
# comparire nel sitemap (che robots.txt disallow comunque per /*.json).
redirect_from:
json: false
# Paginazione del blog: gestita a mano in _layouts/blog-index.html (non da un
# plugin) perché deve filtrare i post per lingua — jekyll-paginate pagina
# sempre TUTTI i site.posts, senza modo di escludere le altre lingue.
blog_posts_per_page: 15
# Immagine di fallback per i post senza `image` in front matter: senza
# questo default jekyll-seo-tag non genera affatto og:image/twitter:image,
# quindi quei post condividono una card social senza anteprima. Placeholder
# generico in attesa di una cover dedicata per ciascun post.
defaults:
- scope:
path: "_posts"
type: "posts"
values:
image: /static/assets/img/blog/blog-cover-generic.png
# scss
sass:
sass_dir: _sass
style: compressed
# Build settings
encoding: utf-8
exclude: ['README.md', 'CHANGELOG.md', 'Gemfile', 'Gemfile.lock', 'node_modules']