diff --git a/config.toml b/config.toml index 38f969e..5fb023a 100644 --- a/config.toml +++ b/config.toml @@ -19,7 +19,7 @@ showVisitedLinks = true # default is false themeStyle = "flex" # "original" or "flex" # default "flex" themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default) ordersectionsby = "weight" # ordersectionsby = "title" -disableHomeIcon = true # default is false +disableHomeIcon = false # default is false disableSearch = false # default is false disableNavChevron = false # set true to hide next/prev chevron, default is false highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter diff --git a/content/_index.md b/content/_index.md index d1fce07..a0f78d8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,7 @@ ++++ +title = "Home" +weight = 1 ++++  **H**ome **A**utomation **A**nd **S**ecurity **P**latform is a sowftware framework for home automation and security installations. Primary written in python and optimized for use within docker containers HAASP consist of following modules: diff --git a/content/applications/_index.md b/content/applications/_index.md index c0e78f7..3e05c6e 100644 --- a/content/applications/_index.md +++ b/content/applications/_index.md @@ -1,5 +1,7 @@ +++ title = "Applications" +weight=5 +alwaysopen = true +++ TEST diff --git a/content/applications/broadlink.md b/content/applications/broadlink.md new file mode 100644 index 0000000..0d3995f --- /dev/null +++ b/content/applications/broadlink.md @@ -0,0 +1,8 @@ ++++ +title = "Broadlink" +date = "2018-10-26" ++++ + +# Broadlink + + diff --git a/content/applications/huee.md b/content/applications/huee.md new file mode 100644 index 0000000..e5664cc --- /dev/null +++ b/content/applications/huee.md @@ -0,0 +1,9 @@ ++++ +title = "Huee" +date = "2018-10-26" +Weight=2 ++++ + +# Huee + + diff --git a/content/applications/webapp.md b/content/applications/webapp.md new file mode 100644 index 0000000..2440813 --- /dev/null +++ b/content/applications/webapp.md @@ -0,0 +1,8 @@ ++++ +title = "WebApp" +date = "2018-10-26" ++++ + +# Webapp + + diff --git a/content/applications/zwave.md b/content/applications/zwave.md index fe19210..338cc5d 100644 --- a/content/applications/zwave.md +++ b/content/applications/zwave.md @@ -1,7 +1,6 @@ +++ title = "Zwave" date = "2018-10-26" -Weight=2 +++ # Zwave diff --git a/content/cli/_index.md b/content/cli/_index.md new file mode 100644 index 0000000..d4090ae --- /dev/null +++ b/content/cli/_index.md @@ -0,0 +1,7 @@ ++++ +title = "CLI" +date = "2018-10-28" +Weight=4 ++++ + +TEST diff --git a/content/hardware/_index.md b/content/hardware/_index.md new file mode 100644 index 0000000..f42f5f4 --- /dev/null +++ b/content/hardware/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Hardware" +weight=6 +alwaysopen = true ++++ + +TEST diff --git a/content/workflow/_index.md b/content/workflow/_index.md new file mode 100644 index 0000000..b173560 --- /dev/null +++ b/content/workflow/_index.md @@ -0,0 +1,21 @@ ++++ +title = "Workflow" +date = "2018-10-28" +Weight=1 ++++ + + +### Available haasp send/receive commands +* event = `{"event":{"source":source, "destination":destination, reference":reference, "value":value}}` +* command = `{"command":{"source":source, "destination":destination, command":command, "value":[value]}}` +* command_respond = `{"command_respond":{"source":source, "destination":destination, command":command, "value":value}}` + +### Port used +| **port** | **Core** | **Applicaion** | +| -------- | ----------- | ------ | +|tcp 6120|haasp receive|haasp send| +|tcp 6121|haasp send|haasp receive| +|tcp 6122|logging receive|logging send| +|tcp 6123|logging (all) send|logging (all) receive| + + diff --git a/layouts/partials/flex/body-aftercontent.html b/layouts/partials/flex/body-aftercontent.html index 18a6e5d..c5a0430 100644 --- a/layouts/partials/flex/body-aftercontent.html +++ b/layouts/partials/flex/body-aftercontent.html @@ -53,4 +53,3 @@ -{{ partial "flex/scripts.html" . }} diff --git a/layouts/partials/flex/head.html b/layouts/partials/flex/head.html new file mode 100644 index 0000000..c367129 --- /dev/null +++ b/layouts/partials/flex/head.html @@ -0,0 +1,18 @@ + + +{{ .Hugo.Generator }} +