Skip to content

Commit a306949

Browse files
committed
Update GitHub Pages Theme to v0.3.1
1 parent b08a391 commit a306949

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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"

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ exclude:
1212
- "bin/"
1313
- "src/"
1414
- "tests/"
15+
- "vendor/"
16+
- "Gemfile"
1517
- "*.json"
1618
- "*.lock"
1719

1820
plugins:
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/)
2227
nav:
@@ -38,7 +43,7 @@ nav:
3843
aux_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>'
4247
gh_edit_link: true
4348
gh_edit_repository: https://github.com/pdsinterop/php-solid-auth
4449
logo: https://avatars3.githubusercontent.com/u/65920341

0 commit comments

Comments
 (0)