From 325b5b0042beaaa3ba626492029b560f66f72592 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sat, 24 Oct 2020 08:38:31 -0400 Subject: [PATCH] Publish corepack post --- _drafts/2020-11-5-Homebrew-DS.md | 10 ++++++++++ .../2020-10-24-CorePack-Development.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) rename _drafts/2020-10-22-CorePack-Development.md => _posts/2020-10-24-CorePack-Development.md (99%) diff --git a/_drafts/2020-11-5-Homebrew-DS.md b/_drafts/2020-11-5-Homebrew-DS.md index d6fb524..cba3d15 100644 --- a/_drafts/2020-11-5-Homebrew-DS.md +++ b/_drafts/2020-11-5-Homebrew-DS.md @@ -12,3 +12,13 @@ redirect_from: - /Xll4jk24/ --- +Like many people my age, I have an old Nintendo DSi laying around. Since the last time I have touched it, I learned how to program! Since DS stands for "Developer System", I figure that it would only be appropriate of I, a developer, try to write some code that can run on the system. This post won't cover writing nds programs, but instead, how to actually sideload custom software in the first place. + +## The methods of sideloading + + +## Configuration + + + +## But can it run DOOM? \ No newline at end of file diff --git a/_drafts/2020-10-22-CorePack-Development.md b/_posts/2020-10-24-CorePack-Development.md similarity index 99% rename from _drafts/2020-10-22-CorePack-Development.md rename to _posts/2020-10-24-CorePack-Development.md index cbe4ba9..f63589c 100644 --- a/_drafts/2020-10-22-CorePack-Development.md +++ b/_posts/2020-10-24-CorePack-Development.md @@ -2,7 +2,7 @@ layout: page title: "Using Bazel to create Minecraft modpacks" description: "An overview of how I automated the build process for CorePack" -date: 2020-10-22 20:00:00 +date: 2020-10-24 08:00:00 written: 2020-09-27 categories: bazel workflow git minecraft excerpt: >-