Skip to content

Commit c2a97f7

Browse files
committed
Add Jekyll configuration file.
1 parent 539424f commit c2a97f7

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

_config.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
baseurl: /php-solid-auth
3+
description: OAuth2, OpenID and OIDC for Solid Server implementations.
4+
repository: pdsinterop/php-solid-auth
5+
title: Solid Auth in PHP
6+
url: https://pdsinterop.org
7+
8+
permalink: pretty
9+
remote_theme: Potherca/extend-the-docs@v0.3.1
10+
11+
exclude:
12+
- "bin/"
13+
- "src/"
14+
- "tests/"
15+
- "*.json"
16+
- "*.lock"
17+
18+
plugins:
19+
- github-pages
20+
21+
# Extend the Docs settings (see https://pother.ca/extend-the-docs/)
22+
nav:
23+
cross_repository:
24+
exclude:
25+
- jekyll-theme
26+
- pdsinterop.github.io
27+
show_archived: true
28+
show_homepage: false
29+
exclude:
30+
- /
31+
- /404.html
32+
favicon_ico : /favicon.ico
33+
main_title:
34+
link: '/'
35+
recurse: true
36+
37+
# Just the Docs settings (see https://pmarsceill.github.io/just-the-docs/docs/configuration/)
38+
aux_links:
39+
"PDS Interop on GitHub":
40+
- https://github.com/pdsinterop
41+
footer_content: Copyright © 2020 PDS Interop. Distributed under a <a href="https://pdsinterop.org/license/">MIT license.</a>
42+
gh_edit_link: true
43+
gh_edit_repository: https://github.com/pdsinterop/php-solid-auth
44+
logo: https://avatars3.githubusercontent.com/u/65920341
45+
search_enabled: true

0 commit comments

Comments
 (0)