2020-09-28 17:55:03 +03:00
title : ostreedev/ostree
description : ostree documentation
baseurl : "/ostree"
2020-10-05 22:10:31 +03:00
url : "https://ostreedev.github.io"
2020-09-28 17:55:03 +03:00
# Comment above and use below for local development
# url: "http://localhost:4000"
permalink : /:title/
markdown : kramdown
2021-10-11 13:29:21 +03:00
kramdown :
typographic_symbols :
ndash : "--"
mdash : "---"
2020-09-28 17:55:03 +03:00
2021-05-20 23:48:16 +03:00
# Exclude the README and the bundler files that would normally be
# ignored by default.
exclude :
- README.md
- Gemfile
- Gemfile.lock
2021-05-21 01:03:56 +03:00
- prep-docs.sh
2021-05-20 23:48:16 +03:00
- vendor/
2022-04-09 00:30:07 +03:00
# These are copies of the apidoc/html and man/html directories. Run
# prep-docs.sh before jekyll to put it in place.
include : [ reference, man]
2021-05-21 01:03:56 +03:00
2020-09-28 17:55:03 +03:00
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 © <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"
2021-05-07 17:38:16 +03:00
gh_edit_branch : "main"
2021-04-10 05:58:54 +03:00
gh_edit_source : docs
2020-09-28 17:55:03 +03:00
gh_edit_view_mode : "tree"
compress_html :
clippings : all
comments : all
endings : all
startings : [ ]
blanklines : false
profile : false