Skip to content

Commit 885f54f

Browse files
committed
added game pages
1 parent 1753c58 commit 885f54f

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

_config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: Hian to the Third Degree
17-
email: thehianhianhian@gmail.com
17+
email: thehianhianhian [at] gmail.com
1818
description: >- # this means to ignore newlines until "baseurl:"
19-
hianhianhian | gamedev
19+
An aspiring gamedev's personal site.
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: hianhianhian_
@@ -28,6 +28,11 @@ theme: minima
2828
plugins:
2929
- jekyll-feed
3030

31+
# Only include these links for the header nav
32+
header_pages:
33+
- about.md
34+
- index.html
35+
3136
# Exclude from processing.
3237
# The following items will not be processed, by default. Create a custom list
3338
# to override the default setting.

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ While I'm primarily more experienced with programming, I'm always open to pickin
1111
Towards the end of my bachelor's degree, the question of my future career path kept filling my mind and I finally put my foot down on game development. Not having an existing portfolio, I decided to spend a few months post-graduation to learn as much as I could about game development, and that's exactly what I did!
1212

1313
## Feel free to contact me at:
14-
thehianhianhian \[at\] gmail.com
14+
[{{site.email}}]
1515

16-
[@hianhianhian_](https://twitter.com/hianhianhian_)
16+
[@{{site.twitter_username}}](https://twitter.com/hianhianhian_)

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
.embed-container iframe {
2525
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
2626
}
27+
.learnmore {
28+
text-align: right;
29+
}
2730
</style>
2831

2932
<div>
@@ -35,12 +38,13 @@ <h2>Soul Food</h2>
3538
</div>
3639
<p>Soul Food is a game I finished for the <a href="https://itch.io/jam/gentle-ghost-jam">Gentle Ghost Jam</a> over the course of a month using Unreal Engine 4. This project ended up being Blueprints only as the short timeframe required quick iterations, which wasn't possible with the long C++ compile and build times on my laptop.</p>
3740
<p>I worked alone on the game design, programming, writing and art, getting help for sound and music, my weakest area.</p>
41+
<p class="learnmore"><a href={% link soul-food.md %}>Learn more &#x27F6;</a></p>
3842
</div>
3943

4044
<div class="showcase-container">
4145
<h2>Where Gods go to Die</h2>
42-
<div style='position:relative; padding-bottom:calc(56.25% + 44px)'><iframe src='https://gfycat.com/ifr/GraciousGregariousIlladopsis' frameborder='0' scrolling='no' width='100%' height='100%' style='position:absolute;top:0;left:0;' allowfullscreen></iframe></div><p> <a href="https://gfycat.com/graciousgregariousilladopsis">via Gfycat</a></p>
46+
4347
<p>Where Gods go to Die is a prototype I started working on shortly after graduating, for about 3 months. Initially this started off as a beginner's project for getting familiar with Unreal Engine 4, I wasted a lot of time reworking things over and over again. From a Blueprints-only project to figuring out how to merge Blueprints with C++, I learned a lot about Unreal Engine and game development during this time.</p>
44-
<p></p>
48+
<p class="learnmore"><a href={% link where-gods-go-to-die.md %}>Learn more &#x27F6;</a></p>
4549
</div>
4650
</div>

soul-food.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
title: Soul Food
4+
permalink: /soul-food/
5+
---
6+
7+
Soul Food.

where-gods-go-to-die.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: default
3+
title: Where Gods go to Die
4+
permalink: /where-gods-go-to-die/
5+
---
6+
7+
<div>
8+
<div style='position:relative; padding-bottom:calc(56.25% + 44px)'><iframe src='https://gfycat.com/ifr/GraciousGregariousIlladopsis' frameborder='0' scrolling='no' width='100%' height='100%' style='position:absolute;top:0;left:0;' allowfullscreen></iframe></div><p> <a href="https://gfycat.com/graciousgregariousilladopsis">via Gfycat</a></p>
9+
<p>Where Gods go to Die.</p>
10+
</div>

0 commit comments

Comments
 (0)