- build by default into docs folder - fixed few typos - add entry for fleet to menu - modified/use custom share.html to avoid "social"-media links - things I forgot aboutmaster
@ -1,12 +1,12 @@ |
||||
# Binaries for programs and plugins |
||||
*.exe |
||||
*.exe~ |
||||
*.dll |
||||
*.so |
||||
*.dylib |
||||
# Hugo default output directory |
||||
/public |
||||
|
||||
# Test binary, build with `go test -c` |
||||
*.test |
||||
## OS Files |
||||
# Windows |
||||
Thumbs.db |
||||
ehthumbs.db |
||||
Desktop.ini |
||||
$RECYCLE.BIN/ |
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE |
||||
*.out |
||||
# OSX |
||||
.DS_Store |
@ -1,3 +1,19 @@ |
||||
# phail-alarm |
||||
|
||||
https://themes.gohugo.io//theme/airspace-hugo/ |
||||
repo clonen: |
||||
```git clone --recursive $(remote url)``` |
||||
|
||||
Als static site generator wird __hugo__ verwendet. Installationsanleitung: https://gohugo.io/getting-started/installing/ |
||||
|
||||
Die website wird mit githubpages gehostet, hierfür werden anstelle von __.md__-Dateien HTML,CSS und JavaScript Dateien benötigt. Diese befinden sich im Ordner ```docs/```. |
||||
|
||||
Der aktuelle Stand der website wird mit ```hugo -t minimage``` generiert. |
||||
|
||||
Für die Entwicklung, kann mit ```hugo serve -t minimage``` ein lokaler webserver gestaret werden. |
||||
|
||||
Die Datein, welche relevant sind liegen unter ```content/```. Bilder liegen unter ```static/img/```. |
||||
|
||||
|
||||
____ |
||||
|
||||
Die website ist derzeit unter https://www.crashing.systems/phail-alarm/ erreichbar, die Quellen hierfür liegen unter https://github.com/BruegelN/phail-alarm (privat) |
||||
|
@ -0,0 +1,39 @@ |
||||
baseurl = "https://www.crashing.systems/phail-alarm/" |
||||
languageCode = "en" |
||||
title = "bewegungsappar.at" |
||||
copyright = "copyright frei ab 100€" |
||||
paginate = 3 |
||||
|
||||
publishDir = "docs" |
||||
|
||||
theme = "minimage" |
||||
|
||||
[params] |
||||
description = "I like to move it, move it " |
||||
author = "hacKNology e.V." |
||||
logo = 'img/flotte.jpg' |
||||
|
||||
[taxonomies] |
||||
category = "categories" |
||||
tag = "tags" |
||||
|
||||
[[menu.global]] |
||||
name = "software" |
||||
url = "/post/software/" |
||||
|
||||
[[menu.global]] |
||||
name = "electronics" |
||||
url = "/post/electronics/" |
||||
|
||||
[[menu.global]] |
||||
name = "mechanical" |
||||
url = "/post/mechanical/" |
||||
|
||||
[[menu.global]] |
||||
name = "fleet at headquater" |
||||
url = "/post/infatery/" |
||||
|
||||
[[menu.footer]] |
||||
name = "About" |
||||
url = "/page/about/" |
||||
|
@ -0,0 +1,7 @@ |
||||
+++ |
||||
title = "About bewegungsappar.at" |
||||
date = "2018-12-12" |
||||
menu = "main" |
||||
+++ |
||||
|
||||
About this awesome project there is nothing more to say than: __I like to move it, move it__ |
@ -0,0 +1,17 @@ |
||||
+++ |
||||
title = "electronics for bewegungsapper.at" |
||||
description = "aaaaaaaaaaaa" |
||||
tags = [ |
||||
"arduino", |
||||
"esp32", |
||||
"pcb", |
||||
"hardware", |
||||
] |
||||
date = "2014-04-02" |
||||
image = 'img/pcb.jpg' |
||||
menu = "main" |
||||
+++ |
||||
|
||||
## Strom ist gelb einself |
||||
|
||||
bla bla bla |
@ -0,0 +1,11 @@ |
||||
+++ |
||||
title = "vehicle fleet at bewegungsapper.at headquarter" |
||||
description = "the army" |
||||
date = "2014-04-02" |
||||
image = 'img/flotte.jpg' |
||||
menu = "main" |
||||
+++ |
||||
|
||||
### Fuel |
||||
 |
||||
And of course by C3WOC |
@ -0,0 +1,10 @@ |
||||
+++ |
||||
title = "mechanical parts for bewegungsapper.at" |
||||
description = "mechanical" |
||||
date = "2014-04-02" |
||||
image = 'img/werkstatt.jpg' |
||||
menu = "main" |
||||
+++ |
||||
|
||||
|
||||
Dinge die man anfassen kann. |
@ -0,0 +1,9 @@ |
||||
+++ |
||||
title = "software for bewegungsapper.at" |
||||
description = "" |
||||
date = "2014-04-02" |
||||
image = 'img/software.png' |
||||
menu = "main" |
||||
+++ |
||||
|
||||
this is software. it's always broken |
@ -0,0 +1,3 @@ |
||||
<aside class="c-share"> |
||||
<h2 class="c-share__title">Share: yes please</h2> |
||||
</aside> |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 1000 KiB |
After Width: | Height: | Size: 125 KiB |
After Width: | Height: | Size: 2.0 MiB |
After Width: | Height: | Size: 299 KiB |
After Width: | Height: | Size: 167 KiB |
After Width: | Height: | Size: 2.6 MiB |
After Width: | Height: | Size: 876 KiB |
After Width: | Height: | Size: 117 KiB |
After Width: | Height: | Size: 290 KiB |
After Width: | Height: | Size: 2.1 MiB |
@ -0,0 +1 @@ |
||||
Subproject commit 8138ba773026aa2eb67f71c39c0e89f031f7dccd |