-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
48 lines (43 loc) · 1.14 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
# Site settings
name: Marcus Tan
title: Marcus Tan's Portfolio
description: My love for both technology and beautiful design make the web my ideal roadmap for becoming a Front-End Developer.
url: https://marcustanx.github.io/
baseurl: ''
email: [email protected]
cover: https://marcustanx.github.io/img/og.png
logo: https://marcustanx.github.io/img/emojis/technologist.png
resume: https://www.icloud.com/iclouddrive/0_Q29zh7bUuY4y1V-FtUsikpw#jsonRESUME_Marcus_May2020
social:
- title: email
url: mailto:[email protected]
# - title: twitter
# url: https://twitter.com/marcustanx
# - title: instagram
# url: https://instagram.com/marcustanx
# - title: codepen
# url: http://codepen.io/marcustanx
- title: github
url: https://github.com/marcustanx
- title: linkedin
url: https://www.linkedin.com/in/marcustanzw
# Build settings
markdown: kramdown
# plugins:
# - jekyll-redirect-from
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- '*.gemspec'
- 'README.md'
- 'node_modules'
- 'build'
- 'gulpfile.js'
- 'package.json'
keep_files:
- 'CNAME'
- '.git'
- '.gitignore'
plugins_dir:
- jekyll-minifier
- jekyll-sitemap