-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (43 loc) · 1.44 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
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "dark"
title: "todo-app"
description: "To Do List Tool With PostgreSQL Database in C"
url: "https://antonioberna.github.io"
baseurl: "/todo-app"
repository: "AntonioBerna/todo-app"
author:
name: "Antonio Bernardini"
avatar: "/assets/imgs/me.jpg"
bio: "Computer Engineering Student passionate about cybersecurity, hardware, firmware, and software, sharing knowledge through innovative projects and impactful code."
location: "Rome, Italy"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto: [email protected]"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/AntonioBerna"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/antonioberna"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/c/CleverCode"
footer:
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto: [email protected]"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/AntonioBerna"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/antonioberna"
- label: "YouTube"
icon: "fab fa-fw fa-youtube"
url: "https://www.youtube.com/c/CleverCode"
plugins:
- jekyll-paginate
- jemoji
- jekyll-include-cache