Skip to content

Commit

Permalink
Adding Schema.org link to sidebar (datacommonsorg#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
KilimAnnejaro authored Sep 18, 2020
1 parent c4a1d18 commit a9dc04e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ source "https://rubygems.org"
#
# To upgrade, run `bundle update github-pages`.
gem "github-pages", group: :jekyll_plugins
gem 'jekyll-redirect-from'

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ GEM
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.13.1)
font-awesome-sass (5.13.0)
sassc (>= 1.11)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (207)
Expand Down Expand Up @@ -116,6 +118,9 @@ GEM
jekyll (~> 3.0)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-font-awesome-sass (0.1.1)
font-awesome-sass (>= 4)
jekyll (>= 2.5, < 4.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-github-metadata (2.13.0)
Expand Down Expand Up @@ -230,6 +235,8 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -254,6 +261,9 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-feed (~> 0.6)
jekyll-font-awesome-sass
jekyll-redirect-from
jemoji

BUNDLED WITH
2.1.4
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ github_username: datacommonsorg
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from

sass:
style: compressed
Expand Down
2 changes: 1 addition & 1 deletion contributing/background/glossary.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Glossary
nav_order: 3
nav_order: 4
parent: Background
grand_parent: Contributing to Data Commons
---
Expand Down
2 changes: 1 addition & 1 deletion contributing/background/mcf_format.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: MCF format
nav_order: 1
nav_order: 2
parent: Background
grand_parent: Contributing to Data Commons
---
Expand Down
2 changes: 1 addition & 1 deletion contributing/background/representing_statistics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Representing statistics in Data Commons
nav_order: 2
nav_order: 3
parent: Background
grand_parent: Contributing to Data Commons
---
Expand Down
8 changes: 8 additions & 0 deletions contributing/background/schemaorg_data_model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Schema.org Data Model
nav_order: 1
parent: Background
grand_parent: Contributing to Data Commons
redirect_to: https://schema.org/docs/datamodel.html
---

0 comments on commit a9dc04e

Please sign in to comment.