-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
97 lines (84 loc) · 2.73 KB
/
Copy path_config.yml
File metadata and controls
97 lines (84 loc) · 2.73 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
# WhatATheme
markdown: kramdown
# URL of the Site
url: 'https://sagecreations.github.io/'
# Base URL of the Site (i.e., Name of the Repository in which the Site is hosted)
baseurl:
# Title of the Site
title: Edward Cruz
# Description of the Site
description: Game Developer, Programmer, Game Systems Designer
# URL of Image of the Site
site-image: /assets/images/meta.jpg
# Keywords of the Site
site-keywords: Games, Game Developer, Unreal Engine, Unity, C-Sharp, C++, Programmer
# URL for the Image of custom Favicon
favicon-url:
# URL of the Image of Custom Hero Image (i.e., the image in the background of the very first section of the Homepage)
heroimage: https://images.pexels.com/photos/220444/pexels-photo-220444.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940
# Social Media and Contact
# If you don't want to use any icon, you can leave them blank.
email: sagecreations.ec@gmail.com
facebook_username:
twitter_username:
instagram_username:
linkedin_username: edward-cruz-sagecreations
github_username: SageCreations
youtube_channel_id:
reddit_username:
behance_username:
dribbble_username:
spotify_username:
# Google Analytics
google-analytics:
# Disqus
disqus-shortname:
# Name of the Author
author-name: Edward Cruz
# URL for the Image of the Author
author-image: "https://user-images.githubusercontent.com/20461089/210973719-912be0ac-09ee-40ae-9cfa-99ab11f6a12a.png"
# 60 Words About the Author
author-about: Led a team of 5 and drove out a finished build of our game within 6 weeks. Conceptualized and implemented enemy ai controllers for a multitude of projects across different game engines. Built a player character controller that uses custom gravity and auto camera behavior so that player only needs a single joystick and face button to play. Released Defrain, a retro arcade-style game, onto the steam store. Placed 6th out of 70+ competitors in the state of Texas for the Technology Student Association coding competition 2016-2017.
# URL to the Author's Profile (i.e., Github, Twitter, Stackoverflow, etc)
author-url: https://github.com/SageCreations
# SASS
sass:
sass_dir: _sass
style: compressed
# Build settings
plugins:
- jekyll-admin
- jekyll-feed
# Permalink
permalink: "blog/:title"
# Compress
compress_html:
clippings: all
# Defaults
defaults:
-
scope:
type: 'posts'
values:
layout: post
post-image: ""
description: ""
tags:
- ""
-
scope:
type: 'pages'
values:
layout: page
# Exclude
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/