debug
This commit is contained in:
parent
9dd6214d62
commit
ac9ae16067
@ -2,7 +2,7 @@
|
||||
<div class="SocialIcons row">
|
||||
<a class="col-auto btn bi-github" href="https://github.com/adb-sh/" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-git" href="https://git.adb.sh" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-mastodon" href="https://social.cybre.town" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-mastodon" href="https://social.cybre.town/@adb" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-instagram" href="https://www.instagram.com/me.adb.sh" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-spotify" href="https://open.spotify.com/user/op3q884heqao7laioz05ebaoz" target="_blank" rel="noopener noreferrer" />
|
||||
<a class="col-auto btn bi-youtube" href="https://www.youtube.com/channel/UCoxRdN8T4aCR8tqDpOJAjOQ" target="_blank" rel="noopener noreferrer" />
|
||||
|
@ -1,8 +1,3 @@
|
||||
import { ThemeConfig } from 'bootstrap-darkmode';
|
||||
|
||||
export const themeConfig = new ThemeConfig();
|
||||
themeConfig.initTheme();
|
||||
|
||||
const matchPath = /(?<path>|.+)\/(?<filename>[-_\w]+)(?<filetype>|\/|\.html|\.md)$/;
|
||||
|
||||
export default ({
|
||||
@ -12,6 +7,7 @@ export default ({
|
||||
siteData // site metadata
|
||||
}) => {
|
||||
router.beforeEach((to, from, next) => {
|
||||
if (to.path === '/') next('/me');
|
||||
if (!to.name) {
|
||||
const { filename } = to.fullPath.match(matchPath).groups;
|
||||
next(
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<section class="layout">
|
||||
<section class="layout" data-theme="dark">
|
||||
<header>
|
||||
<div class="bg-darkmode-dark shadow">
|
||||
<site-header class="container" />
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<nav class="navbar px-4">
|
||||
<router-link class="btn d-flex" to="/">
|
||||
<router-link class="btn d-flex" to="/me">
|
||||
<div class="flex-column justify-content-center">
|
||||
<b>{{ $site.title }}</b>
|
||||
</div>
|
||||
|
@ -3,6 +3,10 @@ $dark-body-bg: #1f262b;
|
||||
@import "bootstrap/scss/bootstrap";
|
||||
@import "bootstrap-darkmode/scss/darktheme";
|
||||
|
||||
html, body {
|
||||
background-color: $dark-body-bg;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
40
src/index.md
40
src/index.md
@ -1,40 +0,0 @@
|
||||
---
|
||||
home: true
|
||||
---
|
||||
<StickyWrapper>
|
||||
<TextScramble :phrases="[
|
||||
'Hey!',
|
||||
'Welcome to adb.sh :D',
|
||||
'I do web development', 'hosting free services', 'DJing / music', 'electronics'
|
||||
]" />
|
||||
<SocialIcons />
|
||||
</StickyWrapper>
|
||||
|
||||
----
|
||||
|
||||
## services, i'm hosting
|
||||
|
||||
### public services
|
||||
|
||||
| service | URL |
|
||||
| - | - |
|
||||
| git | [git.cybre.town](https://git.cybre.town) |
|
||||
| Mastodon | [social.cybre.town](https://social.cybre.town) |
|
||||
| HedgeDoc | [md.cybre.town](https://md.cybre.town) |
|
||||
| Jitsi | [jitsi.adb.sh](https://jitsi.adb.sh) |
|
||||
| Frama Date | [polls.cybre.town](https://polls.cybre.town) |
|
||||
| Searx | [searx.cybre.town](https://searx.cybre.town) |
|
||||
|
||||
### private services
|
||||
|
||||
| service | URL |
|
||||
| - | - |
|
||||
| nextcloud | [cloud.adb.sh](https://git.cybre.town) |
|
||||
| matrix | [element.adb.sh](https://element.adb.sh) |
|
||||
| mail | [mail.adb.sh](https://mail.adb.sh) |
|
||||
|
||||
|
||||
## contact me
|
||||
|
||||
- matrix: [@adb:adb.sh](https://matrix.to/#/@adb:adb.sh)
|
||||
- mail: [info@adb.sh](mailto:info@adb.sh)
|
54
src/me/index.md
Executable file
54
src/me/index.md
Executable file
@ -0,0 +1,54 @@
|
||||
---
|
||||
home: true
|
||||
---
|
||||
<StickyWrapper>
|
||||
<TextScramble :phrases="[
|
||||
'Hey!',
|
||||
'Welcome to adb.sh :D',
|
||||
'I do web development', 'hosting free services', 'DJing / music', 'electronics'
|
||||
]" />
|
||||
<SocialIcons />
|
||||
<div class="row my-4 justify-content-center">
|
||||
<router-link class="col-auto mx-2 btn btn-outline-light" to="/music" >music</router-link>
|
||||
<router-link class="col-auto mx-2 btn btn-outline-light" to="/projects" >projects</router-link>
|
||||
</div>
|
||||
</StickyWrapper>
|
||||
|
||||
----
|
||||
|
||||
## services, I'm hosting
|
||||
|
||||
### public services
|
||||
|
||||
| service | URL |
|
||||
| - | - |
|
||||
| Gitea | [git.cybre.town](https://git.cybre.town) |
|
||||
| Mastodon | [social.cybre.town](https://social.cybre.town) |
|
||||
| HedgeDoc | [md.cybre.town](https://md.cybre.town) |
|
||||
| Jitsi | [jitsi.adb.sh](https://jitsi.adb.sh) |
|
||||
| Frama Date | [polls.cybre.town](https://polls.cybre.town) |
|
||||
| Peertube | [video.cybre.town](https://video.cybre.town) |
|
||||
| Searx | [searx.cybre.town](https://searx.cybre.town) |
|
||||
| Penpot | [penpot.cybre.town](https://penpot.cybre.town) |
|
||||
|
||||
### private services
|
||||
|
||||
| service | URL |
|
||||
| - | - |
|
||||
| Nextcloud | [cloud.adb.sh](https://git.cybre.town) |
|
||||
| Matrix | [element.adb.sh](https://element.adb.sh) |
|
||||
| Mail | [mail.adb.sh](https://mail.adb.sh) |
|
||||
| Gotify UP | [push.cybre.town](https://push.cybre.town) |
|
||||
|
||||
### other sites
|
||||
|
||||
| service | URL |
|
||||
| - | - |
|
||||
| Strobe Town | [strobe.town](https://strobe.town) |
|
||||
| Strobe Town - Tickets (Pretix) | [tickets.strobe.town](https://tickets.strobe.town) |
|
||||
| Strobe Town - Music (Funkwhale) | [music.strobe.town](https://music.strobe.town) |
|
||||
|
||||
## contact me
|
||||
|
||||
- Matrix: [@adb:adb.sh](https://matrix.to/#/@adb:adb.sh)
|
||||
- Mail: info [at] this.domain
|
@ -5,3 +5,9 @@ sidebar: true
|
||||
# ArtNet-Node
|
||||
|
||||
Art-Net to DMX PCB
|
||||
|
||||

|
||||
[social.cybre.town](https://social.cybre.town/@adb/105520488438390411)
|
||||
|
||||

|
||||
[social.cybre.town](https://social.cybre.town/@adb/105933977138735045)
|
||||
|
Loading…
Reference in New Issue
Block a user