commit 652e8ad917850445d3ea8eac3b0e386930dfd21e Author: adb-sh Date: Wed Jul 27 00:30:33 2022 +0200 init diff --git a/package.json b/package.json new file mode 100755 index 0000000..5736df2 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "bassket.band", + "version": "0.0.1", + "description": "", + "main": "index.js", + "authors": { + "name": "", + "email": "" + }, + "repository": "/bassket.band", + "scripts": { + "dev": "vuepress dev src", + "build": "vuepress build src" + }, + "license": "MIT", + "devDependencies": { + "vuepress": "^1.9.7" + }, + "dependencies": { + "@vuepress/theme-default": "^1.9.7" + } +} diff --git a/src/.vuepress/components/HomeImages.vue b/src/.vuepress/components/HomeImages.vue new file mode 100644 index 0000000..79d6499 --- /dev/null +++ b/src/.vuepress/components/HomeImages.vue @@ -0,0 +1,27 @@ + + + + + \ No newline at end of file diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js new file mode 100755 index 0000000..cdc67d9 --- /dev/null +++ b/src/.vuepress/config.js @@ -0,0 +1,21 @@ +const { defaultTheme } = require('@vuepress/theme-default'); + +module.exports = { + title: 'Bassket Band', + description: '', + head: [], + theme: defaultTheme, + themeConfig: { + repo: '', + editLinks: false, + docsDir: '', + editLinkText: '', + lastUpdated: false, + colorMode: 'dark', + colorModeSwitch: true, + }, + plugins: [ + '@vuepress/plugin-back-to-top', + '@vuepress/plugin-medium-zoom', + ] +} diff --git a/src/.vuepress/enhanceApp.js b/src/.vuepress/enhanceApp.js new file mode 100755 index 0000000..8452a86 --- /dev/null +++ b/src/.vuepress/enhanceApp.js @@ -0,0 +1,14 @@ +/** + * Client app enhancement file. + * + * https://v1.vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements + */ + +export default ({ + Vue, // the version of Vue being used in the VuePress app + options, // the options for the root Vue instance + router, // the router instance for the app + siteData // site metadata +}) => { + // ...apply enhancements for the site. +} diff --git a/src/.vuepress/public/images/cover-1.jpg b/src/.vuepress/public/images/cover-1.jpg new file mode 100644 index 0000000..6343cc9 Binary files /dev/null and b/src/.vuepress/public/images/cover-1.jpg differ diff --git a/src/.vuepress/public/images/cover-2.jpg b/src/.vuepress/public/images/cover-2.jpg new file mode 100644 index 0000000..71ca4bb Binary files /dev/null and b/src/.vuepress/public/images/cover-2.jpg differ diff --git a/src/.vuepress/styles/index.styl b/src/.vuepress/styles/index.styl new file mode 100755 index 0000000..420feb9 --- /dev/null +++ b/src/.vuepress/styles/index.styl @@ -0,0 +1,8 @@ +/** + * Custom Styles here. + * + * ref:https://v1.vuepress.vuejs.org/config/#index-styl + */ + +.home .hero img + max-width 450px!important diff --git a/src/.vuepress/styles/palette.styl b/src/.vuepress/styles/palette.styl new file mode 100755 index 0000000..4818dbb --- /dev/null +++ b/src/.vuepress/styles/palette.styl @@ -0,0 +1,10 @@ +/** + * Custom palette here. + * + * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl + */ + +$accentColor = #af7a3e +$textColor = #222222 +$borderColor = #eaecef +$codeBgColor = #282c34 diff --git a/src/config/README.md b/src/config/README.md new file mode 100755 index 0000000..63a04b9 --- /dev/null +++ b/src/config/README.md @@ -0,0 +1,15 @@ +--- +sidebar: auto +--- + +# Config + +## foo + +- Type: `string` +- Default: `/` + +## bar + +- Type: `string` +- Default: `/` diff --git a/src/guide/README.md b/src/guide/README.md new file mode 100755 index 0000000..fc82aec --- /dev/null +++ b/src/guide/README.md @@ -0,0 +1,5 @@ +# Introduction + +VuePress is composed of two parts: a [minimalistic static site generator](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/core) with a Vue-powered [theming system](https://v1.vuepress.vuejs.org/theme/) and [Plugin API](https://v1.vuepress.vuejs.org/plugin/), and a [default theme](https://v1.vuepress.vuejs.org/theme/default-theme-config.html) optimized for writing technical documentation. It was created to support the documentation needs of Vue's own sub projects. + +Each page generated by VuePress has its own pre-rendered static HTML, providing great loading performance and is SEO-friendly. Once the page is loaded, however, Vue takes over the static content and turns it into a full Single-Page Application (SPA). Additional pages are fetched on demand as the user navigates around the site. diff --git a/src/guide/using-vue.md b/src/guide/using-vue.md new file mode 100755 index 0000000..71ac45b --- /dev/null +++ b/src/guide/using-vue.md @@ -0,0 +1,9 @@ +# Using Vue in Markdown + +## Browser API Access Restrictions + +Because VuePress applications are server-rendered in Node.js when generating static builds, any Vue usage must conform to the [universal code requirements](https://ssr.vuejs.org/en/universal.html). In short, make sure to only access Browser / DOM APIs in `beforeMount` or `mounted` hooks. + +If you are using or demoing components that are not SSR friendly (for example containing custom directives), you can wrap them inside the built-in `` component: + +## diff --git a/src/impressum.md b/src/impressum.md new file mode 100644 index 0000000..ef7f8e4 --- /dev/null +++ b/src/impressum.md @@ -0,0 +1,18 @@ +--- +sidebar: auto +--- +# Impressum +## Angaben gemäß § 5 TMG + +**Jakob Kößler**
+Vogelholz 6
+74523 Schwäbisch Hall + +Vertreten durch:
+Jakob Kößler + +## Haftungsausschluss: + +### Haftung für Links + +Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen. diff --git a/src/index.md b/src/index.md new file mode 100755 index 0000000..d1d53d2 --- /dev/null +++ b/src/index.md @@ -0,0 +1,29 @@ +--- +sidebar: auto +--- +# Bassket Band + +Hey wir sind Bassket - Definitiv keine Schülerband + + + +Wir sind Anna-Sophie, Jakob, Leif, Elena und haben uns Anfang 2022 gegründet. + + +## Aktuelles +- Interview auf [sthoerfunk.de](http://www.sthoerfunk.de/blog/post.php?s=2022-03-30-die-haller-band-bassket-im-interview) + +## Socials + +### Instagram + +[@bassket.band](https://instagram.com/bassket.band) + +**Mitglieder:** +- Leif: [@Leif.jsk](https://instagram.com/leif.jsk) +- Elena: [@elena.vonloe](https://instagram.com/elena.vonloe) +- Anna-Sophie: [@annnasophie_](https://instagram.com/annnasophie_) +- Jakob: [@der.\_wahre\_jakob](https://instagram.com/der._wahre_jakob) + +--- +[impressum](/impressum.html)