README.md in jekyll-octicons-4.0.7 vs README.md in jekyll-octicons-4.1.0.pre.a716a786

- old
+ new

@@ -1,13 +1,13 @@ # Octicons jekyll tag [![Gem version](https://img.shields.io/gem/v/jekyll-octicons.svg)](https://rubygems.org/gems/jekyll-octicons) -[![Build Status](https://travis-ci.org/primer/jekyll-octicons.svg?branch=master)](https://travis-ci.org/primer/jekyll-octicons) +[![Build Status](https://travis-ci.org/primer/octicons.svg?branch=master)](https://travis-ci.org/primer/octicons) > A liquid jekyll tag that injects Octicon svg into the page -This jekyll liquid tag, is a plugin that will let you easily include svg [octicons][octicons] in your jekyll sites. +This jekyll liquid tag, is a plugin that will let you easily include svg [octicons][octicons-docs] in your jekyll sites. ## Install 1. Add this to your `Gemfile` @@ -26,37 +26,21 @@ ``` {% octicon alert height:32 class:"right left" aria-label:hi %} ``` -The minimum CSS you'll need in your jekyll site is in the [octicons][octicons] repository. You can also npm install that package and include `build/octicons.css` in your styles. +We recommend including the CSS in the [octicons_node](../octicons_node/) module. You can also npm install that package and include `build/build.css` in your styles. ## Documentation -For a full list of options available, see the [octicons_gem documentation](https://github.com/primer/octicons_gem#documentation) +For a full list of options available, see the [octicons_gem documentation](../octicons_gem/#documentation) -## Publishing - -If you have access to publish this repository, these are the steps to publishing. If you need access, contact [#design-systems](https://github.slack.com/archives/design-systems). - -**Before publishing** This repository relies on the data from [octicons_gem](https://github.com/primer/octicons_gem). To update to the most recent version, you'll need to run `npm run update` - -1. Update the [CHANGELOG.md](./CHANGELOG.md) with relevant version number and any updates made to the repository. -2. Update the version in [version.rb](https://github.com/primer/jekyll-octicons/blob/master/lib/jekyll-octicons/version.rb) using the relevant version. The versioning is [semver](http://semver.org/), so version appropriately based on what has changed. -3. `npm version <newversion>` Use the same version that you added in step 2. -4. `npm run ship` This will build the gem and publish it to rubygems. -5. `git push && git push --tags` Push all these changes to origin. - ## License -(c) 2012-2017 GitHub, Inc. +(c) GitHub, Inc. When using the GitHub logos, be sure to follow the [GitHub logo guidelines](https://github.com/logos). -_Font License:_ [SIL OFL 1.1](http://scripts.sil.org/OFL) -Applies to all font files and SVG files - -_Code License:_ [MIT](./LICENSE) -Applies to all other files +[MIT](./LICENSE) [octicons]: https://github.com/primer/octicons [octicons-docs]: https://octicons.github.com/