File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+
3+ source "https://rubygems.org"
4+
5+ git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
6+
7+ # gem "rails"
8+
9+ gem "jekyll" , "~> 3.8"
10+ gem "github-pages"
Original file line number Diff line number Diff line change @@ -6,15 +6,19 @@ title: PDS Interop
66url : https://pdsinterop.org
77
88permalink : pretty
9- remote_theme : Potherca/extend-the-docs@v0.3.0
9+ remote_theme : Potherca/extend-the-docs@v0.3.1
1010
1111exclude :
12+ - " vendor/"
1213 - " Gemfile"
1314 - " *.json"
1415 - " *.lock"
1516
1617plugins :
1718 - github-pages
19+ - jekyll-github-metadata
20+ - jekyll-remote-theme
21+ - jekyll-seo-tag
1822
1923# Extend the Docs settings (see https://pother.ca/extend-the-docs/)
2024nav :
3236 link : ' /'
3337 recurse : true
3438
35- # Just the Docs settings (see https://pmarsceill.github.io/just-the-docs/docs/configuration/)
39+ # Just the Docs settings (see https://pmarsceill.github.io/just-the-docs/docs/configuration/)
3640aux_links :
3741 " PDS Interop on GitHub " :
3842 - https://github.com/pdsinterop
39- footer_content : Copyright © 2020 PDS Interop. Distributed under a <a href="https://pdsinterop.org/license/">MIT license. </a>
43+ footer_content : ' <p xmlns:dct="http://purl.org/dc/terms/" property="dct:rights"> Copyright © <span property="dct:dateCopyrighted"> 2020-2021</span> <span property="dct:publisher"> PDS Interop</span> . Distributed under a <a rel="license" href="https://pdsinterop.org/license/">MIT license</a>.</p> '
4044gh_edit_link : true
4145gh_edit_repository : https://github.com/pdsinterop/pdsinterop.github.io
4246logo : https://avatars3.githubusercontent.com/u/65920341
You can’t perform that action at this time.
0 commit comments