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 @@ -12,11 +12,16 @@ exclude:
1212 - " bin/"
1313 - " src/"
1414 - " tests/"
15+ - " vendor/"
16+ - " Gemfile"
1517 - " *.json"
1618 - " *.lock"
1719
1820plugins :
1921 - github-pages
22+ - jekyll-github-metadata
23+ - jekyll-remote-theme
24+ - jekyll-seo-tag
2025
2126# Extend the Docs settings (see https://pother.ca/extend-the-docs/)
2227nav :
3843aux_links :
3944 " PDS Interop on GitHub " :
4045 - https://github.com/pdsinterop
41- footer_content : Copyright © 2020 PDS Interop. Distributed under a <a href="https://pdsinterop.org/license/">MIT license. </a>
46+ 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> '
4247gh_edit_link : true
4348gh_edit_repository : https://github.com/pdsinterop/php-solid-auth
4449logo : https://avatars3.githubusercontent.com/u/65920341
You can’t perform that action at this time.
0 commit comments