Skip to content

Commit

Permalink
Add 2 posts and remove hello world post
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamouization committed Dec 28, 2023
1 parent edcea56 commit 165cbe5
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 41 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ external_link:
exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: false
post_asset_folder: true
relative_link: false
future: true
syntax_highlighter: highlight.js
Expand Down
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"hexo": "^7.0.0",
"hexo-asset-link": "^2.2.3",
"hexo-deployer-git": "^4.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
Expand Down
28 changes: 28 additions & 0 deletions source/_posts/GBC-Modding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: GameBoy Color Modding
date: 2023-10-04 11:05:20
categories:
- retro
- gaming
tags:
- gameboy
- pokemon
---

Back in July, I bought a GameBoy Color for £10, and decided to mod it so I could emulate my youth and play Pokemon Crystal during an upcoming 1-month trip.

However, I had no experience modding consoles, and no soldering experience. But thanks to my partner and to YouTube, I opted for the best mods I could find that I had confidence I could complete without losing the console. Here is a before & after of the project:

![Before and after modding the GameBoy Color console](./GBC-Modding/gbc_before_after.jpg)

<!--more-->

The console works great, looks great and provided a lot of fun hours of gameplay so far! Here is a list of all the mods I installed:

* IPS Laminated screen replacement
* Shell replacement
* Speaker replacement
* Custom-made stickers
* Game cartridges: replaced batteries (to avoid losing save files)

Future modifications that I still want to conduct in the future are USB-C charging and a battery level indicator (it died on me in the middle of a flight, but thankfully I had planned for extra batteries). I also want to mod an broken GameBoy Advanced SP that I bought at the same time!
Binary file added source/_posts/GBC-Modding/gbc_before_after.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions source/_posts/Three-Peaks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: National 3 Peaks Challenge
date: 2023-06-11 11:05:20
categories:
- hiking
- challenges
tags:
- stats
- strava
---

I completed the National 3 Peaks Challenge on June 9th-11th, [raising a total of £25000 as a group (£1045 individually)](https://www.justgiving.com/fundraising/ajaamour) for the charity Family Action.

The challenge consisted of climbing the 3 tallest mountains in the UK in less than 24 hours. The challenge was completed in 23h43m:

<!--more-->

1. Peak 1/3: Ben Nevis (Scotland) - 1345m high - 5h39m46s:

{% raw %}
<div class="strava-embed-placeholder" data-embed-type="activity" data-embed-id="9237820123" data-style="standard"></div>
<script src="https://strava-embeds.com/embed.js"></script>
<br>
{% endraw %}
<!-- https://strava.app.link/18v6S9QczAb -->

1. Peak 2/3: Scafell Pike (England) - 978m high - 3m54m58s:

<div class="strava-embed-placeholder" data-embed-type="activity" data-embed-id="9242381864" data-style="standard"></div>
<script src="https://strava-embeds.com/embed.js"></script>
<br>
<!-- https://strava.app.link/fapOJeYczAb -->

1. Peak 3/3: Snowdon (Wales) - 1085m high - 4h08m54s:

<div class="strava-embed-placeholder" data-embed-type="activity" data-embed-id="9243530968" data-style="standard"></div>
<script src="https://strava-embeds.com/embed.js"></script>
<br>
<!-- https://strava.app.link/2utK1J1czAb -->

Hiking stats:

- Total distance walked during hikes: 39.6 km
- Total elevation: 2956 meters
- Total driving distance: 743km

Key stats from the 24h (during and in-between hikes) + going back home:

- 11/23 participants successfully completed the challenge (of which 7 of us completed under 24h)
- Total steps in 24h (including outside hikes): 77504 steps
- Active calories burned: 4850 cal
- Total calories burned (active and resting): 9142 cal
- Total sleep: 0h
38 changes: 0 additions & 38 deletions source/_posts/hello-world.md

This file was deleted.

6 changes: 5 additions & 1 deletion themes/bootstrap386/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ links:
url: https://x.com/Adamouization
intro: "My X (ex-twitter) account."
icon: "fa fa-twitter"
- title: Sign my guestbook
url: http://users2.smartgb.com/g/g.php?a=s&i=g26-39389-5a
intro: "My guestbook for visitors to sign."
icon: "fa fa-book"

widgets:
- search
Expand All @@ -52,7 +56,7 @@ widgets:
- misc

rss:
fancybox: false
fancybox: true
favicon: favicon.png
duoshuo_shortname:

Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,11 @@ hasown@^2.0.0:
dependencies:
function-bind "^1.1.2"

hexo-asset-link@^2.2.3:
version "2.2.3"
resolved "https://registry.npmjs.org/hexo-asset-link/-/hexo-asset-link-2.2.3.tgz"
integrity sha512-sCPFeCQ6GelBvxDqJMzS04sigOpW5Dd+oBvFoahHu0MTYSPcI9bXaCnvPd0TZuLHCZK1OSnwZ0q2wdAhlaWbbw==

hexo-cli@^4.3.0:
version "4.3.1"
resolved "https://registry.npmjs.org/hexo-cli/-/hexo-cli-4.3.1.tgz"
Expand Down Expand Up @@ -756,7 +761,7 @@ hexo-util@^3.1.0:
prismjs "^1.29.0"
strip-indent "^3.0.0"

hexo@^7.0.0:
"hexo@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", hexo@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/hexo/-/hexo-7.0.0.tgz"
integrity sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==
Expand Down

0 comments on commit 165cbe5

Please sign in to comment.