forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mmistakes/minimal-mistakes into m…
…mistakes-master * 'master' of github.com:mmistakes/minimal-mistakes: (1389 commits) Improve PR close auto-comment message (mmistakes#3713) Update CHANGELOG and history Fix mmistakes#3668 breaking "disable per-page when globally enabled" (mmistakes#3669) Update CHANGELOG and history Remove IE9 upgrade notice (mmistakes#3666) Fix mmistakes#3096 enabling breadcrumb on all pages (mmistakes#3668) Update CHANGELOG and history Replace with public YouTube video embeds Replace with public YouTube video Update CHANGELOG and history Update algolia-search-scripts.html (mmistakes#3102) Make it possible to enable breadcrumbs per page (mmistakes#3096) Update CHANGELOG and history Update link to Font Awesome gallery (mmistakes#3599) Update CHANGELOG and history Update attribution link (mmistakes#3553) Update Add Kiswahili translation (mmistakes#3489) Exclude `main.scss` from Lunr search index Update CHANGELOG and history ...
- Loading branch information
Showing
501 changed files
with
43,277 additions
and
12,572 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
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 |
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,23 @@ | ||
# Contributing | ||
|
||
Found a typo in the documentation or interested in [fixing a bug](https://github.com/mmistakes/minimal-mistakes/issues)? Then by all means [submit an issue](https://github.com/mmistakes/minimal-mistakes/issues/new) or [pull request](https://help.github.com/articles/using-pull-requests/). If this is your first pull request, it may be helpful to read up on the [GitHub Flow](https://guides.github.com/introduction/flow/) first. | ||
|
||
For help with using the theme or general Jekyll support questions, please use the [Jekyll Talk forums](https://talk.jekyllrb.com/). | ||
|
||
Minimal Mistakes has been designed as a base for you to customize and fit your | ||
site's unique needs. Please keep this in mind when requesting features and/or | ||
submitting pull requests. If it's not something that most people will use, I | ||
probably won't consider it. When in doubt ask. | ||
|
||
This goes for author sidebar links and "share button" additions -- I have no | ||
intention of merging in every possibly option, the essentials are there to get | ||
you started :smile:. | ||
|
||
## Pull Requests | ||
|
||
When submitting a pull request: | ||
|
||
1. Clone the repo. | ||
2. Create a branch off of `master` and give it a meaningful name (e.g. | ||
`my-awesome-new-feature`) and describe the feature or fix. | ||
3. Open a pull request on GitHub. |
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,2 @@ | ||
github: mmistakes | ||
custom: ['https://www.paypal.me/mmistakes'] |
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,68 @@ | ||
--- | ||
name: "Bug Report" | ||
about: "Is something not working as expected?" | ||
--- | ||
|
||
<!-- | ||
Before opening a new issue please: | ||
- Verify you have the latest versions of Jekyll and Minimal Mistakes | ||
installed by running `bundle update`. | ||
- Thoroughly read the theme's documentation at | ||
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ | ||
- Search all issues at https://github.com/mmistakes/minimal-mistakes/issues | ||
for solutions and to avoid duplication. | ||
- Ask for help at http://talk.jekyllrb.com/ | ||
If none of the above solved your problem, you can continue below. | ||
--> | ||
|
||
## Environment | ||
|
||
<!-- | ||
Please include theme version, Jekyll version, public git repository, whether | ||
you are hosting with GitHub Pages, and the operating system you tested with. | ||
Issues without a link to a public repository or ZIP file will likely go ignored. | ||
Being able to see your actual files is necessary to troubleshoot, as most | ||
issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml | ||
file, or problematic site content. | ||
--> | ||
|
||
- Minimal Mistakes version: | ||
- Ruby gem or remote theme version: | ||
- Jekyll version: | ||
- Git repository URL: | ||
- Hosted on GitHub Pages (if yes provide URL to site): | ||
- Operating system: | ||
|
||
## Expected behavior | ||
|
||
<!-- | ||
What is it you expected to happen? This should be a description of how the | ||
functionality you tried to use is supposed to work. | ||
--> | ||
|
||
## Steps to reproduce the behavior | ||
|
||
<!-- | ||
Describe the steps you took for this problem to come up. Such as: you installed | ||
the theme, customized _config.yml, added your own posts, and started up a | ||
Jekyll server locally. | ||
If an error occurred on GitHub Pages when pushing, please test a local version | ||
following these setup instructions: | ||
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ | ||
Then provide a complete log by running `bundle exec jekyll build --trace --verbose` | ||
and include this output in the filed issue. | ||
Screenshots can also be included if they help illustrate a behavior. | ||
--> | ||
|
||
## Other | ||
|
||
<!-- | ||
NOTE: Please provide a code repository, gist, code snippet, sample files, | ||
screenshots, or anything else you think will aid in reproducing the issue. | ||
--> |
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,81 @@ | ||
name: Bug Report | ||
description: There is something wrong with the theme. 99% of the time you should select Support below. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before opening a new issue please: | ||
- Verify you have the latest versions of Jekyll and Minimal Mistakes | ||
installed by running `bundle update`. | ||
- Thoroughly read the theme's documentation at | ||
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/ | ||
- Search all issues at https://github.com/mmistakes/minimal-mistakes/issues | ||
for solutions and to avoid duplication. | ||
- Ask for help at https://talk.jekyllrb.com/ | ||
If none of the above solved your problem, you can continue below. | ||
- type: textarea | ||
id: environment | ||
attributes: | ||
label: What happened? | ||
description: | | ||
Please include theme version, Jekyll version, public git repository, whether | ||
you are hosting with GitHub Pages, and the operating system you tested with. | ||
Issues without a link to a public repository or ZIP file will likely go ignored. | ||
Being able to see your actual files is necessary to troubleshoot, as most | ||
issues stem from invalid/missing YAML Front Matter, a mis-configured _config.yml | ||
file, or problematic site content. | ||
value: |- | ||
- Minimal Mistakes version: | ||
- Ruby gem or remote theme version: | ||
- Jekyll version: | ||
- Git repository URL: | ||
- Hosted on GitHub Pages (if yes provide URL to site): | ||
- Operating system: | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: | | ||
Please describe the expected behavior and the actual result you got. | ||
placeholder: > | ||
What is it you expected to happen? This should be a description of how the | ||
functionality you tried to use is supposed to work. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce the behavior | ||
description: | | ||
Describe the steps you took for this problem to come up. Such as: you installed | ||
the theme, customized _config.yml, added your own posts, and started up a | ||
Jekyll server locally. | ||
If an error occurred on GitHub Pages when pushing, please test a local version | ||
following these setup instructions: | ||
https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/ | ||
Then provide a complete log by running `bundle exec jekyll build --trace --verbose` | ||
and include this output in the filed issue. | ||
Screenshots can also be included if they help illustrate a behavior. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Other | ||
description: | | ||
Please provide a code repository, gist, code snippet, sample files, | ||
screenshots, or anything else you think will aid in reproducing the issue. | ||
validations: | ||
required: false |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Support | ||
url: https://github.com/mmistakes/minimal-mistakes/discussions | ||
about: Please post your support questions in the Discussions section. |
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,16 @@ | ||
--- | ||
name: "Documentation" | ||
about: "Found a typo or something that needs clarification?" | ||
--- | ||
|
||
<!-- Thanks for taking the time to open an issue and help make the docs better --> | ||
|
||
## Motivation | ||
|
||
<!-- Why should we update our docs? --> | ||
|
||
<!-- What should we do instead? --> | ||
|
||
## Suggestion | ||
|
||
<!-- What should we do instead? --> |
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,25 @@ | ||
name: Documentation | ||
description: Found a typo or something that needs clarification? | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to open an issue and help make the docs better. | ||
- type: textarea | ||
id: motivation | ||
attributes: | ||
label: Motivation | ||
description: | | ||
Why should we update our docs? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: suggestion | ||
attributes: | ||
label: Suggestion | ||
description: | | ||
What should we do instead? | ||
validations: | ||
required: true |
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,30 @@ | ||
<!-- | ||
Thanks for creating a Pull Request! Before you submit, please make sure | ||
you've done the following: | ||
- Read the contributing document at https://github.com/mmistakes/minimal-mistakes#contributing | ||
--> | ||
|
||
<!-- | ||
Choose one of the following by uncommenting it: | ||
--> | ||
|
||
<!-- This is a bug fix. --> | ||
<!-- This is an enhancement or feature. --> | ||
<!-- This is a documentation change. --> | ||
|
||
## Summary | ||
|
||
<!-- | ||
Provide a description of what your pull request changes. | ||
--> | ||
|
||
## Context | ||
|
||
<!-- | ||
Is this related to any GitHub issue(s)? | ||
--> | ||
|
||
<!-- | ||
Please confirm that you want to submit this Pull Request to Minimal Mistakes, the free Jekyll theme by Michael Rose, by deleting this comment block. | ||
--> |
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,27 @@ | ||
name: Cleanup bad PR | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened, reopened] | ||
|
||
jobs: | ||
close-pr: | ||
runs-on: ubuntu-latest | ||
if: "contains(github.event.pull_request.body, 'by deleting this comment block') || github.event.pull_request.body == ''" | ||
steps: | ||
- uses: actions-ecosystem/action-add-labels@v1 | ||
with: | ||
labels: 'Type: Invalid' | ||
- uses: superbrothers/close-pull-request@v3 | ||
with: | ||
# Optional. Post an issue comment just before closing a pull request. | ||
comment: | | ||
**You have created a Pull Request to the wrong repository.** This is the repository for [Minimal Mistakes][1], the free Jekyll theme. See [GitHub Docs: About pull requests][2] if you need help. | ||
[1]: https://mmistakes.github.io/minimal-mistakes/ | ||
[2]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests | ||
- uses: sudo-bot/[email protected] | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
number: ${{ github.event.pull_request.number }} | ||
lock-reason: spam |
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,11 @@ | ||
language: ruby | ||
cache: bundler | ||
gemfile: docs/Gemfile | ||
script: | ||
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml | ||
branches: | ||
only: | ||
# Change this to gh-pages if you're deploying using the gh-pages branch | ||
- master | ||
rvm: | ||
- 2.4 |
Oops, something went wrong.