-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (38 loc) · 1.22 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
title: Wharf RFCs
description: Wharf approved and pending design decisions using request for comment (RFC) process
footer_content: >-
Copyright © 2021 Wharf (Iver Sverige AB).
Distributed by an <a href="https://github.com/iver-wharf/rfcs/tree/master/LICENSE">MIT license.</a>
github_username: iver-wharf
remote_theme: pmarsceill/just-the-docs
color_scheme: dark
last_edit_timestamp: true # page must have `last_modified_date` in frontmatter
last_edit_time_format: "%F" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# Aux links for the upper right navigation
aux_links:
"Wharf documentation": https://wharf.iver.com/
"GitHub": https://github.com/iver-wharf/rfcs
aux_links_new_tab: true
# Jekyll collections. Name of collection correlates to folder name, with added
# underscore _ prefix.
collections:
guides:
permalink: "/:collection/:path"
output: true
published:
permalink: "/:collection/:path"
output: true
# Just The Docs specific settings
just_the_docs:
collections:
guides:
name: Guides
published:
name: Published RFCs
plugins:
- jekyll-seo-tag
- jekyll-relative-links
- jemoji
relative_links:
enabled: true
collections: true