-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (65 loc) · 2.83 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
69
70
71
72
73
74
75
76
# Welcome to Jekyll!
# Website settings
title: Royer Ramirez Ruiz
description: Welcome to Royer's website and tech blog.
keywords: royer,ramirez,ruiz,devops,machine,learning,data,kubernetes,engineer,ai,kubeflow
baseurl: / # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage'
url: https://royerramirez.github.io/ # url should be 'http://<github_username>.github.io/homepage' as before
#url: http://127.0.0.1:4000
img_path: /static/assets/img/blog # url should be '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: RoyerRamirez # Be used at blog posts' author.
first_name: Royer # Be used at index page about me section.
last_name: Ramirez Ruiz # Be used at index page about me section.
avatar: /static/assets/img/landing/royer-casual.jpg # upload your avatar at directory and edit it.
github_username: royerramirez # Leave blank if you don't have now
linkedin_id: royerramirezruiz # Leave blank if you don't have now
facebook_username: # Leave blank if you don't have now
twitter_username: # Leave blank if you don't have now
email: [email protected] # Leave blank if you don't have now
#enable_feed: true # Comment out if you don't want to have a feed section
cv: https://royerramirez.com/resume.pdf # Optional: PDF
# skill icons are on avatar's left and right side. Reference urls are http://fontawesome.io/ and http://fizzed.com/oss/font-mfizz
skill_icon1:
- name: fa-linux
- name: icon-docker
#- name: icon-redis
#- name: icon-python
#- name: icon-antenna
skill_icon2:
- name: icon-redis
- name: icon-python
#- name: icon-antenna
#- name: icon-docker
#- name: fa-linux
desc: "Sr. DevOps Engineer with a Bachelor of Science in Applied Mathematics, and a minor in Physics from the University of Central Arkansas. Skilled in Python, R, Swift, Kubernetes, Terraform, and Istio service mesh." # Describe yourself.
# comment
disqus: # vist https://disqus.com/ to setup configuration; if not, comment section out (both lines).
name: royerramirez
# analytics
## google analytics
ga: # visit https://www.google.com/analytics/ to setup configuration; if not, comment following line.
#id: G-WX0HW9RW5R
## google optimize
go:
#id: OPT-M99LG94
## growingIO
gio: # visit https://www.growingio.com/ to setup configuration; if not, comment following line.
# id:
## donation
donation: off # type 'on'/'off' to choice display donation button at post page or not
## carousels
index_carousel: off # index page carousel switch
blog_carousel: off # blog page carousel switch
# scss
sass:
style: compressed
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge