gemspecs updates. minor edits. (#80)
* str2hax note about custom DNS blocking * minor edit for hbc/bootmii installation page * update gemspecs. use newer jekyll. mitigate security vuln CVE-2020-8130. * move cname, for testing GHP for now * final test before revert * all is well and dandy * fix indentation that urmum-69 messed up * add NH Wii U guide to list of guides
This commit is contained in:
parent
9fe58eab05
commit
919c8bb93f
7 changed files with 22 additions and 14 deletions
5
Gemfile
5
Gemfile
|
@ -1,2 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'github-pages', group: :jekyll_plugins
|
||||
source "https://rubygems.org"
|
||||
gem 'jekyll-redirect-from'
|
||||
gemspec
|
||||
|
|
|
@ -215,7 +215,7 @@ sass:
|
|||
|
||||
# Plugins
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jekyll-paginate-v2
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
|
@ -224,7 +224,7 @@ plugins:
|
|||
|
||||
# mimic GitHub Pages with --safe
|
||||
whitelist:
|
||||
- jekyll-paginate
|
||||
- jekyll-paginate-v2
|
||||
- jekyll-sitemap
|
||||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
|
@ -661,4 +661,4 @@ defaults:
|
|||
path: "_pages/zh_TW/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /zh_TW/index:output_ext
|
||||
permalink: /zh_TW/index:output_ext
|
||||
|
|
|
@ -36,7 +36,7 @@ BootMii is a piece of software that can backup and restore your Wii's NAND stora
|
|||
<br>
|
||||
![BootMii Installation](/images/Wii/InstallBootMii.jpg)
|
||||
|
||||
8. Once done, exit.
|
||||
8. Once done, select `Continue` to exit the HackMii installer.
|
||||
|
||||
[Continue to BootMii Backup](bootmii)<br>
|
||||
Making a backup with BootMii is a good idea.
|
||||
|
|
|
@ -29,6 +29,7 @@ There are a few good resources for Wii modding and troubleshooting that can help
|
|||
|
||||
For modding vWii on a Wii U, there are some more options:
|
||||
- [The Definitive vWii Hacking Guide](https://gbatemp.net/threads/the-definitive-vwii-hacking-guide.425852/)
|
||||
- [NH Wii U Guide](https://wiiuguide.xyz)
|
||||
- [Wii U Hacks Guide](https://wiiu.hacks.guide/vwii-modding)
|
||||
|
||||
For modding other consoles, you can go to either of these sites:
|
||||
|
|
|
@ -103,8 +103,8 @@ The following RiiConnect24 services are **working** on the vWii:
|
|||
|
||||
The following RiiConnect24 services are **not working** on the vWii:
|
||||
* Wii Mail (most functionality does not exist on vWii)
|
||||
* This includes sending/receiving mail to/from friends. You can only receive global broadcast mail and posts from RSSMii feeds (if set up).
|
||||
* This includes sending/receiving mail to/from friends. You can only receive global broadcast mail and posts from RSSMii feeds (if set up).
|
||||
* Forecast Channel
|
||||
* This channel is affected by the timestamp issue. This is preventing the channel from getting past the loading screen, returning the `FORE000006` error.
|
||||
* This channel is affected by the timestamp issue. This is preventing the channel from getting past the loading screen, returning the `FORE000006` error.
|
||||
* Everything else that isn't working according to [RiiConnect24 stats](https://rc24.xyz/stats/index.html).
|
||||
{: .notice--warning}
|
||||
|
|
|
@ -7,6 +7,11 @@ title: "str2hax"
|
|||
If you need help for anything regarding this tutorial, please join [the RiiConnect24 Discord server](https://discord.gg/b4Y7jfD) (recommended) or [e-mail us at support@riiconnect24.net](mailto:support@riiconnect24.net).
|
||||
{: .notice--info}
|
||||
|
||||
Note that if your ISP or networking environment prevents the use of using
|
||||
custom DNS servers, str2hax will not work and you should [choose another
|
||||
exploit to use](get-started).
|
||||
{: .notice--info}
|
||||
|
||||
str2hax is an exploit for the Wii that is triggered by loading the Wii's End User License Agreement. It requires nothing but an Internet connection that lets you change the DNS on your Wii.
|
||||
|
||||
#### What you need
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "minimal-mistakes-jekyll"
|
||||
spec.version = "4.6.0"
|
||||
spec.version = "4.18.1"
|
||||
spec.authors = ["Michael Rose"]
|
||||
|
||||
spec.summary = %q{A flexible two-column Jekyll theme.}
|
||||
|
@ -15,14 +15,15 @@ Gem::Specification.new do |spec|
|
|||
f.match(%r{^(assets|_(data|includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
|
||||
end
|
||||
|
||||
spec.add_runtime_dependency "jekyll", "~> 3.5", ">= 3.5.1"
|
||||
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
|
||||
spec.add_runtime_dependency "jekyll", "~> 3.3"
|
||||
spec.add_runtime_dependency "jekyll-paginate-v2", "~> 1.9.4"
|
||||
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.0"
|
||||
spec.add_runtime_dependency "jekyll-gist", "~> 1.4"
|
||||
spec.add_runtime_dependency "jekyll-feed", "~> 0.9.2"
|
||||
spec.add_runtime_dependency "jekyll-feed", "~> 0.13.0"
|
||||
spec.add_runtime_dependency "jekyll-data", "~> 1.0"
|
||||
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.16.0"
|
||||
spec.add_runtime_dependency "jemoji", "~> 0.8"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.12"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
spec.add_development_dependency "bundler", "~> 2.1.4"
|
||||
spec.add_development_dependency "rake", "~> 13.0.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue