-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.js
27 lines (27 loc) · 1.22 KB
/
config.js
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
/* eslint-disable import/no-anonymous-default-export */
export default {
"name": "Vy Quốc Vũ",
"title": "Note của Vũ | Vy Quốc Vũ",
"author": "Vy Quốc Vũ",
"keywords": "Vy Quốc Vũ, Full Stack, Vuvy Notes",
"content": `My name is Vy Quốc Vũ (aka Ryan)</br>
<a href="https://oisp.hcmut.edu.vn/en/study-programs/bachelor-degree/computer-science">Bachelor of Computer Science</a>
</br>
Fullstack developer from 🇻🇳</br>
Anyway Ruby, JS builder with ♥`,
"avatar": "https://avatars.githubusercontent.com/u/13213996?v=4",
"description": "Vy Quốc Vũ, I'm a web developer.",
"pages": [
{ "path": "/", "label": "Home" },
{ "path": "/tags", "label": "Tags" },
{ "path": "/about", "label": "About Me" },
{ "path": "/contact", "label": "Contact" }
],
"socials": [
{ "url": "https://fb.com/vyquocvu", "label": "Facebook", "icon": "/icons/facebook.svg" },
{ "url": "https://linkedin.com/in/vyquocvu", "label": "Linkedin", "icon": "/icons/linkedin.svg" },
{ "url": "https://github.com/vyquocvu", "label": "Github", "icon": "/icons/github.svg" }
],
"repo": "https://github.com/vyquocvu/vux",
"host": "https://vyquocvu.co/",
}