-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
98 lines (80 loc) · 3.25 KB
/
Copy path_config.yml
File metadata and controls
98 lines (80 loc) · 3.25 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
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
88
89
90
91
92
93
94
95
96
97
98
# Site
repository: ryanbbernstein/ryanbbernstein.github.io
# favicon: Directory of your favicon (eg. images/favicon.ico)(optional)
# Personal info
name: Ryan Bernstein
title: Software Developer
email: ryan.b.bernstein@gmail.com
# phone: 1(818) 284-2646
website: http://www.ryan-bernstein.com
darkmode: true
# Social links
twitter_username: ryan_bernstein
github_username: ryanbbernstein
# stackoverflow_username: "00000001"
# dribbble_username: jekyll
# facebook_username: jekyll
# flickr_username: jekyll
# instagram_username: jekyll
linkedin_username: ryan-bernstein
# xing_username: jekyll
# pinterest_username: jekyll
# youtube_username: jekyll
# googleplus_username: +jekyll
# orcid_username: 0000-0000-0000-0000
# Additional icon links
additional_links:
- title: Link name
icon: Font Awesome brand icon name (eg. fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
url: Link url (eg. https://google.com)
# - title: another link
# icon: font awesome brand icon name (eg. fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
# url: Link url (eg. https://google.com)
# Google Analytics and Tag Manager
# Using more than one of these may cause issues with reporting
# gtm: "GTM-0000000"
# gtag: "UA-00000000-0"
# google_analytics: "UA-00000000-0"
# About Section
# about_title: About Me (Use this to override about section title)
about_profile_image: Ryan.png
about_content: | # this will include new lines to allow paragraphs
Hi, I'm Ryan. I'm a Backend API and Gameplay Engineer with over 3 years of experience, based in Los Angeles.
I have experience with a number of different languages and technologies but a few of my favorites are: <mark>C++</mark>, <mark>c#</mark>, <mark>Javascript</mark>, <mark>Node.js</mark>, <mark>Java</mark>, <mark>Python</mark>, <mark>RESTful APIs</mark>, <mark>SDKs</mark>, <mark>Unity</mark>, and <mark>Unreal Engine</mark>.
I'm also experienced with <mark>Visual Studio</mark>, <mark>IntelliJ IDEA</mark>, <mark>git</mark>, and <mark>Perforce</mark> version control.
*I am currently available for work so feel free to contact me through email if you'd like to discuss.*
# Projects Section
# projects_title: Projects #(Use this to override about projects section title)
# Experience Section
# experience_title: Experience #(Use this to override about experience section title)
# Education Section
# education_title: Education #(Use this to override about education section title)
# More Section
# more_title: A Little More About Me #(Use this to override about more section title)
more_content: | # this will include new lines to allow paragraphs
Alongside my interests in software and game development some of my other interests and hobbies are:
* Embedded Hardware and Software
* Video Games
* Hiking / Camping
# Footer
footer_show_references: true
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
# remote_theme: sproogen/modern-resume-theme (Use this if you are hosting your resume on GitHub)
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]