forked from arkalim/portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
87 lines (77 loc) · 2.51 KB
/
config.yaml
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
77
78
79
80
81
82
83
84
85
86
87
baseURL: "https://eangutierrez.github.io/portfolio/"
languageCode: en-us
title: Tony Gutierez
theme: PaperMod
menu:
main:
- identifier: home
name: Home
url: /
weight: 10
- identifier: blog
name: Blog
url: /blog
weight: 20
- identifier: projects
name: Projects
url: /projects
weight: 30
params:
# theme
showToc: true
TocOpen: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
hideMeta: false
# for enchanced SEO
env: production
# Home Page
profileMode:
enabled: true
title: "Tony Gutierrez"
subtitle: Hello! I’m Tony, an **MBA** and **MIS** student at the University of Arizona. I bring a solid foundation in data analytics and project management, built by years of academic and professional experience. I am passionate about the entire data analysis process, from tidying dirty and unorganized data, to applying statistical analysis and data mining techniques, to building compelling data visualizations that help clients understand the meaning behind their data. To enhance my expertise, I obtained the Google Data Analytics Professional Certificate, further bolstering my Excel, SQL, R Programming Language, and Tableau skills. Moreover, I self-learned Python to consolidate my knowledge and to pursue my curiosity. In my free time, I like to channel my creativity by learning new things, such as gardening and carpentry.
imageUrl: "home/LinkedIn_Photo.jpg"
imageWidth: 220
imageHeight: 220
# buttons:
# - name: Resume
# url: ""
# List View
hideDescriptionInList: false
# cover image for posts
cover:
hiddenInList: false # hide on list pages and home
hiddenInSingle: false # hide on single page
socialIcons:
- name: "email"
url: "mailto:[email protected]"
- name: "linkedin"
url: "https://www.linkedin.com/in/eangutierrez/"
- name: "github"
url: "https://github.com/eangutierrez"
- name: "tableau public"
url: "https://public.tableau.com/app/profile/tony.gutierrez"
- name: "medium"
url: "https://medium.com/@tonygutierrez_60520"
- name: "cv"
url: "https://rb.gy/2ihmwo"
# text search
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# for search using Fuse.js
outputs:
home:
- HTML
- RSS
- JSON
# allow HTML in MD
markup:
goldmark:
renderer:
unsafe: true