aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/_index.md6
-rw-r--r--content/about-me.md6
-rw-r--r--content/blog/ditched-iphone.md2
-rw-r--r--content/blog/new-website.md34
-rw-r--r--content/projects/_index.md8
-rw-r--r--content/projects/resurrection.md1
-rw-r--r--content/projects/uirc.md1
-rw-r--r--content/projects/wiimmfi.md1
8 files changed, 24 insertions, 35 deletions
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..0425c21
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Home"
+date: 2022-12-03T01:51:53-07:00
+draft: false
+---
+
diff --git a/content/about-me.md b/content/about-me.md
new file mode 100644
index 0000000..b6fed61
--- /dev/null
+++ b/content/about-me.md
@@ -0,0 +1,6 @@
+---
+title: "About Me"
+date: 2022-12-26T22:54:07-07:00
+draft: false
+---
+
diff --git a/content/blog/ditched-iphone.md b/content/blog/ditched-iphone.md
index f6c7379..d2ca485 100644
--- a/content/blog/ditched-iphone.md
+++ b/content/blog/ditched-iphone.md
@@ -1,6 +1,6 @@
---
title: "Why I Ditched My iPhone After 7 Years"
-date: 2022-12-02T11:10:36-07:00
+date: 2022-07-13T11:22:50-07:00
draft: true
---
I got my first Apple product while I was just in elementary school: an iPod Nano 3rd Gen that was pre-loaded with Adele and the movie WALL-E. And a few years after that at 10 years old, I got an iPod Touch 4th Gen that opened what felt like other planets for me to discover. Then at Christmas of 2014, I got an iPhone 5c, my first cellular device, back when Apple gave them away for free. I was officially hooked into what we know it as today: the Apple Ecosystem. I was stuck in this honeymoon phase for almost 5 years, until last year when I became more aware of odd practices in the tech industry, the incredible world of open-source software, and the ways the devices I was using every day were using me.
diff --git a/content/blog/new-website.md b/content/blog/new-website.md
deleted file mode 100644
index 13fb801..0000000
--- a/content/blog/new-website.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-title: "Welcome to the new website!!"
-date: 2022-12-02T11:10:17-07:00
-draft: true
----
-**UPDATE (May 29, 2022) :** Resurrection is now updated and my main projects are now highlighted on the website. Thank you for your patience!
-
-Hello, and welcome to the new website! Now I have the ability to post blogs and easily add and edit information about projects I currently work on. So far everything has been going fairly smoothly, but a couple of unexpected road-blocks have surely arisen. In the meantime, I wanted to give you more information about why I chose to switch the domain for my web server, and what were the drawbacks of doing so.
-
-### Why Did I Change Domains?
-
-It's a combination of four different reasons, half of which are not well justified by simply buying a new domain:
-
-1. This new domain is cheaper to maintain for longer periods of time.
-1. I would like to escape using Google services as much as possible, of which the old domain was registered with.
-1. I wanted an excuse to start this new website made with the Django framework, and the downtime gave me an excuse to do so.
-1. I have no idea how to switch around `certbot` certificates between web servers.
-
-### What were the Drawbacks of Changing Domains?
-
-There weren't very many! The minor one is that I just have to go back to any of my accounts online that mention the old domain and add the new one instead.
-
-The major drawback is that all versions of my projects that use my web server to check for updates now return errors. These projects include:
-
-* Resurrection (Java throws errors, but doesn't affect the functionality of the program afterwards.)
-* Wiimmfi Watcher (Displays a Toast saying there was an issue, but this project is no longer maintained anyway.)
-
-Resurrection 1.3.2 will release in the next two days to point to the correct domain to check for updates.
-
-### What Will Happen with this New Website?
-
-Not much really.
-
-I have always seen my website as a way to quickly showcase the projects I've worked on and I wanted to not only make it easier to add and update my projects on my website, but also be able to post blogs on topics that I believe are relevant and show how much I have grown. So hopefully you will be here for the ride while I work on getting the website fully functional!
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..57fc0d9
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,8 @@
+---
+title: "Projects"
+description: "Projects is a project created by Bryson Steck"
+icon: "https://brysonsteck.xyz/files/..."
+date: 2022-12-26T23:55:49-07:00
+draft: true
+---
+
diff --git a/content/projects/resurrection.md b/content/projects/resurrection.md
index 6e12c03..bfc8d0c 100644
--- a/content/projects/resurrection.md
+++ b/content/projects/resurrection.md
@@ -2,6 +2,7 @@
title: "Resurrection"
date: 2022-12-02T11:10:50-07:00
draft: true
+current: true
---
Resurrection is a Spigot/Bukkit Minecraft Server plugin that forces players to wait a certain amount of time before rejoining the world. This allows for tactical planning for games such as faction survival and other PvP gamemodes as it can severely penalize an entire team if care is not taken.
diff --git a/content/projects/uirc.md b/content/projects/uirc.md
index 3ac14ee..77b9d3b 100644
--- a/content/projects/uirc.md
+++ b/content/projects/uirc.md
@@ -2,6 +2,7 @@
title: "uirc"
date: 2022-12-02T11:11:03-07:00
draft: true
+current: true
---
It's exactly what it sounds like. It takes an image as an argument in the form of a file on the local file system or a link to an image on a web server, and returns the ratio of the image. That's literally it.
diff --git a/content/projects/wiimmfi.md b/content/projects/wiimmfi.md
index ffe1d85..c393463 100644
--- a/content/projects/wiimmfi.md
+++ b/content/projects/wiimmfi.md
@@ -2,6 +2,7 @@
title: "Wiimmfi Watcher"
date: 2022-12-02T11:11:13-07:00
draft: true
+current: false
---
Wiimmfi Watcher is an unofficial Android app that displays online Mario Kart Wii room data by entering a friend code. Wiimmfi is a fan-made server that replaces the now defunct Nintendo Wi-Fi Connection ("Nintendo WFC" for short) and supports many popular Nintendo Wii and DS games, with the most popular being Mario Kart Wii. I am not offiliated with the Wiimmfi project nor it's developers. This app can be used in several different languages.