diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..daaae819 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,40 @@ +title: coreos/rpm-ostree +description: rpm-ostree documentation +baseurl: "/rpm-ostree" +url: "https://coreos.github.io" +# Comment above and use below for local development +# url: "http://localhost:4000" +permalink: /:title/ +markdown: kramdown + +remote_theme: coreos/just-the-docs +plugins: + - jekyll-remote-theme + +color_scheme: coreos + +# Aux links for the upper right navigation +aux_links: + "rpm-ostree on GitHub": + - "https://github.com/coreos/rpm-ostree" + +footer_content: "Copyright © Red Hat, Inc. and others." + +# 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/coreos/rpm-ostree" +gh_edit_branch: "master" +gh_edit_view_mode: "tree" + +compress_html: + clippings: all + comments: all + endings: all + startings: [] + blanklines: false + profile: false diff --git a/docs/_sass/color_schemes/coreos.scss b/docs/_sass/color_schemes/coreos.scss new file mode 100644 index 00000000..a4554be8 --- /dev/null +++ b/docs/_sass/color_schemes/coreos.scss @@ -0,0 +1 @@ +$link-color: #53a3da; diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 00000000..c715c53a Binary files /dev/null and b/docs/favicon.ico differ