-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
executable file
·68 lines (58 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Site settings
title: Long Do
description: Personal website powered by Jekyll
baseurl: "" # the subpath of your site, e.g. /blog
# url: "localhost:3000" # the base hostname & protocol for your site e.g. https://example.com/
updated: 2021
# Landing Page
username: Long Do
typing_text: Full Stack Developer
email: [email protected]
github_username: longpdo
codepen_username: longpdo
dev_username:
linkedin_username: longpdo
twitter_username:
# About Me Section
show_aboutme_card: true
about_me_title: Who Am I
# Skills Section
show_skills_card: true
skills_title: Skills
# Timeline Section
show_timeline_card: true
timeline_title: My Journey
cv_download_link: https://github.com/longpdo/Awesome-CV/blob/master/examples/cv.pdf
# Projects Section
show_projects_card: true
show_projects: false
projects_title: Things I Have Built
show_os_projects: true
os_projects_title: Things I Contributed To Open Source
# CONTACT SECTION
show_contact_card: true
contact_title: Get In Touch
# Github-Metadata
repository: longpdo/personal-website
projects:
# pushed or stars
sort_by: stars
exclude:
archived: true
forks: true
projects:
# - repo-name
# Google-analytics
google-analytics:
id: "UA-158757509-1"
plugins:
- "jekyll-github-metadata"
exclude:
[
"_assets",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"node_modules",
"package.json",
]