mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
17 Commits
Author | SHA1 | Date | |
---|---|---|---|
d5eeaeedc9 | |||
adbc129119 | |||
1356b013b7 | |||
99c7c7fcfb | |||
cede242106 | |||
85dca37e6d | |||
5554766f88 | |||
8c95eacb15 | |||
681f00acbe | |||
d924d93c64 | |||
7d1273eef0 | |||
14731962d2 | |||
de03f1cbb4 | |||
fe9fb15fe5 | |||
96bfb52215 | |||
680eeb3c0b | |||
7fec7374be |
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: node_js
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
node_js: 6
|
||||||
|
before_script:
|
||||||
|
- npm prune
|
||||||
|
after_success:
|
||||||
|
- npm run semantic-release
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add icon categories (Thanks @wappsdotgr)
|
- Add icon categories (Thanks @wappsdotgr)
|
||||||
- Display icon names to allow for <kbd>⌘</kbd> + <kbd>F</kbd> search
|
- Display icon names to allow for `⌘ + F` search
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Add 37 icons</summary>
|
<summary>Add 37 icons</summary>
|
||||||
|
74
CODE_OF_CONDUCT.md
Normal file
74
CODE_OF_CONDUCT.md
Normal file
@ -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 cole@colebemis.com. 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/
|
@ -1,4 +1,4 @@
|
|||||||
[Feather](https://feather.netlify.com)
|
[Feather](https://feathericons.com)
|
||||||
===
|
===
|
||||||
|
|
||||||
### Simply beautiful open source icons
|
### Simply beautiful open source icons
|
||||||
@ -8,7 +8,7 @@ Designed on a 24x24 grid with an emphasis on functionality, consistency and simp
|
|||||||
Change Log
|
Change Log
|
||||||
---
|
---
|
||||||
|
|
||||||
See [CHANGELOG.md](https://github.com/colebemis/feather/blob/gh-pages/CHANGELOG.md)
|
See [CHANGELOG.md](https://github.com/colebemis/feather/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
License
|
License
|
||||||
---
|
---
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
data_dir: .
|
|
||||||
exclude:
|
exclude:
|
||||||
- README.md
|
|
||||||
- CHANGELOG.md
|
|
||||||
- ISSUE_TEMPLATE.md
|
|
||||||
- LICENSE
|
|
||||||
- node_modules
|
- node_modules
|
||||||
- bin
|
- bin
|
||||||
- sandbox
|
- sandbox
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<header class="pv3 bb b--black-10">
|
<header class="pv3 bb b--black-10">
|
||||||
<div class="w-80 center flex justify-between items-center">
|
<div class="w-80 center flex justify-between items-center">
|
||||||
<h1 class="mv0 normal f3 lh-copy black-90">Feather <span class="f5 black-60">v{{ site.data.package.version }}</span></h1>
|
<h1 class="mv0 normal f3 lh-copy black-90">Feather</h1>
|
||||||
|
|
||||||
<ul class="list mv0 pl0 flex">
|
<ul class="list mv0 pl0 flex">
|
||||||
<li class="dn dib-ns"><a class="no-underline color-inherit dim" href="https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20feather.netlify.com" target="_blank">Tweet</a></li>
|
<li class="dn dib-ns"><a class="no-underline color-inherit dim" href="https://twitter.com/intent/tweet?text=Feather%20-%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20https://feathericons.com" target="_blank">Tweet</a></li>
|
||||||
<li class="dn dib-ns ml4"><a class="no-underline color-inherit dim" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G6CPFZ6PQRZW8&lc=US&item_name=Feather¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" target="_blank">Donate</a></li>
|
<li class="dn dib-ns ml4"><a class="no-underline color-inherit dim" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G6CPFZ6PQRZW8&lc=US&item_name=Feather¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted" target="_blank">Donate</a></li>
|
||||||
<li class="ml4"><a class="no-underline color-inherit dim" href="https://github.com/colebemis/feather" target="_blank">GitHub</a></li>
|
<li class="ml4"><a class="no-underline color-inherit dim" href="https://github.com/colebemis/feather" target="_blank">GitHub</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<div class="flex flex-column items-center w-80 mw8 pt5 pt6-ns center">
|
<div class="flex flex-column items-center w-80 mw8 pt5 pt6-ns center">
|
||||||
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
|
<h2 class="mt0 mb4 f2 fw3 tc lh-title black-90">Simply beautiful open source icons</h2>
|
||||||
<a
|
<a
|
||||||
class="button white bg-accent bg-animate hover-bg-accent-darker br2"
|
class="button white bg-accent dim br2"
|
||||||
href="feather-{{ site.data.package.version }}.zip"
|
href="feather.zip"
|
||||||
download
|
download
|
||||||
onclick="ga('send', 'event', 'download', 'click', 'all');">
|
onclick="ga('send', 'event', 'download', 'click', 'all');">
|
||||||
Download
|
Download
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
@ -4,4 +4,4 @@
|
|||||||
version=$(grep '"version"' package.json | cut -d '"' -f4)
|
version=$(grep '"version"' package.json | cut -d '"' -f4)
|
||||||
|
|
||||||
# compress 'icons' directory into feather-[version].zip
|
# compress 'icons' directory into feather-[version].zip
|
||||||
zip -r feather-${version}.zip ./icons/
|
zip -r feather.zip ./icons/
|
||||||
|
@ -23,7 +23,7 @@ links:
|
|||||||
<meta name="description" content="{{ page.description }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
<meta property="og:title" content="{{ page.title }}">
|
<meta property="og:title" content="{{ page.title }}">
|
||||||
<meta property="og:description" content="{{ page.description }}">
|
<meta property="og:description" content="{{ page.description }}">
|
||||||
<meta property="og:image" content="assets/feather-preview.png">
|
<meta property="og:image" content="https://feathericons.com/assets/feather-preview.png">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:site" content="@colebemis">
|
<meta name="twitter:site" content="@colebemis">
|
||||||
|
|
||||||
@ -43,3 +43,4 @@ links:
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
43
package.json
43
package.json
@ -1,23 +1,32 @@
|
|||||||
{
|
{
|
||||||
"name": "feather",
|
"name": "feather-icons",
|
||||||
"version": "2.1.0",
|
"version": "0.0.0-development",
|
||||||
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
"description": "Simply beautiful open source icons",
|
||||||
|
"scripts": {
|
||||||
|
"commitmsg": "validate-commit-msg",
|
||||||
|
"cm": "git-cz",
|
||||||
|
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
|
||||||
|
"build": "npm run build-zip && jekyll build",
|
||||||
|
"build-zip": "./bin/build-zip.sh",
|
||||||
|
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"commitizen": "^2.9.6",
|
||||||
|
"cz-conventional-changelog": "^2.0.0",
|
||||||
|
"husky": "^0.13.4",
|
||||||
|
"semantic-release": "^6.3.6",
|
||||||
|
"svgo": "^0.7.2",
|
||||||
|
"validate-commit-msg": "^2.12.1"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "cz-conventional-changelog"
|
||||||
|
}
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/colebemis/feather.git"
|
"url": "https://github.com/colebemis/feather.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
|
||||||
"Xstart": "parallelshell 'jekyll serve' 'npm run watch'",
|
"license": "MIT"
|
||||||
"Xwatch": "onchange 'icons/**/*' -v -- npm run svgo -- {{changed}}",
|
|
||||||
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
|
|
||||||
"Xsvgo": "svgo --pretty --multipass --config=svgo-config.yml",
|
|
||||||
"build": "npm run build-zip && jekyll build",
|
|
||||||
"build-zip": "./bin/build-zip.sh"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
|
||||||
"onchange": "^3.2.1",
|
|
||||||
"parallelshell": "^2.0.0",
|
|
||||||
"svgo": "^0.7.2"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user