-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
54 lines (49 loc) · 1.87 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
51
52
53
54
---
baseurl: /conventions
description: Conventions around how apps and services store data on your personal data store
repository: pdsinterop/conventions
title: Conventions
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">This project is <a href="https://nlnet.nl/project/SolidDataModules/">funded</a> by <img src="https://nlnet.nl/logo/banner.svg" style="width: 5%; margin: 0 1% 0 1%;">
/ <img src="https://nlnet.nl/image/logos/NGI0Entrust_tag.svg" style="width: 5%; margin: 0 1% 0 1%;">Copyright © <span property="dct:dateCopyrighted">2020-present</span> <span property="dct:publisher">PDS Interop</span>. Distributed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons (CC BY 4.0).</a></p>'
gh_edit_link: true
gh_edit_repository: https://github.com/pdsinterop/conventions/
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
logo: https://avatars3.githubusercontent.com/u/65920341
search_enabled: true