-
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.
- Loading branch information
Showing
36 changed files
with
2,653 additions
and
0 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,74 @@ | ||
# Contributor Covenant Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, gender identity and expression, level of experience, | ||
nationality, personal appearance, race, religion, or sexual identity and | ||
orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or | ||
reject comments, commits, code, wiki edits, issues, and other contributions | ||
that are not aligned to this Code of Conduct, or to ban temporarily or | ||
permanently any contributor for other behaviors that they deem inappropriate, | ||
threatening, offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [email protected]. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good | ||
faith may face temporary or permanent repercussions as determined by other | ||
members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
available at [http://contributor-covenant.org/version/1/4][version] | ||
|
||
[homepage]: http://contributor-covenant.org | ||
[version]: http://contributor-covenant.org/version/1/4/ |
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,245 @@ | ||
## HEAD | ||
|
||
### Documentation | ||
|
||
* Forward port v2.5.1 release (#399) | ||
* Docs: remove Google+ (#373) | ||
* Update README section on adding favicons to site (#438) | ||
* Fix custom-styles.scss name in README (#610) | ||
* Improve the msg to enable disqus in README (#627) | ||
|
||
### Minor Enhancements | ||
|
||
* Add Keybase to social links (#400) | ||
* Solarized skins (#404) | ||
* Add a placeholder of favicons (#433) | ||
* fix: make page.list_title optional (#303) | ||
* Add stackoverflow to social media list (#443) | ||
* Add social support for dev.to (#410) | ||
* Add GitLab to social (#352) | ||
* Support mutiple authors on post layout (#348) | ||
* Re-implement site footer markup and styles (#448) | ||
* Support pagination through posts in home layout (#450) | ||
* Show the last modified date of posts (#432) | ||
* Set margins of hr to improve readability (#461) | ||
* Export a variable to let users to custom the font family of code (#462) | ||
* Set margin-bottom of pagination (#458) | ||
* Adjust margins of headings to make sections clear (#467) | ||
* Rename favicons.html to custom-head.html (#468) | ||
* Remove RSS icon from the social media list (#470) | ||
* Improve the readablility of blockquotes (#481) | ||
* Extract more color rules into skins (#452) | ||
* Introduce "Dark Minima" skin (#335) | ||
|
||
### Major Enhancements | ||
|
||
* Allow skins to be defined and customized easily (#336) | ||
* Drop support for scalar 'author' configuration (#384) | ||
* Place skins in `minima/skins` to clarify purpose (#479) | ||
|
||
### Bug Fixes | ||
|
||
* Add missing rel=me attributes to social links (#386) | ||
* Set the border radius of highlight (#426) | ||
* Removed unnecessary whitespace-controls (#390) | ||
* fix: overflow auto for tables (#296) | ||
* Add `overflow-wrap: break-word` to body tag (#321) | ||
* Use "rem" unit in relative-font-size mixin (#436) | ||
* Assign static value to variable outside forloop (#437) | ||
* Add font-size styles for elements h5 and h6 (#441) | ||
* Stop prefixing CSS calc with `-webkit-` (#445) | ||
* Improve readability of post titles with diacritics (#449) | ||
* Fix a bug of incorrect parsing of page.modified_date (#455) | ||
* Specify the font size of the root element (#485) | ||
* Fix script used for Google Analytics (#596) | ||
* Open social links in new tabs (#625) | ||
|
||
### Development Fixes | ||
|
||
* Ignore .jekyll-cache (#439) | ||
* Clean up and optimize .gitignore (#475) | ||
* [chore] Normalize Travis CI builds (#480) | ||
* chore(deps): bump Ruby version (#510) | ||
* Conditionally load GFM-parser gem in CI builds (#535) | ||
* Improve CI workflow configuration (#609) | ||
* Migrate from TravisCI to GitHub Actions (#633) | ||
|
||
## 2.5.1 | ||
|
||
### Minor Enhancements | ||
|
||
* Allow use and testing with Jekyll 4.x (#398) | ||
|
||
### Bug Fixes | ||
|
||
* Footer overlapping issue (Support Microsoft Explorer 11) (#248) | ||
* Update multiline config comment. (#346) | ||
|
||
### Development Fixes | ||
|
||
* remove deprecated `sudo: false` in .travis.yml (#347) | ||
|
||
## 2.5.0 | ||
|
||
### Bug Fixes | ||
|
||
* Add `jekyll-feed` plugin in config (#228) | ||
|
||
### Minor Enhancements | ||
|
||
* Stick footer for short posts (#223) | ||
* Consolidate trigger SVG paths (#148) | ||
|
||
## 2.4.1 | ||
|
||
### Bug Fixes | ||
|
||
* Reintroduce removed social includes for backwards compatibility (#217) | ||
|
||
## 2.4.0 | ||
|
||
### Minor Enhancements | ||
|
||
* Add better system fonts (#205) | ||
* Remove whitespace due to Liquid tags in generated HTML (#202) | ||
* Adding Mastodon to the social networks (#198) | ||
|
||
### Bug Fixes | ||
|
||
* social icons should resolve baseurl properly (#201) | ||
* fix: styling main element in IE 11 (#199) | ||
|
||
### Documentation | ||
|
||
* Improve thw wording in index.md (#175) | ||
* Update config description comment (#203) | ||
|
||
## 2.3.0 | ||
|
||
* Add option to show excerpts on the homepage (#90) | ||
* Handle RSS feed with jekyll-feed (#183) | ||
* Test build with Ruby 2.4 on CI (#184) | ||
* Document how to customize navigation links (#192) | ||
|
||
## 2.2.1 | ||
|
||
* Revert social_sites hash for retrocompatibility (#190) | ||
|
||
## 2.2.0 | ||
|
||
### Minor Enhancements | ||
|
||
* handling content outside of posts (#88) | ||
* Add default table styles (#144) | ||
* Add `jekyll-seo-tag` dependency (#139) | ||
* Add Microformats markup (#160) | ||
* Add more social links (#141) | ||
|
||
### Documentation | ||
|
||
* Docs: clarification about page title (#142) | ||
|
||
## 2.1.1 / 2017-04-13 | ||
|
||
### Minor Enhancements | ||
|
||
* Close #55: Improve mobile user experience (#62) | ||
* Remove incomplete status from spec summary (#63) | ||
* Use date_format if set in configuration (#70) | ||
* Corrected misspelled word (#72) | ||
* Scale headings relative to base-font-size (#78) | ||
* Remove 2.0 post-install message (#82) | ||
* Fixes #115 - Only include the nav tag if there are pages to be displayed in the menu (#116) | ||
* Fixes #80, #106. Make the hamburger work with pure CSS. (#111) | ||
* add `header_pages` config to link only specific files in header (#52) | ||
* More easily customizable CSS (#117) | ||
* Use relative size for fonts and line-height (#103) | ||
* Add 404 page from jekyll `master` (#121) | ||
|
||
### Development Fixes | ||
|
||
* Remove duplicate .sass-cache (#71) | ||
* Demo minima on GitHub Pages (#76) | ||
* Remove the Rakefile (#118) | ||
|
||
### Documentation | ||
|
||
* Update README with theme content description (#91) | ||
* Update default local URL (#120) | ||
|
||
## 2.1.0 / 2016-11-15 | ||
|
||
### Minor Enhancements | ||
|
||
* Update gemspec to require at least Jekyll 3.3 (#59) | ||
* Use `absolute_url` filter for disqus (#66) | ||
* replace `example/index.html` with `example/index.md` (#58) | ||
|
||
### Development Fixes | ||
|
||
* Example should require Jekyll 3.3 (#61) | ||
|
||
## 2.0.0 / 2016-10-06 | ||
|
||
### Minor Enhancements | ||
|
||
* priority to site.url when site.github.url is available (#46) | ||
* Move contents of the index.html page to the 'home' layout (#48) | ||
* Use new `absolute_url` and `relative_url` filters in minima (#57) | ||
|
||
### Development Fixes | ||
|
||
* Use standardized tab size of 2 spaces (#44) | ||
|
||
### Major Enhancements | ||
|
||
* move `css/` directory from jekyll into `assets/` (#43) | ||
|
||
### Bug Fixes | ||
|
||
* Fix html proofer errors (#49) | ||
* Update gem regex to include new `assets` directory (#54) | ||
|
||
## 1.2.0 / 2016-09-12 | ||
|
||
### Minor Enhancements | ||
|
||
* Look to site.url when available (#35) | ||
|
||
### Documentation | ||
|
||
* Move instruction for CSS in install section (#37) | ||
|
||
## 1.1.0 / 2016-09-07 | ||
|
||
### Major Enhancements | ||
|
||
* Add support to Disqus (#21) | ||
* Google analytics support (#26) | ||
* Look for `site.github.url` if it exists (#25) | ||
|
||
### Minor Enhancements | ||
|
||
* Fixed Flash Of Unstyled SVG (#12) | ||
* Added "author" in footer instead of double title (#22) | ||
|
||
### Documentation | ||
|
||
* Document how to link to the theme styles (#18) | ||
* Update Example to resemble Default site (#24) | ||
|
||
### Development Enhancements | ||
|
||
* Use upstream gemspec file matcher (#9) | ||
* Fix gemspec regex (#31) | ||
* Add Travis and a basic smoke test (#33) | ||
|
||
## 1.0.1 / 2016-07-28 | ||
|
||
* include `_layouts`, `_includes`, and `_sass` dir in gem (#6) | ||
|
||
## 1.0.0 / 2016-07-27 | ||
|
||
* default layout: html `lang` attribute should allow user customization (#3) | ||
* Use `normalize_whitespace` filter for meta description (#4) | ||
* Fix repo's URL in contributing (#5) |
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,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016-present Parker Moore and the minima 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 | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
Oops, something went wrong.