1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-29 03:09:53 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@af2a26e8d0 🚀

This commit is contained in:
lifehackerhansol
2023-09-30 16:54:58 +00:00
parent 9de535b72e
commit e37c1b0c15
673 changed files with 22739 additions and 6019 deletions

View File

@@ -6,7 +6,6 @@
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<!-- for guide purposes all caching is removed and is separately built. -->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
@@ -93,8 +92,11 @@
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- hacks-guide change start: cookie consent, favicon, locales -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
@@ -137,10 +139,13 @@ window.cookieconsent.initialise({
}
})});
</script>
<!-- hacks-guide change end -->
<!-- end custom head snippets -->
</head>
<!-- hacks-guide change start: Disable caching -->
<body class="layout--splash">
<nav class="skip-links">
<ul>
@@ -161,13 +166,16 @@ window.cookieconsent.initialise({
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<!-- <a class="site-title" href="/">
<!-- hacks-guide change start: disable default masthead title -->
<!--
<a class="site-title" href="/">
3DS Hacks Guide
</a>
-->
<!-- hacks-guide change end -->
<ul class="visible-links">
<!-- modified to use multilang, guide-specific -->
<!-- hacks-guide change start: multi-language configuration -->
@@ -214,10 +222,10 @@ window.cookieconsent.initialise({
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
<!-- end guide specific -->
<!-- hacks-guide change end -->
</ul>
<!-- completely redo hidden links for multilang, guide-specific -->
<!-- hacks-guide change start: Add language selector -->
<ul class="hidden-links links-menu hidden"></ul>
<ul class="hidden-links lang-menu hidden">
@@ -261,6 +269,7 @@ window.cookieconsent.initialise({
<div class="navicon"></div>
</button>
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
<!-- hacks-guide change end -->
</nav>
</div>
</div>
@@ -314,6 +323,8 @@ window.cookieconsent.initialise({
<section class="page__content" itemprop="text">
<!-- hacks-guide change start -->
<hr>
@@ -328,6 +339,8 @@ window.cookieconsent.initialise({
<hr>
<!-- hacks-guide change end -->
<p class="notice--info">Thoroughly read all of the introductory pages (including this one!) before proceeding.</p>
<div class="notice--danger">
@@ -401,29 +414,36 @@ window.cookieconsent.initialise({
<!-- hacks-guide change start: force disable atom feed-->
<!--
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
-->
<!-- hacks-guide change end -->
</div>
<!-- custom footer, guide specific -->
<!-- hacks-guide change start: custom footer -->
<div class="page__footer-copyright">&copy; 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
<!-- hacks-guide change end -->
</footer>
</div>
<!-- hacks-guide change end -->
<script src="/assets/js/main.min.js"></script>
<!-- for guide purposes all caching is removed and is separately built. -->
<!-- hacks-guide change start: Disable caching -->
<!-- hacks-guide change end -->