diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..0fafbd6 --- /dev/null +++ b/Gemfile @@ -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" diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..65e3498 --- /dev/null +++ b/_config.yml @@ -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/extend-the-docs@v0.3.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: + 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: '

Copyright © 2020-2021 PDS Interop. Distributed under a MIT license.

' +gh_edit_link: true +gh_edit_repository: https://github.com/pdsinterop/php-solid-crud +logo: https://avatars3.githubusercontent.com/u/65920341 +search_enabled: true