Skip to content

Commit 64dd1df

Browse files
committed
fix(layout): add layout to sub pages
1 parent b81112e commit 64dd1df

File tree

29 files changed

+37
-0
lines changed

29 files changed

+37
-0
lines changed

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ title: LibreHEMS
22
description: Empowering homeowners with open-source tools to lower energy costs, reduce carbon emissions, and earn revenue by supporting the electric grid.
33
theme: just-the-docs
44

5+
permalink: pretty
6+
7+
defaults:
8+
- scope:
9+
path: "docs"
10+
type: "pages"
11+
values:
12+
layout: "default"
13+
514
logo: "/assets/libreHEMS.jpg"
615

716
url: https://librehems.github.io/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deye Sunsynk
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# Deye Sunsynk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Fronius
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# Fronius
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: GoodWe
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# GoodWe
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Inverters and Batteries
33
parent: Home
4+
layout: minimal
45
---
56

67
# Inverters and Batteries
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Signergy
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# Signergy
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Solar Edge
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# SolarEdge
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Sungrow
33
parent: Inverters and Batteries
4+
layout: minimal
45
---
56

67
# Sungrow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Tesla
33
parent: Inverters and Batteries
4+
layout: default
45
---
56

67
# Tesla
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Aircon
33
parent: Appliances
4+
layout: minimal
45
---
56

67
# Aircon

0 commit comments

Comments
 (0)