-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
32 lines (22 loc) · 843 Bytes
/
_config.yml
File metadata and controls
32 lines (22 loc) · 843 Bytes
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
title: LibreHEMS
description: Empowering homeowners with open-source tools to lower energy costs, reduce carbon emissions, and earn revenue by supporting the electric grid.
theme: just-the-docs
permalink: pretty
defaults:
- scope:
path: "docs"
type: "pages"
values:
layout: "default"
logo: "/assets/libreHEMS.jpg"
url: https://librehems.github.io/
aux_links:
Template Repository: https://github.com/just-the-docs/just-the-docs-template
color_scheme: dark
# option to edit page
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/LibreHEMS/LibreHEMS.github.io"
gh_edit_branch: "main"
gh_edit_view_mode: "edit"
footer_content: "© 2025 LibreHEMS Project · <a href="/TERMS-OF-USE">Terms of Use</a> · Licensed under <a href="/LICENSE">MIT License</a>"