Skip to content

Commit fddd4a1

Browse files
committed
Update GitHub Pages Theme to v0.3.1
1 parent 541a0e9 commit fddd4a1

2 files changed

Lines changed: 17 additions & 3 deletions

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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ title: PDS Interop
66
url: https://pdsinterop.org
77

88
permalink: pretty
9-
remote_theme: Potherca/extend-the-docs@v0.3.0
9+
remote_theme: Potherca/extend-the-docs@v0.3.1
1010

1111
exclude:
12+
- "vendor/"
1213
- "Gemfile"
1314
- "*.json"
1415
- "*.lock"
1516

1617
plugins:
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/)
2024
nav:
@@ -32,11 +36,11 @@ nav:
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/)
3640
aux_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>'
4044
gh_edit_link: true
4145
gh_edit_repository: https://github.com/pdsinterop/pdsinterop.github.io
4246
logo: https://avatars3.githubusercontent.com/u/65920341

0 commit comments

Comments
 (0)