Skip to content

Commit 21e1479

Browse files
committed
Update config
1 parent f05f385 commit 21e1479

File tree

1 file changed

+69
-33
lines changed

1 file changed

+69
-33
lines changed

_config.yml

Lines changed: 69 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
1212

1313
# theme : "minimal-mistakes-jekyll"
14-
# remote_theme : "mmistakes/minimal-mistakes"
15-
remote_theme : "mmistakes/[email protected]"
14+
remote_theme : "mmistakes/minimal-mistakes"
1615
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
1716

1817
# Site Settings
@@ -28,7 +27,7 @@ repository : "diegorusso/cv" # GitHub username/repo-name e.g. "mmi
2827
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
2928
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
3029
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
31-
# breadcrumbs : false # true, false (default)
30+
breadcrumbs : # true, false (default)
3231
words_per_minute : 200
3332
comments:
3433
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
@@ -44,6 +43,18 @@ comments:
4443
utterances:
4544
theme : # "github-light" (default), "github-dark"
4645
issue_term : # "pathname" (default)
46+
giscus:
47+
repo_id : # Shown during giscus setup at https://giscus.app
48+
category_name : # Full text name of the category
49+
category_id : # Shown during giscus setup at https://giscus.app
50+
discussion_term : # "pathname" (default), "url", "title", "og:title"
51+
reactions_enabled : # '1' for enabled (default), '0' for disabled
52+
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
53+
strict : # 1 for enabled, 0 for disabled (default)
54+
input_position : # "top", "bottom" # The comment input box will be placed above or below the comments
55+
emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
56+
lang : # "en" (default)
57+
lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
4758
staticman:
4859
branch : # "master"
4960
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
@@ -52,9 +63,12 @@ reCaptcha:
5263
secret :
5364
atom_feed:
5465
path : # blank (default) uses feed.xml
66+
hide : # true, false (default)
5567
search : true #, false (default)
5668
search_full_content : true #, false (default)
5769
search_provider : lunr # (default), algolia, google
70+
lunr:
71+
search_within_pages : true #, false (default)
5872
algolia:
5973
application_id : # YOUR_APPLICATION_ID
6074
index_name : # YOUR_INDEX_NAME
@@ -66,8 +80,9 @@ google:
6680
# SEO Related
6781
google_site_verification : "VHQ4B9N3Bw_aTIxNJh7hvuQwfRZzPpXJZsGOJ-IcrDE"
6882
bing_site_verification :
69-
yandex_site_verification :
7083
naver_site_verification :
84+
yandex_site_verification :
85+
baidu_site_verification :
7186

7287
# Social Sharing
7388
twitter:
@@ -83,9 +98,11 @@ social:
8398
type : # Person or Organization (defaults to Person)
8499
name : # If the user or organization name differs from the site's name
85100
links: # An array of links to social media profiles
86-
- "https://twitter.com/diegor"
101+
- "https://bsky.app/profile/diegor.it"
102+
- "https://x.com/diegor"
87103
- "https://facebook.com/diego.russo"
88104
- "https://www.linkedin.com/in/diegor"
105+
- "http://instagram.com/diegor.it/"
89106

90107
# Analytics
91108
analytics:
@@ -103,54 +120,49 @@ author:
103120
name : "Diego Russo"
104121
avatar : "assets/images/diegor.jpg"
105122
bio : "smile :)"
106-
location : "Cambridge"
123+
location : "Cambridge, UK"
124+
107125
links:
108-
- label: "Email"
109-
icon: "fas fa-fw fa-envelope-square"
110-
url: mailto:[email protected]
111-
- label: "Website"
112-
icon: "fas fa-fw fa-link"
113-
url: "https://www.diegor.it"
114126
- label: "GitHub"
115127
icon: "fab fa-fw fa-github"
116128
url: "https://github.com/diegorusso"
117-
- label: "Bitbucket"
118-
icon: "fab fa-fw fa-bitbucket"
119-
url: "https://bitbucket.org/diegor/"
120-
- label: "LinkedIN"
129+
- label: "LinkedIn"
121130
icon: "fab fa-fw fa-linkedin"
122131
url: "https://www.linkedin.com/in/diegor/"
123-
- label: "Twitter"
124-
icon: "fab fa-fw fa-twitter-square"
125-
url: "https://twitter.com/diegor"
132+
- label: "BlueSky"
133+
icon: "fab fa-fw fa-bluesky"
134+
url: "https://bsky.app/profile/diegor.it"
135+
- label: "X"
136+
icon: "fab fa-fw fa-x-twitter"
137+
url: "https://x.com/diegor"
126138
- label: "Facebook"
127139
icon: "fab fa-fw fa-facebook-square"
128140
url: "https://facebook.com/diego.russo"
141+
- label: "Instagram"
142+
icon: "fab fa-fw fa-instagram"
143+
url: "https://instagram.com/diegor.it"
129144

130145
# Site Footer
131146
footer:
132147
links:
133-
- label: "Email"
134-
icon: "fas fa-fw fa-envelope-square"
135-
url: mailto:[email protected]
136-
- label: "Website"
137-
icon: "fas fa-fw fa-link"
138-
url: "https://www.diegor.it"
139148
- label: "GitHub"
140149
icon: "fab fa-fw fa-github"
141150
url: "https://github.com/diegorusso"
142-
- label: "Bitbucket"
143-
icon: "fab fa-fw fa-bitbucket"
144-
url: "https://bitbucket.org/diegor/"
145-
- label: "LinkedIN"
151+
- label: "LinkedIn"
146152
icon: "fab fa-fw fa-linkedin"
147153
url: "https://www.linkedin.com/in/diegor/"
148-
- label: "Twitter"
149-
icon: "fab fa-fw fa-twitter-square"
150-
url: "https://twitter.com/diegor"
154+
- label: "BlueSky"
155+
icon: "fab fa-fw fa-bluesky"
156+
url: "https://bsky.app/profile/diegor.it"
157+
- label: "X"
158+
icon: "fab fa-fw fa-x-twitter"
159+
url: "https://x.com/diegor"
151160
- label: "Facebook"
152161
icon: "fab fa-fw fa-facebook-square"
153162
url: "https://facebook.com/diego.russo"
163+
- label: "Instagram"
164+
icon: "fab fa-fw fa-instagram"
165+
url: "https://instagram.com/diegor.it"
154166

155167

156168
# Reading Files
@@ -219,9 +231,33 @@ sass:
219231

220232
# Outputting
221233
permalink: /:year/:month/:day/:title/
234+
timezone: "Europe/London" # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
235+
236+
237+
# Pagination with jekyll-paginate
222238
paginate: 7 # amount of posts to show
223239
paginate_path: /page:num/
224-
timezone: "Europe/London" # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
240+
241+
# Pagination with jekyll-paginate-v2
242+
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
243+
# for configuration details
244+
pagination:
245+
# Set enabled to true to use paginate v2
246+
# enabled: true
247+
debug: false
248+
collection: 'posts'
249+
per_page: 10
250+
permalink: '/page/:num/'
251+
title: ':title - page :num'
252+
limit: 0
253+
sort_field: 'date'
254+
sort_reverse: true
255+
category: 'posts'
256+
tag: ''
257+
locale: ''
258+
trail:
259+
before: 2
260+
after: 2
225261

226262

227263
# Plugins (previously gems:)

0 commit comments

Comments
 (0)