Skip to content

Commit

Permalink
Update GitHub Pages Theme to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Sep 9, 2021
1 parent 9078391 commit 2e62d05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "jekyll", "~> 3.8"
gem "github-pages"
8 changes: 6 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,21 @@ title: Solid Nextcloud
url: https://pdsinterop.org/

permalink: pretty
remote_theme: Potherca/[email protected].0
remote_theme: Potherca/[email protected].1

exclude:
- "src/"
- "tests/"
- "vendor/"
- "Gemfile"
- "*.json"
- "*.lock"

plugins:
- github-pages
- jekyll-github-metadata
- jekyll-remote-theme
- jekyll-seo-tag

# Extend the Docs settings (see https://pother.ca/extend-the-docs/)
nav:
Expand All @@ -38,7 +42,7 @@ nav:
aux_links:
"PDS Interop on GitHub":
- https://github.com/pdsinterop
footer_content: Copyright © 2020 PDS Interop. Distributed under a <a href="https://pdsinterop.org/license/">MIT license.</a>
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>'
gh_edit_link: true
gh_edit_repository: https://github.com/pdsinterop/solid-nextcloud
logo: https://avatars3.githubusercontent.com/u/65920341
Expand Down

0 comments on commit 2e62d05

Please sign in to comment.