-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (36 loc) · 866 Bytes
/
_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
# Site settings
name: Sai Gutta
title: Sai Gutta | Computer System Engineer
description: a problem-solver and analyst in Information Technology area focused on automating operation process.
url: https://sairao77.github.io/
baseurl: ''
email: [email protected]
cover: https://bchiang7.github.io/img/og.png
logo: img/emojis/technologist.png
resume: /resume.pdf
crediturl: https://bchiang7.github.io
social:
- title: email
url: mailto:[email protected]
- title: github
url: https://github.com/sairao77
- title: linkedin
url: https://www.linkedin.com/in/saigutta
# Build settings
markdown: kramdown
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