Skip to content

Commit

Permalink
Add 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 7d0659b commit 578ab2d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 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"
49 changes: 49 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
baseurl: /php-solid-crud
description: Specification compliant implementation for handling Solid CRUD HTTPS REST API requests
repository: pdsinterop/php-solid-crud
title: Solid Resource Server
url: https://pdsinterop.org

permalink: pretty
remote_theme: Potherca/[email protected]

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:
cross_repository:
exclude:
- jekyll-theme
- pdsinterop.github.io
show_archived: true
show_homepage: false
exclude:
- /
- /404.html
favicon_ico : /favicon.ico
main_title:
link: '/'
recurse: true

# Just the Docs settings (see https://pmarsceill.github.io/just-the-docs/docs/configuration/)
aux_links:
"PDS Interop on GitHub":
- https://github.com/pdsinterop
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/php-solid-crud
logo: https://avatars3.githubusercontent.com/u/65920341
search_enabled: true

0 comments on commit 578ab2d

Please sign in to comment.