Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
4e0af42828 |
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
public/
|
||||
node_modules/
|
||||
.DS_Store
|
3
.vscode/settings.json
vendored
|
@ -33,5 +33,6 @@
|
|||
"incident"
|
||||
]
|
||||
},
|
||||
"ltex.disabledRules": { "de-DE": ["TYPOGRAFISCHE_ANFUEHRUNGSZEICHEN"] }
|
||||
"ltex.disabledRules": { "de-DE": ["TYPOGRAFISCHE_ANFUEHRUNGSZEICHEN"] },
|
||||
"ltex.enabled": ["bibtex", "latex", "markdown", "org", "restructuredtext", "rsweave"]
|
||||
}
|
||||
|
|
201
LICENSE
Normal file
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
|
@ -7,6 +7,6 @@ If you want to read the documentation you can [find it here](https://scstw.itsbl
|
|||
|
||||
For development, run this in the project root:
|
||||
```
|
||||
python -m SimpleHTTPServer
|
||||
hugo serve
|
||||
```
|
||||
The documentation server will run on localhost:8000
|
||||
The documentation server will run on localhost:1313
|
19
config.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
baseURL = "https://example.com/"
|
||||
title = "Compose Docs"
|
||||
enableRobotsTXT = true
|
||||
# this example loads the theme as hugo module
|
||||
# comment out line below, and uncomment the line after it if you prefer to load the theme normally
|
||||
theme = "compose" # edit this if you'ld rather use a fork of this repo
|
||||
# theme = "compose"
|
||||
enableGitInfo = true
|
||||
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = true
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS","JSON"]
|
||||
|
||||
[languages]
|
||||
[languages.de]
|
||||
title = "Dokumentation der ScStw"
|
19
config/_default/markup.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
[goldmark.extensions]
|
||||
typographer = false
|
||||
[highlight]
|
||||
codeFences = true
|
||||
guessSyntax = false
|
||||
hl_Lines = ""
|
||||
lineNoStart = 1
|
||||
lineNos = true
|
||||
lineNumbersInTable = false
|
||||
noClasses = false
|
||||
style = "monokai"
|
||||
tabWidth = 2
|
||||
[tableOfContents]
|
||||
endLevel = 4
|
||||
ordered = false
|
||||
startLevel = 2
|
10
config/_default/menus/menu.de.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# menu items
|
||||
[[main]]
|
||||
name = "Dokumentation"
|
||||
weight = 2
|
||||
url = "/de/docs/"
|
||||
|
||||
# [[main]]
|
||||
# name = "Blog"
|
||||
# weight = 4
|
||||
# url = "blog/"
|
15
config/_default/menus/menu.en.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# menu items
|
||||
[[main]]
|
||||
name = "Docs"
|
||||
weight = 2
|
||||
url = "docs/"
|
||||
|
||||
[[main]]
|
||||
name = "Example"
|
||||
weight = 3
|
||||
url = "https://docs.neuralvibes.com"
|
||||
|
||||
# [[main]]
|
||||
# name = "Blog"
|
||||
# weight = 4
|
||||
# url = "blog/"
|
32
config/_default/params.toml
Normal file
|
@ -0,0 +1,32 @@
|
|||
mainSections = ["posts"] # use it for blog page section
|
||||
|
||||
uniqueHomePage = true # change to false to add sidebar to homepage
|
||||
|
||||
repo = "https://github.com/onweru/compose"
|
||||
|
||||
time_format_blog = "Monday, January 02, 2006"
|
||||
time_format_default = "January 2, 2006"
|
||||
enableDarkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode
|
||||
|
||||
# sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
|
||||
codeMaxLines = 7
|
||||
|
||||
# disable showing line numbers by default. Switch to `true` if you'd rather have them on.
|
||||
codeLineNumbers = false
|
||||
|
||||
# Site logo
|
||||
[logo]
|
||||
lightMode = "images/compose.svg"
|
||||
darkMode = "images/compose-light.svg"
|
||||
|
||||
[source]
|
||||
name = "GitHub"
|
||||
iconLight = "images/GitHubMarkLight.svg"
|
||||
iconDark = "images/GitHubMarkDark.svg"
|
||||
url = "https://github.com/onweru/compose/"
|
||||
|
||||
# optional
|
||||
# attribution. Feel free to delete this
|
||||
[author]
|
||||
name = "Weru"
|
||||
url = "https://neuralvibes.com/author/"
|
33
content/_index.de.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
+++
|
||||
title = "Compose"
|
||||
[data]
|
||||
baseChartOn = 3
|
||||
colors = ["#627c62", "#11819b", "#ef7f1a", "#4e1154"]
|
||||
columnTitles = ["Section", "Status", "Author"]
|
||||
fileLink = "content/projects.csv"
|
||||
title = "Projects"
|
||||
|
||||
+++
|
||||
{{< block "grid-2" >}}
|
||||
{{< column >}}
|
||||
|
||||
# Compose your Docs with **Ease**. auf Deutsch lalall
|
||||
|
||||
Compose is a lean `Hugo` domentation theme, inspired by [forestry.io](https://forestry.io/docs/welcome/).
|
||||
|
||||
{{< tip "danger" >}}
|
||||
Feel free to open a [PR](https://github.com/onweru/compose/pulls), raise an [issue](https://github.com/onweru/compose/issues/new/choose "Open a Github Issue")(s) or request new feature(s). {{< /tip >}}
|
||||
|
||||
{{< tip >}}
|
||||
You can generate diagrams, flowcharts, and piecharts from text in a similar manner as markdown using [mermaid](./docs/compose/mermaid/).
|
||||
|
||||
Or, [generate graphs, charts](docs/compose/graphs-charts-tables/#show-a-pie-doughnut--bar-chart-at-once) and tables from a csv, ~~or a json~~ file.
|
||||
{{< /tip >}}
|
||||
|
||||
{{< button "./docs" "Read the Docs" >}}{{< button "https://github.com/onweru/compose" "Download Theme" >}}
|
||||
{{< /column >}}
|
||||
|
||||
{{< column >}}
|
||||
![diy](/images/scribble.jpg)
|
||||
{{< /column >}}
|
||||
{{< /block >}}
|
33
content/_index.en.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
+++
|
||||
title = "Compose"
|
||||
[data]
|
||||
baseChartOn = 3
|
||||
colors = ["#627c62", "#11819b", "#ef7f1a", "#4e1154"]
|
||||
columnTitles = ["Section", "Status", "Author"]
|
||||
fileLink = "content/projects.csv"
|
||||
title = "Projects"
|
||||
|
||||
+++
|
||||
{{< block "grid-2" >}}
|
||||
{{< column >}}
|
||||
|
||||
# Compose your Docs with **Ease**.
|
||||
|
||||
Compose is a lean `Hugo` domentation theme, inspired by [forestry.io](https://forestry.io/docs/welcome/).
|
||||
|
||||
{{< tip "warning" >}}
|
||||
Feel free to open a [PR](https://github.com/onweru/compose/pulls), raise an [issue](https://github.com/onweru/compose/issues/new/choose "Open a Github Issue")(s) or request new feature(s). {{< /tip >}}
|
||||
|
||||
{{< tip >}}
|
||||
You can generate diagrams, flowcharts, and piecharts from text in a similar manner as markdown using [mermaid](./docs/compose/mermaid/).
|
||||
|
||||
Or, [generate graphs, charts](docs/compose/graphs-charts-tables/#show-a-pie-doughnut--bar-chart-at-once) and tables from a csv, ~~or a json~~ file.
|
||||
{{< /tip >}}
|
||||
|
||||
{{< button "docs/compose/" "Read the Docs" >}}{{< button "https://github.com/onweru/compose" "Download Theme" >}}
|
||||
{{< /column >}}
|
||||
|
||||
{{< column >}}
|
||||
![diy](/images/scribble.jpg)
|
||||
{{< /column >}}
|
||||
{{< /block >}}
|
|
@ -1,4 +1,7 @@
|
|||
# Über die Speed Climbing Stopwatch
|
||||
---
|
||||
title: "Die ScStw"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Die Speed Climbing Stopwatch, ab jetzt nur noch ScStw genannt, ist eine Anlage zum Messen von Zeiten beim Speed-Klettern.
|
||||
Im Vergleich zu anderen, ähnlichen Anlagen hat sie folgende Vorteile:
|
||||
|
@ -8,12 +11,8 @@ Im Vergleich zu anderen, ähnlichen Anlagen hat sie folgende Vorteile:
|
|||
- Durch diesen Automatismus ist es auch alleine möglich mit ihr zu Wettkampf-gerechten Bedingungen zu trainieren.
|
||||
- Die Bedienung der ScStw stammt aus dem 21. Jahrhundert: Sie wird ausschließlich über eine App bedient und ist sehr einfach zu handhaben.
|
||||
- Sie ist erschwinglich genug, dass auch Athleten und lokale Verbände sie für ihr Training verwenden können.
|
||||
|
||||
Auf den folgenden Seiten finden sich detaillierte Anleitungen rund um die ScStw.
|
||||
|
||||
<Note type="warning">
|
||||
{{< button "./compose/" "Compose Theme Docs" "mb-1" >}}
|
||||
|
||||
<b>Dies ist die erste Version dieser Anleitung, sie kann daher Fehler enthalten.</b><br>
|
||||
Falls sie einen Fehler oder eine Lücke finden, wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.
|
||||
{{< button "./clarity/" "Clarity Theme Docs" >}}
|
||||
|
||||
</Note>
|
18
content/docs/_index.en.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: "The ScStw"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
The Speed Climbing Stopwatch in english lalallala, ab jetzt nur noch ScStw genannt, ist eine Anlage zum Messen von Zeiten beim Speed-Klettern.
|
||||
Im Vergleich zu anderen, ähnlichen Anlagen hat sie folgende Vorteile:
|
||||
- Sie ist komplett Kabellos, alle Komponenten interagieren über WLAN.
|
||||
- Dadurch ist sie sehr schnell aufbaubar, die Komponenten müssen nur eingeschaltet werden, der Rest passiert automatisch. Kabel verlegen war gestern.
|
||||
- Sie ist die erste derartige Stoppuhr auf dem Markt, die auch die Ansagen "At your marks" und "Ready" automatisch wiedergeben kann.
|
||||
- Durch diesen Automatismus ist es auch alleine möglich mit ihr zu Wettkampf-gerechten Bedingungen zu trainieren.
|
||||
- Die Bedienung der ScStw stammt aus dem 21. Jahrhundert: Sie wird ausschließlich über eine App bedient und ist sehr einfach zu handhaben.
|
||||
- Sie ist erschwinglich genug, dass auch Athleten und lokale Verbände sie für ihr Training verwenden können.
|
||||
|
||||
{{< button "./compose/" "Compose Theme Docs" "mb-1" >}}
|
||||
|
||||
{{< button "./clarity/" "Clarity Theme Docs" >}}
|
||||
|
15
content/docs/introduction/_index.de.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Über die Speed Climbing Stopwatch"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
|
||||
|
||||
Auf den folgenden Seiten finden sich detaillierte Anleitungen rund um die ScStw.
|
||||
|
||||
<Note type="warning">
|
||||
|
||||
<b>Dies ist die erste Version dieser Anleitung, sie kann daher Fehler enthalten.</b><br>
|
||||
Falls sie einen Fehler oder eine Lücke finden, wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.
|
||||
|
||||
</Note>
|
|
@ -1,3 +1,8 @@
|
|||
+++
|
||||
description = "basic configuration"
|
||||
title = "Komponenten"
|
||||
+++
|
||||
|
||||
# Die Komponenten der ScStw
|
||||
|
||||
Die ScStw ist sehr modular und besteht aus mehreren Teilen, die verschiedene Funktionen erfüllen. Sie eignet sich daher für den Einsatz auf zwei oder nur einer Lane.
|
4
content/docs/usage/_index.de.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Benutzung"
|
||||
weight: 2
|
||||
---
|
|
@ -1,3 +1,8 @@
|
|||
+++
|
||||
description = "Grundlagen der ScStw"
|
||||
title = "Komponenten"
|
||||
+++
|
||||
|
||||
# Grundlagen der ScStw
|
||||
|
||||
Um die ScStw zu benutzen, wird die [ScStw-App](https://itsblue.de/apps/speed-climbing-stopwatch) benötigt.
|
|
@ -1,3 +1,8 @@
|
|||
+++
|
||||
description = "basic configuration"
|
||||
title = "Konfigurieren eines Rennens"
|
||||
+++
|
||||
|
||||
# Konfigurieren eines Rennens
|
||||
|
||||
## Automatische Ansagen
|
12
content/projects.csv
Normal file
|
@ -0,0 +1,12 @@
|
|||
project 6,alpha,weru
|
||||
project 4,beta,dan
|
||||
project 4,candidate,dahl
|
||||
project y,abandoned,weru
|
||||
project 1,alpha,weru
|
||||
project 4,beta,ryan
|
||||
project 4,candidate,dan
|
||||
project y,abandoned,weru
|
||||
project 11,alpha,dahl
|
||||
project 4,beta,dan
|
||||
project 4,candidate,dan
|
||||
project A,abandoned,weru
|
|
5
content/search.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "Search"
|
||||
searchPage = true
|
||||
type = "search"
|
||||
+++
|
4
content/themes.csv
Normal file
|
@ -0,0 +1,4 @@
|
|||
clarity,V.1,chipzoller
|
||||
compose,V.1,weru
|
||||
swift,V.2,weru
|
||||
newsroom,V.1,weru
|
|
|
@ -1,3 +0,0 @@
|
|||
# Bitte kommen Sie bald wieder
|
||||
|
||||
Wir arbeiten noch an der vollständigen Dokumentation der ScSw. Sie wird in den nächsten Tagen hier verfügbar sein.
|
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module compose-exampleSite
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/onweru/compose v0.0.0-20210506215729-3f2ccb9b9acb // indirect
|
174
go.sum
Normal file
|
@ -0,0 +1,174 @@
|
|||
github.com/onweru/compose v0.0.0-20201006150935-3c1a2b1a5808 h1:6eVMm+cuEWeCodoHVzfjPc1+BOJMvm7boxrsXSMcbBg=
|
||||
github.com/onweru/compose v0.0.0-20201006150935-3c1a2b1a5808/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008112336-b33efbb800d7 h1:tAyTSeyByfv2gPaqUrYi0kk0Z9jLTkAz24iSqLsotaA=
|
||||
github.com/onweru/compose v0.0.0-20201008112336-b33efbb800d7/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008113335-f8b4b41a58e2 h1:ua3fH27PUIwBdNecKga2AlR7lb8T02G6bFpG0zRVQWo=
|
||||
github.com/onweru/compose v0.0.0-20201008113335-f8b4b41a58e2/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008113650-083ed55849e2 h1:CW7Im/HLzVyhSfNekGgHZerjbZxcp+bruuCf6eIvXJs=
|
||||
github.com/onweru/compose v0.0.0-20201008113650-083ed55849e2/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008121227-97c178d80698 h1:STvi40vd1rZCTLzB5KaJKuxdm1gefZ+MbMXgy2XA8uQ=
|
||||
github.com/onweru/compose v0.0.0-20201008121227-97c178d80698/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008121826-e8247b9bc410 h1:QK0Xxg0z6Oq3ZJKpK+43rbSpe+q/Z5dzBU2N+3UJEB8=
|
||||
github.com/onweru/compose v0.0.0-20201008121826-e8247b9bc410/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201008122408-49f4d42666f2 h1:ikuDTxJWps7D5f/ZvujVC9e3+VpH2sXgwD0X+GSyAXg=
|
||||
github.com/onweru/compose v0.0.0-20201008122408-49f4d42666f2/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201010204225-28567dd51bf4 h1:tn4ewCzKNHFBIzZiwk3+CcrW1Ljxt4m+i30zlmRUtIg=
|
||||
github.com/onweru/compose v0.0.0-20201010204225-28567dd51bf4/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201010205422-fddda669e1c2 h1:XmRzBg/SSGy2QqA1efr2nwWcU0KljTAfpeYjjKyDJMo=
|
||||
github.com/onweru/compose v0.0.0-20201010205422-fddda669e1c2/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021163953-71169c94bc96 h1:UudmsVqRvqwhcwYt7JFEIoB6Hu8nRI2seZep1XfQJnM=
|
||||
github.com/onweru/compose v0.0.0-20201021163953-71169c94bc96/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021164643-118b7b13ea6c h1:7wdWOVbI+KgTT96tVEjWH4WznWjxOClo24h+ZWQZo8s=
|
||||
github.com/onweru/compose v0.0.0-20201021164643-118b7b13ea6c/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021170218-e838974b8f5f h1:2Apua/rWIFkSpKDXIIeOWhD80luwbtbVKTD9dQ5cijk=
|
||||
github.com/onweru/compose v0.0.0-20201021170218-e838974b8f5f/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021170551-a59df0abf7f4 h1:14mtXdW9J1v4RQRgxdsl7Enba43dvnXac0e8pQ9LlUE=
|
||||
github.com/onweru/compose v0.0.0-20201021170551-a59df0abf7f4/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021170635-a845fa556927 h1:mYMgewPZGN23KJvC2xEr81DMUSUTZXzPesQZkrq7Kkg=
|
||||
github.com/onweru/compose v0.0.0-20201021170635-a845fa556927/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021174004-de1a2ca77ca3 h1:wYTFpkXTxIbz/JjM4q6kvQ31x1YtiP7YCXQbCfZGC1w=
|
||||
github.com/onweru/compose v0.0.0-20201021174004-de1a2ca77ca3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021174612-615fff9bf667 h1:Koi+u3FQThlSXUtB9dgt4rTvR62AJsRlpzkpwJuI5I8=
|
||||
github.com/onweru/compose v0.0.0-20201021174612-615fff9bf667/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021175035-5e79b0ec418a h1:QQjKgcGuLZinA8JkzGArc3NoUoWa8CA5EwAc/rUF9mo=
|
||||
github.com/onweru/compose v0.0.0-20201021175035-5e79b0ec418a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021175222-4f400c8f8c2b h1:UbmT8hNWHL51jYVFojvoEUdrwI0k84yjsmjMpsmk8Z8=
|
||||
github.com/onweru/compose v0.0.0-20201021175222-4f400c8f8c2b/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021175442-c7c21181a551 h1:khRcbAohqeaKiG4y5/hlzqM0fvXCSpCGnu3XARKv/Ns=
|
||||
github.com/onweru/compose v0.0.0-20201021175442-c7c21181a551/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021180809-d1d3e930323f h1:XlOqXi6xOSYn9w6sWMnA06DwqbZD/AW88+32TgVA+1M=
|
||||
github.com/onweru/compose v0.0.0-20201021180809-d1d3e930323f/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021184128-3450d45ed32b h1:Zju5PRRsMf2O4KdJzQMRYePI/bg/VOe8cIjl0//CqXs=
|
||||
github.com/onweru/compose v0.0.0-20201021184128-3450d45ed32b/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021184405-d300d77457a3 h1:80tDm0wfah1LoStXeTZbFArFTWZgg9ajmP2egMT6+3U=
|
||||
github.com/onweru/compose v0.0.0-20201021184405-d300d77457a3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021185628-350f3ec7202a h1:Rj5eRcN8ID7wTWCliy4THUF4ioTbG+QoUIPLTefTaD0=
|
||||
github.com/onweru/compose v0.0.0-20201021185628-350f3ec7202a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021190329-2d2b0989cf82 h1:7gsZF4R9c9a1CZqKGeVtZGV9r5GldENWe9ahtacDHY8=
|
||||
github.com/onweru/compose v0.0.0-20201021190329-2d2b0989cf82/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021190919-3b1f666a78a4 h1:WE9MMD/LLRQ1/I/69/gBYaZGvzi9H9310fdsXpgjVCY=
|
||||
github.com/onweru/compose v0.0.0-20201021190919-3b1f666a78a4/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021192042-fe5cb067b2b6 h1:ntJT+RYeG8KWS//3N9pyVmeiwS+ptKobmF8Bsz7zFIU=
|
||||
github.com/onweru/compose v0.0.0-20201021192042-fe5cb067b2b6/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021192330-521ff6fab570 h1:JJap8i6nvOVwgsZ8UlwELWsnBd0G0LvQVAup33Z90vA=
|
||||
github.com/onweru/compose v0.0.0-20201021192330-521ff6fab570/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021192750-dd14b1b097ea h1:Yu4YIQPhd7J7zw29TVO3df3rJhGaXchpkHlEqUs3XGc=
|
||||
github.com/onweru/compose v0.0.0-20201021192750-dd14b1b097ea/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021192900-ce1ce5689a67 h1:s00e1YRzRP3XKVhKZtSQ+AUd0TazN95CDSeyTG8Ouvw=
|
||||
github.com/onweru/compose v0.0.0-20201021192900-ce1ce5689a67/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021193621-4f96ac1770ee h1:zECIIhinVWjQCAiOHqcafqZ48x8xgbshxEoNEwOqsQI=
|
||||
github.com/onweru/compose v0.0.0-20201021193621-4f96ac1770ee/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922 h1:+88k9pKVVWjIGOOnHYW/zV5GOCxK6KjoNjH57gv3Jdo=
|
||||
github.com/onweru/compose v0.0.0-20201021194001-a164d9aee922/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641 h1:UzS+AVt8+OxOA3ISizsX39/c8ZGUU3gcsLcZfnR4JUU=
|
||||
github.com/onweru/compose v0.0.0-20201021194540-0f02f8b33641/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201114044806-342ee8535ae0 h1:HJ10u43C73zqNH8JjgJQS+6Zdg0Juta0Lo3e2eRBucY=
|
||||
github.com/onweru/compose v0.0.0-20201114044806-342ee8535ae0/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201127133714-261bcbad9b00 h1:3BuVhKh+gUq9fXurWkK4rmDRb3ldjb+Maz2GizMtCTo=
|
||||
github.com/onweru/compose v0.0.0-20201127133714-261bcbad9b00/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201128092456-b8ba681c96c3 h1:AJTiUrOlC9AyXE7+Xhbl4nhbKtoPA4DBGdOtzEEGFoI=
|
||||
github.com/onweru/compose v0.0.0-20201128092456-b8ba681c96c3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201128124950-c8a10c8b9880 h1:+xMedjRVSuRwEZ23vtWy2ksMI0+0Wvrqq6CTNPEpuuQ=
|
||||
github.com/onweru/compose v0.0.0-20201128124950-c8a10c8b9880/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201129132514-211b9ea9e0a7 h1:uAi0vLn5Mcu6HdnBNNUfrOyRh73kQKjhLy5KUMGtf6c=
|
||||
github.com/onweru/compose v0.0.0-20201129132514-211b9ea9e0a7/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201130180534-fa4914e7415f h1:hL5XAMrWe+tus29HXJr8JTMP7L6SuxUgMH0SlDN4hSM=
|
||||
github.com/onweru/compose v0.0.0-20201130180534-fa4914e7415f/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201203162259-4492ef546c57 h1:R9xda/9fOt1eQdOMNS1mRwot2R40XJC+y4HaYT9cjR4=
|
||||
github.com/onweru/compose v0.0.0-20201203162259-4492ef546c57/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201206171046-1626fddc1ec8 h1:XkVCTal507IBN8zsqfqBaYSzGNj9XQq2xUIfp3E2DN0=
|
||||
github.com/onweru/compose v0.0.0-20201206171046-1626fddc1ec8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201221201530-bce6744be91e h1:Plv27XxjrCdITkS75XCdzGVoYQP+7emsA+1NV173zBU=
|
||||
github.com/onweru/compose v0.0.0-20201221201530-bce6744be91e/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf h1:GtoRcMu5TiwjoLeozTCH6hGT+XBmsXFsztRhRhGOPhM=
|
||||
github.com/onweru/compose v0.0.0-20201227170239-5a520966eaaf/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201227171332-78e63714b371 h1:IiI3bvmBslOI59MzdyiJPzeJUpm+trce+ITAZyEkp0c=
|
||||
github.com/onweru/compose v0.0.0-20201227171332-78e63714b371/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201228135936-58a6ebcf6cda h1:MjOMGBNpzUbZMoJObKvE18HoMe/IncHFDlz5rszL/eY=
|
||||
github.com/onweru/compose v0.0.0-20201228135936-58a6ebcf6cda/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201228140035-ebd4adbb5ea3 h1:7mgrsmuQnAIm5WoY2eKkUmaxTVcOejUamteEAwxOy1U=
|
||||
github.com/onweru/compose v0.0.0-20201228140035-ebd4adbb5ea3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20201228144629-75926193c03d h1:4RgxKxlF0IfoPvisFlAEt8Z1Q/yJxfn+RiXKOFpeKKM=
|
||||
github.com/onweru/compose v0.0.0-20201228144629-75926193c03d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210124161915-a5713514f442 h1:6PEXOQo5ppTRqyGvXa64xmVI9Q1Rz27pmZ2behUrt4A=
|
||||
github.com/onweru/compose v0.0.0-20210124161915-a5713514f442/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210126134026-0b25b7525669 h1:Os2y3f4ULz0hTnQvduhqs5UzxXl4T+akSnhXDtpvhh8=
|
||||
github.com/onweru/compose v0.0.0-20210126134026-0b25b7525669/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210127153304-a03f248319a9 h1:5P3NnL57tMAHlsBKRcO57dOh89gjs5S5gPnch/rl378=
|
||||
github.com/onweru/compose v0.0.0-20210127153304-a03f248319a9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210127153613-7065c3e6448a h1:4bUjg5uQlCiwzjMYaid0DRq4f1CKOUJUzuApt0PJ12o=
|
||||
github.com/onweru/compose v0.0.0-20210127153613-7065c3e6448a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210130124747-043bd49191d5 h1:9RzdW/Iwmoe8WlhReFm32ScNEOm9ayd9r6F75eWoep0=
|
||||
github.com/onweru/compose v0.0.0-20210130124747-043bd49191d5/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131005005-e750e05b63fc h1:u/4ZM80MMkK+/2BkrTwZh0xSuLzhY4T/nrho3GYjjes=
|
||||
github.com/onweru/compose v0.0.0-20210131005005-e750e05b63fc/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131010041-970704432513 h1:mz5GMLeHArvUS4lr2JCgjOFz0Q81a8y1hjY3MMbcdhM=
|
||||
github.com/onweru/compose v0.0.0-20210131010041-970704432513/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131010156-3d5c30329d77 h1:iBY7ehzCDLpy3dfqrYlF1cxwFiu/jln6HNhy8VzUal8=
|
||||
github.com/onweru/compose v0.0.0-20210131010156-3d5c30329d77/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131033911-e106802b3505 h1:Ovu5ydj4a3lKlU0caXjJLOSSKFjocd1PVvQGz2z3nXg=
|
||||
github.com/onweru/compose v0.0.0-20210131033911-e106802b3505/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131042543-4aca05ef578d h1:9969I4oCvQNlkjX2paKk+nAxrkM8QX01wl7UROgTY+Q=
|
||||
github.com/onweru/compose v0.0.0-20210131042543-4aca05ef578d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131043449-7335477f0054 h1:4smUEiMOxdZCoESzp+O16CguknloyfD12mWhuDci8Y0=
|
||||
github.com/onweru/compose v0.0.0-20210131043449-7335477f0054/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210131052009-18d57dd16bb0 h1:XC6lxuOoDiQhIXHPXfKRosyNNBTG4/wlOc6QSj7RAno=
|
||||
github.com/onweru/compose v0.0.0-20210131052009-18d57dd16bb0/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210204153750-9331e4f50b68 h1:/mt7RWz6xOhtymUz7sWooh+RRxT4645YFICEywVeDpQ=
|
||||
github.com/onweru/compose v0.0.0-20210204153750-9331e4f50b68/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210204160442-ba75a7400ed6 h1:p4QinP7ojEvKOexchEr5HsuYeiBcYmVCn6a//gAddK8=
|
||||
github.com/onweru/compose v0.0.0-20210204160442-ba75a7400ed6/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210204161020-3b114e43c534 h1:NtL3eJHupwIOBm92Z7XnJ9aaX2dLZ8ykzqkdYNOHn8Y=
|
||||
github.com/onweru/compose v0.0.0-20210204161020-3b114e43c534/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210204161120-fc5d5e82ecf9 h1:VrbsD/faLF8YL3bvKudETXsGwyoXYBT1FatdfyXVplY=
|
||||
github.com/onweru/compose v0.0.0-20210204161120-fc5d5e82ecf9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d h1:xPy1dEMcJPXyxWlAI4iwBD4BqJ/qBCDApciBpgqQJtc=
|
||||
github.com/onweru/compose v0.0.0-20210204161300-a2d306fc5f5d/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199 h1:AJDB9LlnRWD0Rx0nJeSpA7348igKzfAzOtXz5Cos80M=
|
||||
github.com/onweru/compose v0.0.0-20210209175519-8ce9375a3199/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210210164857-d73ed631861a h1:9kP8FJIwkC1NYkZ3hpU5i4wId6KAk0Ovc1JcyDl6vEs=
|
||||
github.com/onweru/compose v0.0.0-20210210164857-d73ed631861a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210210171312-ec3ff11f4002 h1:IZFhImuiL8EVFA/Caas9NDBPVFkNQc67DrV1LJi45Z4=
|
||||
github.com/onweru/compose v0.0.0-20210210171312-ec3ff11f4002/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210210194600-302c901a2e44 h1:h6KdZQp1kpVe8YMWjMsWWu9iVAbTU3CoXRU3lttxCBY=
|
||||
github.com/onweru/compose v0.0.0-20210210194600-302c901a2e44/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210213203223-6971b3db7684 h1:AUntJnjwqjPFUr/liUeKcbbe8dA7ANTcEozUIvuim+g=
|
||||
github.com/onweru/compose v0.0.0-20210213203223-6971b3db7684/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210213203306-aec7d9b07d12 h1:ujlJ+9ZENudXTzQqhYp0Lkf8cufPayKNAsEfBAmK6xY=
|
||||
github.com/onweru/compose v0.0.0-20210213203306-aec7d9b07d12/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210213204507-6e0a35f8a308 h1:QTlPRqYRBqNk7TdVr83PVqx6usP99bjeDVreoBXrMwk=
|
||||
github.com/onweru/compose v0.0.0-20210213204507-6e0a35f8a308/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210213204617-66b366163e65 h1:0Q5d1PfZmUrqI8Lqgi3D3fW+kMjvTvALtRB65LB6djI=
|
||||
github.com/onweru/compose v0.0.0-20210213204617-66b366163e65/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210222222437-6c4f1c807724 h1:xb77Or8etaZuHUGOojRkHfM2OQeCU9EH1eIHAQ02LQ0=
|
||||
github.com/onweru/compose v0.0.0-20210222222437-6c4f1c807724/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210224223901-8dbb193ddbe3 h1:go0CBCDJXSfRd/pCUpmNAsj8KdWh1rUBbLxh6gFMpY8=
|
||||
github.com/onweru/compose v0.0.0-20210224223901-8dbb193ddbe3/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210226153626-1b67f9ccc7f8 h1:g7NXBSkGk/WR160Nxqc2YdtDLJiGdhIqlGhPlOtvi2c=
|
||||
github.com/onweru/compose v0.0.0-20210226153626-1b67f9ccc7f8/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210301150901-5c5213307e62 h1:pZ3rYbYQjY/YArAvbdiHTgp+hzRDinMczy0tCwuAN9Y=
|
||||
github.com/onweru/compose v0.0.0-20210301150901-5c5213307e62/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210309133307-8a3113c43d31 h1:8xkpWOA0lGo296VNwYzoc8pxh593/T2qRDw4+e+GkuE=
|
||||
github.com/onweru/compose v0.0.0-20210309133307-8a3113c43d31/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210312153401-7f1c7da6d155 h1:EDrVXssmI+WiQ1KgYizL8qTR43e+vRvtrlwOSs1xRkU=
|
||||
github.com/onweru/compose v0.0.0-20210312153401-7f1c7da6d155/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210330103531-e7e0ba391d6a h1:rpCp0Sg4jjcM1EwdFq3mYoMXz/X3ejm1YXPR8ONetUw=
|
||||
github.com/onweru/compose v0.0.0-20210330103531-e7e0ba391d6a/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210406232155-ff1e43943280 h1:CFctzrbQxiwVhPZUjAiwIXYg3RfdeF8koX10fJBoH/Y=
|
||||
github.com/onweru/compose v0.0.0-20210406232155-ff1e43943280/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210406234030-8e6061ff2c8e h1:9QnqTOic8SuPUjckFyjf4fmI75KH5bx0jaYNLera9Hs=
|
||||
github.com/onweru/compose v0.0.0-20210406234030-8e6061ff2c8e/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210414230317-e7b3ea9ebfe4 h1:NQrpHqTpGZcUSanooOC2b522IJZOw+enL8iRDugrMcQ=
|
||||
github.com/onweru/compose v0.0.0-20210414230317-e7b3ea9ebfe4/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210415143632-5e4de2adde5f h1:iSKlLvku3SNGOrJEffSjSwkYq+edM12C2nmUXZFWF0E=
|
||||
github.com/onweru/compose v0.0.0-20210415143632-5e4de2adde5f/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210415153638-a7ebb4827998 h1:ihz6pmmMBL7qjLcDENNS+iz1YL1Em5xWeoqLxQxnPYQ=
|
||||
github.com/onweru/compose v0.0.0-20210415153638-a7ebb4827998/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9 h1:sAZZceW6Uq/2ZrKOUa4hFLP0EQvnFDlvnwCFTvmSvIg=
|
||||
github.com/onweru/compose v0.0.0-20210430153828-b0b7c86cc0d9/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd h1:V7uk7wLlMZExjXZ7NgKETWK8HY6rAy5gUAmKejrdOYw=
|
||||
github.com/onweru/compose v0.0.0-20210502152903-185aafcedecd/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe h1:Jl+mf1hdTD0aOBmQTHqxd1FOWi64HpVUNMOByh+lrI4=
|
||||
github.com/onweru/compose v0.0.0-20210506210640-600d54dc04fe/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
||||
github.com/onweru/compose v0.0.0-20210506215729-3f2ccb9b9acb h1:SH3djUTpikGJyj4ydrEaBc6AbJW0Ajpu/GTfA/yjE08=
|
||||
github.com/onweru/compose v0.0.0-20210506215729-3f2ccb9b9acb/go.mod h1:tf1kQIBUcwJ/3mRFU5eiMrMvsDScVTK2IEFsZE3hZOc=
|
66
index.dev.js
|
@ -1,66 +0,0 @@
|
|||
new Docute({
|
||||
target: "app",
|
||||
router: {
|
||||
mode: "history",
|
||||
},
|
||||
|
||||
// Overrides for all languages
|
||||
overrides: {
|
||||
"/v0.2/": {
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
},
|
||||
"/": {
|
||||
// Define some general stuff
|
||||
title: "ScStw - Dokumentation",
|
||||
language: "Deutsch",
|
||||
sourcePath: "/de",
|
||||
|
||||
// Define the sidebar
|
||||
sidebar: [
|
||||
{
|
||||
title: "Einleitung",
|
||||
children: [
|
||||
{
|
||||
title: "Über die ScStw",
|
||||
link: "/",
|
||||
},
|
||||
{
|
||||
title: "Komponenten",
|
||||
link: "/introduction/components",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Benutzung",
|
||||
children: [
|
||||
{
|
||||
title: "Grundlagen",
|
||||
link: "/usage/basics",
|
||||
},
|
||||
{
|
||||
title: "Konfiguration des Rennens",
|
||||
link: "/usage/race-configuration",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// Define footer
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Hinweis zum Sprachgebrauch: Aus Gründen der besseren Lesbarkeit wird auf die Verwendung der männlichen und weiblichen Sprachform verzichtet. Sämtliche Personenbezeichnungen gelten für alle Geschlechter. <br><br>
|
||||
Sie haben weitere Fragen? Wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
},
|
||||
},
|
||||
detectSystemDarkTheme: true,
|
||||
darkThemeToggler: true,
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Want more information? Feel free to contact us <a href="https://itsblue.de/contact" target="blank">on our website</a> or at <a href="mailto:contact@itsblue.de">contact@itsblue.de</a>.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
});
|
16
index.html
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<link rel="stylesheet" href="docute-source/docute.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="docute-source/docute.js"></script>
|
||||
<script src="index.dev.js"></script>
|
||||
</body>
|
||||
</html>
|
60
index.js
|
@ -1,60 +0,0 @@
|
|||
new Docute({
|
||||
target: "app",
|
||||
router: {
|
||||
mode: "history",
|
||||
},
|
||||
|
||||
// Overrides for all languages
|
||||
overrides: {
|
||||
"/v0.2/": {
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
},
|
||||
"/": {
|
||||
// Define some general stuff
|
||||
title: "ScStw - Dokumentation",
|
||||
language: "Deutsch",
|
||||
sourcePath: "https://itsblue.dev/ScStw/documentation/raw/master/de",
|
||||
|
||||
// Define the sidebar
|
||||
sidebar: [
|
||||
{
|
||||
title: "Einleitung",
|
||||
children: [
|
||||
{
|
||||
title: "Über die ScStw",
|
||||
link: "/",
|
||||
},
|
||||
{
|
||||
title: "Komponenten",
|
||||
link: "/introduction/components",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Benutzung",
|
||||
children: [
|
||||
{
|
||||
title: "Grundlagen",
|
||||
link: "/usage/basics",
|
||||
},
|
||||
{
|
||||
title: "Konfiguration des Rennens",
|
||||
link: "/usage/race-configuration",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
// Define footer
|
||||
footer: `
|
||||
<div style="border-top:1px solid var(--border-color);padding-top:0px;margin: 0px 0;color:#999999;font-size: .9rem;">
|
||||
Hinweis zum Sprachgebrauch: Aus Gründen der besseren Lesbarkeit wird auf die Verwendung der männlichen und weiblichen Sprachform verzichtet. Sämtliche Personenbezeichnungen gelten für alle Geschlechter. <br><br>
|
||||
Sie haben weitere Fragen? Wenden sie sich gerne <a href="https://itsblue.de/contact" target="blank">über unsere Webseite</a> oder per Mail an <a href="mailto:contact@itsblue.de">contact@itsblue.de</a> an uns.<br>
|
||||
© ${new Date().getFullYear()} Itsblue Development.
|
||||
</div>
|
||||
`,
|
||||
},
|
||||
},
|
||||
detectSystemDarkTheme: true,
|
||||
darkThemeToggler: true,
|
||||
});
|
|
@ -0,0 +1 @@
|
|||
{"Target":"css/styles.3c1c2e57871ba783a4d85c82cb38c2dfd4be3ee80d6cbdbaa129405d9af1b18c43afa4f48e280dc331df5f85a5ee0949e4757cf2a98b54a8125d4bbb0dea11c5.css","MediaType":"text/css","Data":{"Integrity":"sha512-PBwuV4cbp4Ok2FyCyzjC39S+PugNbL26oSlAXZrxsYxDr6T0jigNwzHfX4Wl7glJ5HV88qmLVKgSXUu7DeoRxQ=="}}
|
3
static/images/GitHubMarkDark.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#FFF"/>
|
||||
</svg>
|
After Width: | Height: | Size: 964 B |
3
static/images/GitHubMarkLight.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
|
||||
</svg>
|
After Width: | Height: | Size: 967 B |
BIN
static/images/clarity/article-toc.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
static/images/clarity/image-figure.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
static/images/clarity/image-inline.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/images/clarity/screenshot-darkmode.png
Normal file
After Width: | Height: | Size: 127 KiB |
BIN
static/images/clarity/screenshot-mobile-darkmode.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
static/images/clarity/screenshot-mobile.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
static/images/clarity/screenshot.png
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
static/images/clarity/syntax-block.gif
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
static/images/clarity/tags.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
static/images/clarity/tn-darkmode.png
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
static/images/clarity/tn.png
Normal file
After Width: | Height: | Size: 98 KiB |
10
static/images/compose-light.svg
Normal file
After Width: | Height: | Size: 20 KiB |
10
static/images/compose.svg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
static/images/painting.jpg
Normal file
After Width: | Height: | Size: 188 KiB |
BIN
static/images/scribble.jpg
Normal file
After Width: | Height: | Size: 23 KiB |
1
themes/compose
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7832333c88ce66b4ba5d7282524de70d74955bcd
|