-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
50 lines (45 loc) · 1.37 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
baseurl: /flysystem-nextcloud
description: Flysystem adapter for the Nextcloud filesystem
repository: pdsinterop/flysystem-nextcloud
title: Flysystem Nextcloud Adapter
url: https://pdsinterop.org
permalink: pretty
remote_theme: Potherca/[email protected]
exclude:
- "bin/"
- "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/flysystem-nextcloud
logo: https://avatars3.githubusercontent.com/u/65920341
search_enabled: true