Updated content
This commit is contained in:
parent
08c518e5ff
commit
3dc5a02dd7
@ -19,7 +19,7 @@ showVisitedLinks = true # default is false
|
|||||||
themeStyle = "flex" # "original" or "flex" # default "flex"
|
themeStyle = "flex" # "original" or "flex" # default "flex"
|
||||||
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
|
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
|
||||||
ordersectionsby = "weight" # ordersectionsby = "title"
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
||||||
disableHomeIcon = true # default is false
|
disableHomeIcon = false # default is false
|
||||||
disableSearch = false # default is false
|
disableSearch = false # default is false
|
||||||
disableNavChevron = false # set true to hide next/prev chevron, 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
|
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
|
||||||
|
|||||||
@ -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:
|
**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:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
title = "Applications"
|
title = "Applications"
|
||||||
|
weight=5
|
||||||
|
alwaysopen = true
|
||||||
+++
|
+++
|
||||||
|
|
||||||
TEST
|
TEST
|
||||||
|
|||||||
8
content/applications/broadlink.md
Normal file
8
content/applications/broadlink.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
title = "Broadlink"
|
||||||
|
date = "2018-10-26"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Broadlink
|
||||||
|
|
||||||
|
|
||||||
9
content/applications/huee.md
Normal file
9
content/applications/huee.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
+++
|
||||||
|
title = "Huee"
|
||||||
|
date = "2018-10-26"
|
||||||
|
Weight=2
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Huee
|
||||||
|
|
||||||
|
|
||||||
8
content/applications/webapp.md
Normal file
8
content/applications/webapp.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
+++
|
||||||
|
title = "WebApp"
|
||||||
|
date = "2018-10-26"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Webapp
|
||||||
|
|
||||||
|
|
||||||
@ -1,7 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Zwave"
|
title = "Zwave"
|
||||||
date = "2018-10-26"
|
date = "2018-10-26"
|
||||||
Weight=2
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Zwave
|
# Zwave
|
||||||
|
|||||||
7
content/cli/_index.md
Normal file
7
content/cli/_index.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
title = "CLI"
|
||||||
|
date = "2018-10-28"
|
||||||
|
Weight=4
|
||||||
|
+++
|
||||||
|
|
||||||
|
TEST
|
||||||
7
content/hardware/_index.md
Normal file
7
content/hardware/_index.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
title = "Hardware"
|
||||||
|
weight=6
|
||||||
|
alwaysopen = true
|
||||||
|
+++
|
||||||
|
|
||||||
|
TEST
|
||||||
21
content/workflow/_index.md
Normal file
21
content/workflow/_index.md
Normal file
@ -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|
|
||||||
|
|
||||||
|
|
||||||
@ -53,4 +53,3 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
{{ partial "flex/scripts.html" . }}
|
|
||||||
|
|||||||
18
layouts/partials/flex/head.html
Normal file
18
layouts/partials/flex/head.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
|
{{ .Hugo.Generator }}
|
||||||
|
<title>{{ .Title }} :: {{ .Site.Title }}</title>
|
||||||
|
<link rel="shortcut icon" href="{{"images/favicon.png" | relURL}}" type="image/x-icon" />
|
||||||
|
<link href="{{"css/font-awesome.min.css" | relURL}}" rel="stylesheet">
|
||||||
|
<link href="{{"css/nucleus.css" | relURL}}" rel="stylesheet">
|
||||||
|
<link href="{{(printf "theme-%s/style.css" (.Site.Params.themeStyle| default "flex") ) | relURL}}" rel="stylesheet">
|
||||||
|
{{with .Site.Params.themeVariant}}
|
||||||
|
<link href="{{(printf "theme-%s/variant-%s.css" ($.Site.Params.themeStyle| default "flex") .) | relURL}}" rel="stylesheet">
|
||||||
|
{{end}}
|
||||||
|
<link rel="stylesheet" href="{{"css/bootstrap.min.css" | relURL}}">
|
||||||
|
<script src="{{"js/jquery-2.x.min.js" | relURL}}"></script>
|
||||||
|
{{ partial "flex/scripts.html" . }}
|
||||||
|
<script type="text/javascript">
|
||||||
|
var baseurl = "{{.Site.BaseURL}}";
|
||||||
|
</script>
|
||||||
|
{{ partial "custom-head.html" . }}
|
||||||
@ -5,7 +5,8 @@ header {
|
|||||||
|
|
||||||
article > aside {
|
article > aside {
|
||||||
background-color: #161616;
|
background-color: #161616;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
|
width: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article > aside .menu .dd-item.active > div * {
|
article > aside .menu .dd-item.active > div * {
|
||||||
@ -24,14 +25,28 @@ article > aside .menu .dd-item div a:hover, article > aside .menu .dd-item div a
|
|||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article > aside .menu .dd-item div i.category-icon:hover {
|
||||||
|
background-color: #161616;
|
||||||
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
max-width: 1300px;
|
width: 1300px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1300px) {
|
||||||
|
article {
|
||||||
|
background-color: #262626;
|
||||||
|
color: #c6c6c6;
|
||||||
|
width: 100%;
|
||||||
|
margin-left: none;
|
||||||
|
margin-right: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.searchbox input {
|
.searchbox input {
|
||||||
background: #303030;
|
background: #303030;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
@ -58,6 +73,7 @@ article section.page {
|
|||||||
font-family: "Helvetica";
|
font-family: "Helvetica";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
overflow-y: initial;
|
overflow-y: initial;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section strong {
|
section strong {
|
||||||
@ -95,3 +111,44 @@ article section.page pre {
|
|||||||
background: #c6c6c6;
|
background: #c6c6c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-select {
|
||||||
|
background: #161616;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-select select {
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
margin-bottom: 1.7rem;
|
||||||
|
padding: 4px;
|
||||||
|
border-width: 0px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background: #161616;
|
||||||
|
}
|
||||||
|
|
||||||
|
article section.page table {
|
||||||
|
border-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
article section.page table th {
|
||||||
|
background: #808080;
|
||||||
|
border-color: #000;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
article section.page table td {
|
||||||
|
color: #c6c6c6;
|
||||||
|
border-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.anchor {
|
||||||
|
color: #505050;
|
||||||
|
}
|
||||||
|
|
||||||
|
.anchor :hover {
|
||||||
|
color: #808080;
|
||||||
|
}
|
||||||
|
.featherlight .featherlight-content {
|
||||||
|
background: #262626;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
static/images/HAASP.png
Normal file
BIN
static/images/HAASP.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Loading…
x
Reference in New Issue
Block a user