-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: rebase to Minimal Mistakes 4.24.0, other minor changes (#41)
* treewide: rebase to Minimal Mistakes 4.24.0 * Sync 404 and privacy policy page with 3DS guide * why-ads: delete it, there are no ads now
- Loading branch information
1 parent
58f05fb
commit ef4224b
Showing
153 changed files
with
21,808 additions
and
8,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
_assets/css/vendor/* linguist-vendored | ||
_assets/js/plugins/* linguist-vendored | ||
_assets/js/vendor/* linguist-vendored | ||
assets/fonts/* linguist-vendored | ||
assets/js/vendor/* linguist-vendored | ||
assets/fonts/* linguist-vendored | ||
assets/js/main.min.js linguist-vendored | ||
assets/js/lunr/* linguist-vendored | ||
assets/js/plugins/* linguist-vendored | ||
assets/js/vendor/* linguist-vendored | ||
_sass/minimal-mistakes/vendor/* linguist-vendored | ||
CHANGELOG.md text merge=union | ||
docs/_docs/18-history.md text merge=union | ||
|
||
*.md text | ||
*.txt text | ||
*.gm9 text | ||
|
||
# probably not required, but CRLF is the default for Windows | ||
images/browserconfig.xml text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
*.gem | ||
# Vim | ||
*~ | ||
*.sw[p_] | ||
|
||
# Sublime Text | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
||
# Ruby Gem | ||
*.gem | ||
.bundle | ||
Gemfile.lock | ||
**/vendor/bundle | ||
|
||
# Node.js and NPM | ||
node_modules | ||
npm-debug.log* | ||
package-lock.json | ||
codekit-config.json | ||
|
||
# macOS | ||
.DS_Store | ||
|
||
# Jekyll generated files | ||
.jekyll-cache | ||
.jekyll-metadata | ||
.sass-cache | ||
_asset_bundler_cache | ||
_site | ||
codekit-config.json | ||
example/_site | ||
node_modules | ||
npm-debug.log* | ||
/vendor | ||
torrents | ||
Gemfile.lock | ||
|
||
# torrent stuff | ||
torrents |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
source "https://rubygems.org" | ||
gem 'jekyll-redirect-from' | ||
gem "webrick", "~>1.7" | ||
gem "kramdown-parser-gfm", "~>1.1" | ||
gem "wdm", "~> 0.1.0" if Gem.win_platform? | ||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# main links | ||
main: | ||
- title: "Quick-Start Guide" | ||
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ | ||
# - title: "About" | ||
# url: https://mmistakes.github.io/minimal-mistakes/about/ | ||
# - title: "Sample Posts" | ||
# url: /year-archive/ | ||
# - title: "Sample Collections" | ||
# url: /collection-archive/ | ||
# - title: "Sitemap" | ||
# url: /sitemap/ |
Oops, something went wrong.