Skip to content

Commit 7355911

Browse files
committed
Update impressum, add README
1 parent 85623fd commit 7355911

File tree

17 files changed

+77
-80
lines changed

17 files changed

+77
-80
lines changed

.github/workflows/build-deploy.yml

-11
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ jobs:
2424
- run: npm run build
2525

2626
# Deploy
27-
- uses: burnett01/[email protected]
28-
if: github.ref == 'refs/heads/master'
29-
with:
30-
switches: -avzr --delete
31-
path: .vuepress/dist/
32-
remote_path: /asksinpp.de
33-
remote_host: asksinpp.de
34-
remote_port: 22024
35-
remote_user: www
36-
remote_key: ${{ secrets.DEPLOY_KEY }}
37-
3827
- name: Deploy 🚀
3928
uses: peaceiris/actions-gh-pages@v3
4029
if: github.ref == 'refs/heads/master'

.vuepress/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
nav,
1010
lastUpdated: 'Letztes Update',
1111
logo: '/logo.jpg',
12-
docsRepo: 'AskSinPP/asksinpp.de',
12+
docsRepo: 'AskSinPP/asksinpp-web',
1313
docsBranch: 'master',
1414
editLinks: true,
1515
editLinkText: 'Edit this page on GitHub',
@@ -32,7 +32,7 @@ module.exports = {
3232
['@vuepress/plugin-medium-zoom', { selector: '.content__default img' }],
3333
['@vuepress/pwa', { serviceWorker: true, updatePopup: true }],
3434
['sitemap', {
35-
hostname: 'https://asksinpp.de',
35+
hostname: 'https://asksinpp.github.io',
3636
dateFormatter: lastUpdated => {
3737
// Convert de date str to Date obj
3838
let [date, time] = lastUpdated.split(',');

.vuepress/public/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# asksinpp.github.io
2+
3+
This Repository holds the generated files for
4+
[https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web).
5+
6+
Please use the Source-Repository for changes or comments.

.vuepress/theme/components/Home.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
Wer sich hier vermisst, oder noch was gefunden hat, das fehlt - immer her damit.
4646
<br/>
4747
Entweder per
48-
<NavLink :item="{text: 'Pull request', link: 'https://github.com/AskSinPP/asksinpp.de/pulls'}"/>
48+
<NavLink :item="{text: 'Pull request', link: 'https://github.com/AskSinPP/asksinpp-web/pulls'}"/>
4949
,
50-
<NavLink :item="{text: 'Issue', link: 'https://github.com/AskSinPP/asksinpp.de/issues'}"/>
50+
<NavLink :item="{text: 'Issue', link: 'https://github.com/AskSinPP/asksinpp-web/issues'}"/>
5151
oder <a href="mailto:[email protected]">Mail</a>.
5252
</div>
5353

5454
<div class="page_bottom">
55-
<a href="/Impressum.html">Impressum</a>
55+
<a href="/impressum.html">Impressum</a>
5656
</div>
5757
</div>
5858
</template>

.vuepress/theme/layouts/Layout.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ParentLayout>
44
<template #page-bottom>
55
<div class="page_bottom">
6-
<a href="/Impressum.html">Impressum</a>
6+
<a href="/impressum.html">Impressum</a>
77
</div>
88
</template>
99
</ParentLayout>
@@ -18,7 +18,7 @@
1818
:is="UtterancesCommentsComponent"
1919
:title="$page.title"
2020
:pathname="$page.relativePath"
21-
repo="AskSinPP/asksinpp.de"
21+
repo="AskSinPP/asksinpp-web"
2222
label="comment"
2323
:theme="utterancesTheme"
2424
description="Dieses Issue enthält die Kommentare der Seite:"

Other/Kommentare.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Die Kommentare werden, wie auch der Sourcode dieser Website und AskSin++, über
44
[Github](https://github.com) verwaltet.
5-
In einem [Issue](https://github.com/AskSinPP/asksinpp.de/issues) werden die Kommentare
5+
In einem [Issue](https://github.com/AskSinPP/asksinpp-web/issues) werden die Kommentare
66
einer jeweiligen Seite zusammengefasst.
77
Das Issue wird beim ersten Kommentieren erzeugt.
88

9-
**Der asksinpp.de-Server speichert keine Daten.**
9+
**Der Server speichert keine Daten.**
1010

1111
Um Kommentare oder
1212
[Reactions](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)

Platinen/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Am besten man fragt in den jeweiligen Projekt-Threads nach. Die Autoren haben au
1616
Da die meisten PCBs OpenSource sind können sie auch bei PCB-Herstellern [in Fertigung gegeben](#pcbs-fertigen-lassen) werden.
1717
:::
1818

19-
_Wer noch weitere Platinen kennt oder selbst erstellt hat möge [diese Seite vervollständigen](https://github.com/AskSinPP/asksinpp.de/edit/master/Platinen/README.md)!_
19+
_Wer noch weitere Platinen kennt oder selbst erstellt hat möge [diese Seite vervollständigen](https://github.com/AskSinPP/asksinpp-web/edit/master/Platinen/README.md)!_
2020

2121
## PCB-Autoren
2222

Projekte/Projekt-hinzufuegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Projekt hinzufügen
22

3-
Die Projekte werden aus den Markdown-Dateien des Github Projekts [https://github.com/AskSinPP/asksinpp.de](https://github.com/AskSinPP/asksinpp.de) erzeugt. In das Repository dürfen nur berechtigte
3+
Die Projekte werden aus den Markdown-Dateien des Github Projekts [https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web) erzeugt. In das Repository dürfen nur berechtigte
44
Contributoren direkt schreiben weshalb die Änderungen über einen Pull-Request eingereicht werden müssen.
55

66
Wer keine Lust hat sich mit GitHub und Pull-Requests auseinander zu setzen kann mir auch

Projekte/README.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
<p class="foot">
7777
<a href="./Projekt-hinzufuegen.html">→ Projekt hinzufügen</a>
78-
<a href="/Impressum.html">Impressum</a>
78+
<a href="/impressum.html">Impressum</a>
7979
</p>
8080
</div>
8181
</div>

Projekte/psi/HM-LC-Dim1PWM/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Die Version 1.4 der Platine hat noch einen Fehler. Die Leiterbahn, markiert durc
8282

8383
## Software
8484

85-
Als Sketch kommt [HM-LC-Dim1PWM_btns.ino](https://github.com/AskSinPP/asksinpp.de/blob/master/Projekte/psi/HM-LC-Dim1PWM/HM-LC-Dim1PWM_btns.ino) zum Einsatz.
85+
Als Sketch kommt [HM-LC-Dim1PWM_btns.ino](https://github.com/AskSinPP/asksinpp-web/blob/master/Projekte/psi/HM-LC-Dim1PWM/HM-LC-Dim1PWM_btns.ino) zum Einsatz.
8686

8787
::: warning
8888
Stand 16.12.2018: Es musst zwingend der [Master-Branch](https://github.com/pa-pa/AskSinPP/archive/master.zip)

Projekte/psi/HM-LC-Dim1PWM/images/HM-LC-Dim1PWM.svg

+1-1
Loading

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
home: true
33
---
44

5-
# asksinpp.de
5+
# asksinpp-web
66
Eine Übersicht rund um die Arduino [AskSinPP Lib](https://github.com/pa-pa/AskSinPP) sowie deren Verwendung und Projekte.
77

88
**Aus diesem Repository wird eine Website erstellt**
9-
[https://asksinpp.de](https://asksinpp.de)
9+
[https://asksinpp.github.io](https://asksinpp.github.io)
1010

1111
**🚧 Diese Liste lebt von euren Zuarbeiten.**
1212
Wer sich hier vermisst, oder noch was gefunden hat, das fehlt - immer her damit. Entweder per PullRequest oder Issue.

Sketche/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ Die Installation eines entsprechenden **DeviceAddons** ist erforderlich!
119119
<hr/>
120120

121121
Du hast noch einen Sketch gefunden oder selbst entwickelt?
122-
[Sag Bescheid](https://github.com/AskSinPP/asksinpp.de/issues), wir nehmen ihn gerne auf.
122+
[Sag Bescheid](https://github.com/AskSinPP/asksinpp-web/issues), wir nehmen ihn gerne auf.

Impressum.md renamed to impressum.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pageClass: content_default
44

55
# Impressum
66

7-
Der Inhalt dieser Website wird automatisch aus dem Git-Repository [https://github.com/AskSinPP/asksinpp.de](https://github.com/AskSinPP/asksinpp.de) erstellt, welches durch verschiedene [Mitwirkende](https://github.com/AskSinPP/asksinpp.de/graphs/contributors) gepflegt wird.
7+
Der Inhalt dieser Website wird automatisch aus dem Git-Repository [https://github.com/AskSinPP/asksinpp-web](https://github.com/AskSinPP/asksinpp-web) erstellt, welches durch verschiedene [Mitwirkende](https://github.com/AskSinPP/asksinpp-web/graphs/contributors) gepflegt wird.
88

99
Kontakt:
1010
11-
* [Github-Issue](https://github.com/AskSinPP/asksinpp.de/issues)
11+
* [Github-Issue](https://github.com/AskSinPP/asksinpp-web/issues)
1212

1313

1414
# Haftungsausschluss
@@ -28,11 +28,13 @@ nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden derartige Links
2828

2929
## Urheberrecht
3030

31-
Alle Inhalte dieser Website, sofern auf nicht auf der jeweiligen Seite anders ausgezeichnet, unterliegen der [CC BY-NC-SA 4.0](https://raw.githubusercontent.com/AskSinPP/asksinpp.de/master/LICENSE.txt).
31+
Alle Inhalte dieser Website, sofern auf nicht auf der jeweiligen Seite anders ausgezeichnet, unterliegen der [CC BY-NC-SA 4.0](https://raw.githubusercontent.com/AskSinPP/asksinpp-web/master/LICENSE.txt).
3232

3333
## Datenschutz
3434

35-
Die Nutzung dieser Webseite ist ohne Angabe personenbezogener Daten möglich. Es erfolgt keine Speicherung von Daten mit personenbezug.
35+
Die Nutzung dieser Webseite ist ohne Angabe personenbezogener Daten möglich.
36+
37+
Diese Website wird auf [GitHub](https://github.com) gehostet, es gelten die entsprechenden [Richtlinien von GitHub](https://help.github.com/articles/global-privacy-practices/).
3638

3739
## Cookies
3840

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "asksinpp-website",
2+
"name": "asksinpp-web",
33
"private": true,
44
"version": "1.0.0",
55
"description": "",

0 commit comments

Comments
 (0)