diff --git a/_config.yml b/_config.yml index 6e5fc6a..6cc15e1 100644 --- a/_config.yml +++ b/_config.yml @@ -3,11 +3,26 @@ description: More than a theme for Home Assistant theme: just-the-docs url: https://HomeOS.github.io +repositery: avenger11/HomeOS aux_links: - HomeOS Repository: + HomeOS on GitHub: - "https://github.com/avenger11/HomeOS" aux_links_new_tab: true color_scheme: dark + + +# +--------------------------------------------------------------------------+ +# | Footer content | +# +--------------------------------------------------------------------------+ +# appears at the bottom of every page's main content + +# Back to top link +back_to_top: true +back_to_top_text: "Back to top" + +# Footer last edited timestamp +last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter +last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html