-
Notifications
You must be signed in to change notification settings - Fork 26k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '0506' of https://github.com/JackSmith-c/JackSmith-c.git…
…hub.io into 0506
- Loading branch information
Showing
49 changed files
with
1,025 additions
and
325 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 |
---|---|---|
|
@@ -2,6 +2,9 @@ | |
*~ | ||
*.sw[p_] | ||
|
||
# IntelliJ IDEA | ||
*.idea | ||
|
||
# Sublime Text | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
source "https://rubygems.org" | ||
gemspec | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,31 @@ To install: | |
bundle | ||
``` | ||
|
||
4. Add `remote_theme: "mmistakes/[email protected]"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. | ||
4. Add `remote_theme: "mmistakes/[email protected]"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry. | ||
|
||
<!-- | ||
Dev note: The version number is currently hard-coded in these files: | ||
|
||
- package.json | ||
- README.md (this file) | ||
- docs/_data/theme.yml | ||
- docs/_pages/home.md (in Front Matter "excerpt") | ||
|
||
`package.json` holds the authoritative version number, and the others can be updated with `bundle exec rake version`. | ||
|
||
The following files should also be regenerated: | ||
|
||
- _includes/copyright.html, _includes/copyright.js, _sass/minimal-mistakes/_copyright.scss | ||
(Run `bundle exec rake clean` then `bundle exec rake copyright` - all three references `package.json`) | ||
- assets/js/main.min.js (Run `bundle exec rake js`, references `_includes/copyright.js`) | ||
|
||
*Tip*: The default Rake task will update all of the above files at once. | ||
|
||
Additionally, the license year is hard-coded in these files and are NOT covered by a Rake task: | ||
|
||
- README.md (this file, near the end) | ||
- LICENSE | ||
--> | ||
|
||
**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed. | ||
|
||
|
@@ -195,14 +219,15 @@ To test the theme, run `bundle exec rake preview` and open your browser at `http | |
- [Gumshoe](https://github.com/cferdinandi/gumshoe) | ||
- [jQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/) | ||
- [Lunr](http://lunrjs.com) | ||
- [Clipboard.js](https://clipboardjs.com) | ||
|
||
--- | ||
|
||
## License | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2013-2020 Michael Rose and contributors | ||
Copyright (c) 2013-2024 Michael Rose and contributors | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
@@ -275,3 +300,7 @@ Pure Liquid Jekyll Table of Contents is distributed under the terms of the [MIT | |
Minimal Mistakes incorporates [Lunr](http://lunrjs.com), | ||
Copyright (c) 2018 Oliver Nightingale. | ||
Lunr is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT). | ||
|
||
Minimal Mistakes incorporates [clipboard.js](https://clipboardjs.com/), | ||
Copyright (c) 2021 Zeno Rocha. | ||
Clipboard.js is distributed under the terms of the [MIT License](https://opensource.org/licenses/MIT). |
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,6 @@ | ||
<!-- | ||
Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose | ||
Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes | ||
Free for personal and commercial use under the MIT license | ||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE | ||
--> |
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,6 @@ | ||
/*! | ||
* Minimal Mistakes Jekyll Theme 4.26.0 by Michael Rose | ||
* Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes | ||
* Free for personal and commercial use under the MIT license | ||
* https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE | ||
*/ |
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
Oops, something went wrong.