-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (49 loc) · 1.05 KB
/
_config.yml
File metadata and controls
56 lines (49 loc) · 1.05 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
# Site settings
title: Matteo Barbieri
email: privacy.mttbrbr@gmail.com
description: >-
MSc student in Aeronautical Engineering @ Politecnico di Milano.
Focusing on aerodynamics, CFD, and control systems.
baseurl: ""
url: "https://mttbrbr.github.io" # Fondamentale per GitHub Pages
# Social
github_username: mttbrbr
# Build settings
# Rimosso remote_theme e theme per usare i tuoi layout personalizzati
timezone: Europe/Rome
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Collections
collections:
projects:
output: true
permalink: /projects/:path/
# Defaults
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: "_posts"
type: "posts"
values:
layout: "default" # Usiamo default per semplicità, o "post" se ne crei uno specifico
- scope:
path: "_projects"
type: "projects"
values:
layout: "default"
# SEO & Language
author: Matteo Barbieri
lang: en
# Exclude
exclude:
- vendor/
- .bundle/
- .jekyll-cache/
- Gemfile
- Gemfile.lock