mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
added main site
This commit is contained in:
parent
8e23bb2a2b
commit
ed3d74678a
@ -1 +1 @@
|
||||
I"¢{"source"=>"/home/rmc/Desktop/ianskinner1982.github.io", "destination"=>"/home/rmc/Desktop/ianskinner1982.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "name"=>"rmc's site", "title"=>"rmc's site", "url"=>"http://localhost:4000", "feed"=>{"posts_limit"=>20}, "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
|
||||
I"¯{"source"=>"/home/rmc/Desktop/ianskinner1982.github.io", "destination"=>"/home/rmc/Desktop/ianskinner1982.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-sitemap", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "name"=>"rmc's site", "title"=>"rmc's site", "url"=>"http://localhost:4000", "feed"=>{"posts_limit"=>20, "path"=>nil}, "livereload_port"=>35729, "serving"=>true, "watch"=>true}:ET
|
||||
@ -1,4 +1,4 @@
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center">
|
||||
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
|
||||
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
||||
<br>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{% if page.title == "Error 404" %}
|
||||
<nav class="navbar navbar-dark navbar-expand-lg bg-black">
|
||||
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#ffffff">
|
||||
{% else %}
|
||||
<nav class="navbar navbar-dark navbar-expand-lg bg-dark">
|
||||
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#babbbb;">
|
||||
{% endif %}
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/">rmc's site</a>
|
||||
@ -13,11 +13,8 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<!--<li class="nav-item">
|
||||
<a class="nav-link" href="/programs/">Programs</a>
|
||||
</li>-->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/dsidev">DS Stuff</a>
|
||||
<a class="nav-link" href="/dsidev">DS(i) Stuff</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include nav.html %}
|
||||
<div id="content-wrap" style="padding-bottom: 2.5rem;">
|
||||
<div id="content-wrap">
|
||||
{{ content }}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
</head>
|
||||
<div id="content-wrap" style="padding-bottom: 2.5rem;">
|
||||
|
||||
<nav class="navbar navbar-dark navbar-expand-lg bg-black">
|
||||
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#ffffff">
|
||||
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/">rmc's site</a>
|
||||
@ -34,11 +34,8 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<!--<li class="nav-item">
|
||||
<a class="nav-link" href="/programs/">Programs</a>
|
||||
</li>-->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/dsidev">DS Stuff</a>
|
||||
<a class="nav-link" href="/dsidev">DS(i) Stuff</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
4
_site/assets/bootstrap/css/bootstrap.min.css
vendored
4
_site/assets/bootstrap/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1 +1,19 @@
|
||||
@import '/assets/bootstrap/css/bootstrap.min.css';
|
||||
@font-face {
|
||||
font-family: dsifont;
|
||||
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
|
||||
}
|
||||
body {
|
||||
background-image: url('/assets/other/bg.png');
|
||||
font-family: dsifont;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 1%;
|
||||
width: 90%;
|
||||
padding-left:10%;
|
||||
}
|
||||
.text {
|
||||
background-color: #babbbb;
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-dark navbar-expand-lg bg-dark">
|
||||
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#babbbb;">
|
||||
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/">rmc's site</a>
|
||||
@ -35,18 +35,15 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<!--<li class="nav-item">
|
||||
<a class="nav-link" href="/programs/">Programs</a>
|
||||
</li>-->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/dsidev">DS Stuff</a>
|
||||
<a class="nav-link" href="/dsidev">DS(i) Stuff</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="content-wrap" style="padding-bottom: 2.5rem;">
|
||||
<div id="content-wrap">
|
||||
<div class="container pt-3 pb-3">
|
||||
<h1 class="text-center">Contacting me.</h1>
|
||||
<p class="text-center">I have several options available if you'd like to get in touch with me.</p>
|
||||
@ -85,7 +82,7 @@
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center">
|
||||
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
|
||||
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
||||
<br>
|
||||
|
||||
@ -367,6 +367,7 @@ body {
|
||||
<div class="hometext" style="padding-top: 2.7vw;padding-left: 4.5vw;">WiFi Icon</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="https://cdn.discordapp.com/attachments/625519299666378753/1087710459265826856/wifi-online.png" style="position: absolute; margin: -6.3% -6.5%" width="6%" height="11.5%">
|
||||
<img src="/assets/dsi/icon/wifiicon.gif" width="13%" height="13%">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-03-28T18:05:51-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">Turning my Nintendo DS into an iQue DS</title><link href="http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds.html" rel="alternate" type="text/html" title="Turning my Nintendo DS into an iQue DS" /><published>2023-02-05T00:00:00-05:00</published><updated>2023-02-05T00:00:00-05:00</updated><id>http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds</id><content type="html" xml:base="http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds.html"><![CDATA[Recently I've been obsessed with the iQue DSes. It all started during a discussion with my friend @ufo. He was wanting to install iQue firmware on a non-iQue unit, but it wouldn't work. I took a look and noticed that the iQue firmware was 512kb as opposed to the regular 256kb size for other firmwares.
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-04-04T20:19:45-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmc’s site</title><entry><title type="html">Turning my Nintendo DS into an iQue DS</title><link href="http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds.html" rel="alternate" type="text/html" title="Turning my Nintendo DS into an iQue DS" /><published>2023-02-05T00:00:00-05:00</published><updated>2023-02-05T00:00:00-05:00</updated><id>http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds</id><content type="html" xml:base="http://localhost:4000/2023/02/05/turning_my_nintendo_ds_into_an_ique_ds.html"><![CDATA[Recently I've been obsessed with the iQue DSes. It all started during a discussion with my friend @ufo. He was wanting to install iQue firmware on a non-iQue unit, but it wouldn't work. I took a look and noticed that the iQue firmware was 512kb as opposed to the regular 256kb size for other firmwares.
|
||||
<br>@ufo said, "it would be cool to get ique to work on the 256 ones", and that got me thinking...
|
||||
<br><br>
|
||||
The 256kb chip on the DS WiFi card that holds the firmware is the exact same as the 256kb save chip on most DS games. You can swap a firmware and save chip around and everything works perfectly- assuming you correctly flashed the firmware to the now-firmware chip.
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-dark navbar-expand-lg bg-dark">
|
||||
<nav class="navbar navbar-dark navbar-expand-lg" style="background-color:#babbbb;">
|
||||
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="/">rmc's site</a>
|
||||
@ -35,24 +35,43 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/">Home</a>
|
||||
</li>
|
||||
<!--<li class="nav-item">
|
||||
<a class="nav-link" href="/programs/">Programs</a>
|
||||
</li>-->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/dsidev">DS Stuff</a>
|
||||
<a class="nav-link" href="/dsidev">DS(i) Stuff</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="content-wrap" style="padding-bottom: 2.5rem;">
|
||||
<h1>Under construction...</h1>
|
||||
<p>It's not safe to just walk through a construction zone. Why not go to the <a href="/dsidev">DS(i)</a> development section of my website instead?</p>
|
||||
<div id="content-wrap">
|
||||
<div class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="text">
|
||||
<p>Hey all! I'm Ian Skinner, though you may have seen me in some Nintendo DS communities as "rmc", or "IS1982". I do a lot of documentation and archival of <a href="/dsidev/">Nintendo DS(i) development programs</a>, nature photography, and a litle bit of walking. This site was intended show off all the projects I've worked on, though most of what I do in in the "real world" and doesn't transfer over to a website well. Maybe I'll find something in the future.<br><br>Hate the theme? I purposely designed this part of the website to look bad/outdated/tacky. I couldn't think of a good theme so I figured a bad theme works just as well. It's like that thing my grandpa said a few times: "When things don't go right, go left."<br>Except instead of going left vs right, I'm going terrible vs great.</p>
|
||||
<div style="margin: 4%;">
|
||||
<h3 style="text-align: center;">Stuff I've done:</h3>
|
||||
|
||||
<a href="https://archive.org/details/@is1982?query=CBM+8-Bit+Magazine+Index&sort=titleSorter">Commodore Magazine Archive</a>
|
||||
<ul>My dad and I have created well organized and complete magazine archives for Commodore 8-bits. All the other collections on the web are missing pages, disorganized, and full of inconsistent names. These collections have been improved upon with missing pages added, and by making comprehensible file paths.</ul>
|
||||
|
||||
<a href="https://instagram.com/ianskinner1982/">Photography</a>
|
||||
<ul>This is a collection of photos I've taken. I mostly do pictures of nature (at least on my end, though most of my nature photos don't make it to the intenet), but I also love empty buildings and Nintendo DSis. I use an old S6 phone (SM-G920W8) for most of these</ul>
|
||||
|
||||
<a href="/pages/misc/studentportal_login.html">Student Portal Snapshot (????-2022)</a>
|
||||
<ul>Normally school board student portals are pretty boring. This one isn't. Imagine a shitty 90s website built for IE 7.0 that only half works... but you're forced to use in in the 2020s for all your course info, grades, and appointments.<br><br>This is just the frontend of the student portal, so you can't actually log in (you can hit "login" on the login page without needing any credentials) or see my grades. However, you can still interact with the main part of the portal and see just how bad it really is.</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -62,7 +81,7 @@
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center" style="text-align:center;">
|
||||
<footer class="bg-light text-lg-start border-top align-items-center text-center">
|
||||
<div class="text-center p-3 align-items-center" style="background-color: rgba(0, 0, 0, 0.25);">
|
||||
Copyright © 2021-<span id="footerDate"></span> Ian M. Skinner <a href="/contactus" class="text-reset fw-bold">Contact me.</a>
|
||||
<br>
|
||||
|
||||
4
assets/bootstrap/css/bootstrap.min.css
vendored
4
assets/bootstrap/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1 +1,19 @@
|
||||
@import '/assets/bootstrap/css/bootstrap.min.css';
|
||||
@font-face {
|
||||
font-family: dsifont;
|
||||
src: url(/assets/dsi/nintendo_NTLGDB_001.ttf);
|
||||
}
|
||||
body {
|
||||
background-image: url('/assets/other/bg.png');
|
||||
font-family: dsifont;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin: 1%;
|
||||
width: 90%;
|
||||
padding-left:10%;
|
||||
}
|
||||
.text {
|
||||
background-color: #babbbb;
|
||||
padding: 1%;
|
||||
}
|
||||
|
||||
BIN
assets/dsi/FW0802D6.BIN
Normal file
BIN
assets/dsi/FW0802D6.BIN
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.9 KiB |
@ -1,3 +1,6 @@
|
||||
// The following is a list of Nintendo DS cartridges with 512kb save chips. These chips can be taken from shovelware games to fix good ones, used to create an iQue DS firmware mod, or just to satisfy that guilty pleasure of mutilating a cartridge...
|
||||
// These chips appear to be M25PE40s.
|
||||
|
||||
America's Test Kitchen - Let's Get Cooking
|
||||
Body Support Institute Diabetes
|
||||
DS Training for Adults Who Are Not Good at English - Eigo Zuke
|
||||
@ -41,4 +44,4 @@ The Legend of Zelda: Hourglass of Dreams
|
||||
Tomodachi Collection
|
||||
Tongari Boushi and the Fashionable Wizard
|
||||
Wi-Fi Horse Prediction Power Training UMANIA
|
||||
eCDP
|
||||
eCDP
|
||||
|
||||
BIN
assets/other/bg.png
Normal file
BIN
assets/other/bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 KiB |
@ -57,6 +57,7 @@ layout: dsiware
|
||||
<div class="hometext" style="padding-top: 2.7vw;padding-left: 4.5vw;">WiFi Icon</div>
|
||||
<!--padding-top 2vw and 2.7vw for two and one line banners, respectively-->
|
||||
<div class="imageThree image3 homeicon">
|
||||
<img src="https://cdn.discordapp.com/attachments/625519299666378753/1087710459265826856/wifi-online.png" style="position: absolute; margin: -6.3% -6.5%" width="6%" height="11.5%">
|
||||
<img src="/assets/dsi/icon/wifiicon.gif" width="13%" height="13%">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
28
index.html
28
index.html
@ -3,9 +3,31 @@ title: Home
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>Under construction...</h1>
|
||||
<p>It's not safe to just walk through a construction zone. Why not go to the <a href="/dsidev">DS(i)</a> development section of my website instead?</p>
|
||||
|
||||
<div class="content">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="text">
|
||||
<p>Hey all! I'm Ian Skinner, though you may have seen me in some Nintendo DS communities as "rmc", or "IS1982". I do a lot of documentation and archival of <a href="/dsidev/">Nintendo DS(i) development programs</a>, nature photography, and a litle bit of walking. This site was intended show off all the projects I've worked on, though most of what I do in in the "real world" and doesn't transfer over to a website well. Maybe I'll find something in the future.<br><br>Hate the theme? I purposely designed this part of the website to look bad/outdated/tacky. I couldn't think of a good theme so I figured a bad theme works just as well. It's like that thing my grandpa said a few times: "When things don't go right, go left."<br>Except instead of going left vs right, I'm going terrible vs great.</p>
|
||||
<div style="margin: 4%;">
|
||||
<h3 style="text-align: center;">Stuff I've done:</h3>
|
||||
|
||||
<a href="https://archive.org/details/@is1982?query=CBM+8-Bit+Magazine+Index&sort=titleSorter">Commodore Magazine Archive</a>
|
||||
<ul>My dad and I have created well organized and complete magazine archives for Commodore 8-bits. All the other collections on the web are missing pages, disorganized, and full of inconsistent names. These collections have been improved upon with missing pages added, and by making comprehensible file paths.</ul>
|
||||
|
||||
<a href="https://instagram.com/ianskinner1982/">Photography</a>
|
||||
<ul>This is a collection of photos I've taken. I mostly do pictures of nature (at least on my end, though most of my nature photos don't make it to the intenet), but I also love empty buildings and Nintendo DSis. I use an old S6 phone (SM-G920W8) for most of these</ul>
|
||||
|
||||
<a href="/pages/misc/studentportal_login.html">Student Portal Snapshot (????-2022)</a>
|
||||
<ul>Normally school board student portals are pretty boring. This one isn't. Imagine a shitty 90s website built for IE 7.0 that only half works... but you're forced to use in in the 2020s for all your course info, grades, and appointments.<br><br>This is just the frontend of the student portal, so you can't actually log in (you can hit "login" on the login page without needing any credentials) or see my grades. However, you can still interact with the main part of the portal and see just how bad it really is.</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user