summaryrefslogtreecommitdiff
path: root/docs/_config.yml
blob: ed1c2a63105a6f99345ce0f7134300a1d4e56091 (plain)
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
55
56
57
58
title: ostreedev/ostree
description: ostree documentation
baseurl: "/ostree"
url: "https://ostreedev.github.io"
# Comment above and use below for local development
# url: "http://localhost:4000"
permalink: /:title/
markdown: kramdown
kramdown:
  typographic_symbols:
    ndash: "--"
    mdash: "---"

# Exclude the README and the bundler files that would normally be
# ignored by default.
exclude:
  - README.md
  - Gemfile
  - Gemfile.lock
  - prep-docs.sh
  - vendor/

# This is a copy of the apidoc/html directory. Run prep-docs.sh before
# jekyll to put it in place.
include: [reference]

remote_theme: coreos/just-the-docs
plugins:
  - jekyll-remote-theme

color_scheme: coreos

# Aux links for the upper right navigation
aux_links:
  "OSTree on GitHub":
    - "https://github.com/ostreedev/ostree"

footer_content: "Copyright &copy; <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/ostreedev\">others</a>."

# Footer last edited timestamp
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p"

# Footer "Edit this page on GitHub" link text
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/ostreedev/ostree"
gh_edit_branch: "main"
gh_edit_source: docs
gh_edit_view_mode: "tree"

compress_html:
  clippings: all
  comments: all
  endings: all
  startings: []
  blanklines: false
  profile: false