-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
44 lines (41 loc) · 1.17 KB
/
_config_dev.yml
File metadata and controls
44 lines (41 loc) · 1.17 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
# Site settings
name: Damilare Emmanuel O.
title: Oyelakin Damilare Emmanuel | Full Stack Software Engineer
description: Software engineer focused on developing softwares to increase productivity & improved user experiences.
url: https://netemmanuel.github.io/
baseurl: ""
email: d.dammylarry@gmail.com
cover: https://netemmanuel.github.io/img/og.png
logo: https://netemmanuel.github.io/img/emojis/technologist.png
resume: https://netemmanuel.github.io/resume.pdf
social:
- title: email
url: mailto:d.dammylarry@gmail.com
- title: twitter
url: https://twitter.com/
- title: medium
url: https://medium.com/@d.dammylarry
- title: stackoverflow
url: https://stackoverflow.com/users/7593083/netemmanuel
- title: github
url: https://github.com/netEmmanuel
- title: linkedin
url: https://www.linkedin.com/in/damilare-emmanuel-aa965094/
# Build settings
markdown: kramdown
exclude:
- "Gemfile"
- "Gemfile.lock"
- "*.gemspec"
- "README.md"
- "node_modules"
- "build"
- "gulpfile.js"
- "package.json"
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
plugins:
- jekyll-minifier
- jekyll-sitemap