-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (37 loc) · 1.91 KB
/
_config.yml
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
# theme: jekyll-theme-minima
title: Vesuvius Sentinel
author:
name: Vincenzo Ventriglia
email: vincenzo.ventriglia@outlook.com
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
A satellite imagery project to study Vesuvius pre- and post-July '17 wildfires
# Build settings
# As of March 2024, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/).
# If you want to use the latest Minima version on GitHub Pages, use the following setting and
# add a line comment on "theme" above.
remote_theme: jekyll/minima
# Theme-specific settings
# Set to `true` to show excerpts on the homepage.
# show_excerpts: false
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: solarized-dark
# Generate social links in footer.
social_links:
- { platform: github, user_url: "https://github.com/viventriglia" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/vincenzoventriglia/" }
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }