-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to new way of tagging tools (#214)
* start with moving to new way * fix landingpage * introducing tools with ID * updating data analysis * less sass * update tools * update instance_of * some fixes * doc update * latest version of plugin * fix tool * latest version tools * move belgium to new way * Update _config.yml * update checklist url * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * Update contribute/tool-resource-update.md Co-authored-by: rafael buono <[email protected]> * implement suggestions --------- Co-authored-by: rafael buono <[email protected]>
- Loading branch information
Showing
25 changed files
with
764 additions
and
801 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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
_site/ | ||
Gemfile.lock | ||
.jekyll-cache | ||
.jekyll-metadata | ||
.vscode/launch.json |
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 |
---|---|---|
@@ -1,7 +1,17 @@ | ||
source "https://rubygems.org" | ||
|
||
# GitHub pages dependencies | ||
gem 'github-pages', group: :jekyll_plugins | ||
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" | ||
|
||
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" | ||
end | ||
|
||
# Webrick needed for Ruby v3.0+ compatibility | ||
gem "webrick" |
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
Oops, something went wrong.