-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 916 Bytes
/
_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
47
48
49
50
title: Antoine Cotten
author: Antoine Cotten
description: My personal web page. Perspectives on tech and whatnot.
url: https://acotten.com
og_image: /assets/img/site-pic.webp
header:
pages:
- name: Journal
slug: /
- name: Freelance
- name: Software
- name: About
footer:
contact:
- name: Email
value: [email protected]
link: mailto:[email protected]
follow:
- name: LinkedIn
link: https://linkedin.com/in/antoineco
value: antoineco
- name: GitHub
link: https://github.com/antoineco
value: antoineco
- name: Bluesky
link: https://bsky.app/profile/acotten.com
value: acotten.com
- name: RSS
link: /feed.xml
sass:
style: compressed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE*.txt
- CNAME
- flake.*
- gemset.nix
plugins:
- jekyll-feed
- jekyll-sitemap
feed:
excerpt_only: true