forked from longpdo/neumorphism
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·186 lines (171 loc) · 7.63 KB
/
_config.yml
File metadata and controls
executable file
·186 lines (171 loc) · 7.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
### VALUES YOU SHOULD CHANGE ###
# GENERAL SITE SETTINGS
# title: This will be displayed as the website's name in your browser tab.
title: Dat Nguyen Tien Hoang
# description: This will be meta HTML tag content. This can be ignored.
description: "Computer Science / Data AI student specializing in multi-agent systems, formal methods, and autonomous swarms. Portfolio showcasing research, skills, projects and blogs."
# baseurl: The subpath of your site
# > set this to "", if you renamed the repository to <user>.github.io
baseurl: ""
# url: The base hostname & protocol for your site
url: "https://dabo111.github.io"
# LANDING PAGE
# username: This will displayed on the landing page as your name.
username: Dat Nguyen Tien Hoang
# typing_text: This will be typed before 'scroll down for more'.
# > set this to your job title, e.g. Fullstack Developer
typing_text: Progress is never free.
# cycling_messages: Enable cycling through multiple messages
# > setting this to true will use the messages list below
# > setting this to false will use the single typing_text above
enable_cycling_messages: true
# messages: List of messages to cycle through (only used if enable_cycling_messages is true)
cycling_messages:
- "Progress is never free."
- "For those who come after."
# email: Your E-Mail address for the email button.
email: tien.nguyen@ip-paris.fr
# For every social button you want to display, set your username or userid
# If you do not use one of the following websites, then leave it empty
# > twitter_username:
github_username: DaBo111
codepen_username:
dev_username:
linkedin_username: dat-nguyen-tien-hoang-88402323b
twitter_username:
google_scholar_id: wfUWPwIAAAAJ
orcid_id: 0009-0006-1159-6382
# ABOUT ME SECTION
# show_aboutme_card:
# > setting this to true, will display the About Me section
# > setting this to false, will omit the About Me section
show_aboutme_card: true
# about_me_title: The will be displayed as the title in the About Me section
about_me_title: About Me
# about_me_description: This will be displayed under the title.
about_me_description: Hi there! Name's Dat Nguyen Tien Hoang (Dat, /ɗaâˀt/, good luck pronouning that 😜). Just a nerd interested in autonomous, self-organized artificial swarms and decentralized multi-agent systems. Currently, I am doing a MSc in theoretical Computer Science research, specifically focusing on model checking and other formal methods for multi-agent systems.<br><br>Mathematics, physics and all things space-related also pique my interest. I also fancy playing the guitar and singing, though one would not want to be part of the audience for the sake of their auditory faculty...<br><br>I will update any future projects that I (will, hopefully) undertake on this website; also gonna post some (unhinged?) takes on various topics in the <a href="#blogs" class="highlight-link">Blog section</a> ¯\_(ツ)_/¯.
# about_me_photo: Path to your JPG photo (relative to assets/img/) - leave empty to disable
# > e.g. "profile.jpg" will look for assets/img/profile.jpg
# > recommended: JPG format, 300x300px or larger, square aspect ratio works best
about_me_photo: "v1.jpg"
# SKILLS SECTION
# show_skills_card:
# > setting this to true, will display the Skills section
# > setting this to false, will omit the Skills section
show_skills_card: true
# about_me_title: The will be displayed as the title in the Skills section
skills_title: Skills
# TIMELINE SECTION
# show_timeline_card:
# > setting this to true, will display the Timeline section
# > setting this to false, will omit the Timeline section
show_timeline_card: true
# timeline_title: The will be displayed as the title in the Timeline section
timeline_title: Education & Experience
# cv_download_link: The link where you host your cv.
# > e.g. you share your cv on your dropbox, then add the dropbox link here
cv_download_link: https://youtu.be/dQw4w9WgXcQ?list=RDdQw4w9WgXcQ
# RESEARCH SECTION (formerly Projects)
# show_research_card:
# > setting this to true, will display the Research section
# > setting this to false, will omit the Research section
show_research_card: true
# show_research_projects:
# > setting this to true, will display your listed projects in _data/projects.yml
# > setting this to false, will omit your listed projects
show_research_projects: true
# research_title: The will be displayed as the title of your research projects
research_title: Research
# research_view_mode: Display mode for research projects
# > "all" - display all research projects together
# > "by_year" - group research projects by year with filters
research_view_mode: "by_year"
# research_default_year: Default year to show when research_view_mode is "by_year"
# > Set to "all" to show all years by default, or specify a year like "2024"
research_default_year: "all"
# BLOGS SECTION
# show_blogs_card:
# > setting this to true, will display the Blogs section
# > setting this to false, will omit the Blogs section
show_blogs_card: true
# blogs_title: The will be displayed as the title of your blogs section
blogs_title: Blogs
# blogs_view_mode: Display mode for blogs
# > "all" - display all blogs together
# > "by_year" - group blogs by year with filters
blogs_view_mode: "by_year"
# blogs_default_year: Default year to show when blogs_view_mode is "by_year"
# > Set to "all" to show all years by default, or specify a year like "2024"
blogs_default_year: "all"
# PROJECTS SECTION
# show_opensource_card:
# > setting this to true, will display the Projects section
# > setting this to false, will omit the Projects section
show_opensource_card: true
# show_os_projects:
# > setting this to true, will display your public projects on github
# > setting this to false, will omit your public projects on github
show_os_projects: true
# os_projects_title: The will be displayed as the title of your projects
os_projects_title: Projects
# CONTACT SECTION
# show_contact_card:
# > setting this to true, will display the Contact section
# > setting this to false, will omit the Contact section
show_contact_card: true
# contact_title: The will be displayed as the title in the Contact section
contact_title: Contact
# contact_description: This will be displayed under the title.
contact_description: If you want to get in touch, feel free to reach out via email or connect with me on LinkedIn 🥺!
# GITHUB-METADATA
# Set this to your forked repository
# > e.g. <user>/<user>.github.io
repository: DaBo111/dabo111.github.io
github_username: DaBo111
github:
username: DaBo111
projects:
# sortby:
# > set this to pushed, if you want to sort your github repositories by time.
# > set this to stars, if you want to sort your github repositories by stars.
sort_by: pushed
exclude:
# archived:
# > setting this to true, will exclude archived repositories
# > setting this to false, will also display archived repositories
archived: true
# forks:
# > setting this to true, will exclude forked repositories
# > setting this to false, will also display forked repositories
forks: false
# projects: A list of the repository names you want to exclude from the listing.
projects:
- Wivace2024-EmergentNaming
# - repo1-to-be-excluded
# - repo2-to-be-excluded
# GOOGLE-ANALYTICS
# Set the id, if you want to track your website with Google Analytics
# > set this to "", if you do not want to track with Google Analytics
google-analytics:
id: "G-QHH0RV7Y0P"
### END OF VALUES YOU SHOULD CHANGE ###
plugins:
- "jekyll-github-metadata"
- "jekyll-sitemap"
# Sitemap configuration
sitemap:
include_posts:
- "/index.html"
changefreqs:
- "daily"
priorities:
- 1.0
exclude:
[
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json",
]