Skip to content

Commit

Permalink
use octicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Oct 29, 2023
1 parent 538880f commit c81d6cc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
25 changes: 13 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem "elixir-toolkit-theme-plugins", "~> 0.1.9"
gem "webrick", "~> 1.7"
gem "jekyll", "~> 4.3.1"
gem "jemoji", "~> 0.13.0"
gem "kramdown-parser-gfm", "~> 1.1"
gem 'elixir-toolkit-theme-plugins', '~> 0.1.9'
gem 'webrick', '~> 1.7'
gem 'jekyll', '~> 4.3.1'
gem 'jemoji', '~> 0.13.0'
gem 'kramdown-parser-gfm', '~> 1.1'
gem 'jekyll-octicons'

group :jekyll_plugins do
gem "jekyll-redirect-from", "~> 0.16.0"
gem "jekyll-sitemap", "~> 1.4"
gem "jekyll-github-metadata", "~> 2.15"
gem "jekyll-relative-links", "~> 0.6"
gem "jekyll-seo-tag", "~> 2.8"
gem "jekyll-remote-theme"
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-github-metadata', '~> 2.15'
gem 'jekyll-relative-links', '~> 0.6'
gem 'jekyll-seo-tag', '~> 2.8'
gem 'jekyll-remote-theme'
end

1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata
- jekyll-octicons
4 changes: 4 additions & 0 deletions _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

}

.octicon {
margin-right: 0.25em;
}

/*-----Sidebar-----*/

//RDM wheel in sidebar
Expand Down
1 change: 0 additions & 1 deletion images/octicon:file-diff.svg

This file was deleted.

2 changes: 1 addition & 1 deletion pages/contribute/editorial_board_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ More information about these topics can be found in the GitHub documentation:

## Review pull requests

If contributors make a pull request to make changes, by default the editors that are responsible for files that will be changed by the PR will be assigned and notified. All PR should be assigned to one of the editors. The use of the suggestion for specific changes to the line or lines (by clicking {% include image.html file="octicon:file-diff.svg" inline=true alt="Raw button GitHub." %} in the comment field) For more infomration about this please visit the [GitHub documentation page: starting a review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#starting-a-review).
If contributors make a pull request to make changes, by default the editors that are responsible for files that will be changed by the PR will be assigned and notified. All PR should be assigned to one of the editors. The use of the suggestion for specific changes to the line or lines (by clicking {% octicon file-diff height:16 %}in the comment field) For more infomration about this please visit the [GitHub documentation page: starting a review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#starting-a-review).


Before merging a PR, pages' tags, and tools and resources' tags should be checked and assigned according to the established tagging system. The editor who provides the last approval to a PR should also merge it.
Expand Down

0 comments on commit c81d6cc

Please sign in to comment.