diff --git a/config.toml b/config.toml index b95a7bd..4ac3a35 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://itsblue.de/" defaultContentLanguage = "en" -title = "Itsblue Development" +title = "Itsblue" theme = "quark-hugo" [params] diff --git a/content/_index.en.md b/content/_index.en.md index 00668a5..a335def 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -1,4 +1,5 @@ --- +title: Home layout: "modular" bodyClasses: 'title-h1h2 header-fixed header-animated header-dark header-transparent sticky-footer' menu: "main" diff --git a/content/apps/_index.md b/content/apps/_index.md index 71c116e..c33779a 100644 --- a/content/apps/_index.md +++ b/content/apps/_index.md @@ -1,4 +1,5 @@ --- +title: Apps layout: blog bodyClasses: 'title-h1h2 header-animated sticky-footer' diff --git a/content/apps/bluerock.md b/content/apps/bluerock.md index 6fc3030..d8adda7 100644 --- a/content/apps/bluerock.md +++ b/content/apps/bluerock.md @@ -1,4 +1,5 @@ --- +title: blueROCK layout: appitem title: blueROCK heroClasses: 'overlay-dark text-light hero-tiny' @@ -6,7 +7,7 @@ image: images/apps/bluerock.png links: googleplay: 'https://play.google.com/store/apps/details?id=com.itsblue.blueROCK' appstore: 'https://apps.apple.com/de/app/bluerock/id1503699996?app=itunes&ign-mpt=uo%3D4' - opensource: 'https://git.itsblue.de/dorian/blueROCK' + opensource: 'https://itsblue.dev/dorian/blueROCK' privacyPolicy: "While you're using blueROCK Itsblue Development does not collect any of your personal data.
\r\n
\r\nHowever, digitalROCK (provider of rankings and resultservice) may collect personal data.
\r\nFurther information can be found in their privacy policy:
\r\nhttps://www.digitalrock.de/?load=kontakt.php%3Fprivacy-policy" menu: diff --git a/content/apps/fannyapp.md b/content/apps/fannyapp.md index 5703b83..efa1d98 100644 --- a/content/apps/fannyapp.md +++ b/content/apps/fannyapp.md @@ -1,4 +1,5 @@ --- +title: Fannyapp layout: appitem title: Fannyapp heroClasses: 'overlay-dark text-light hero-tiny' @@ -8,7 +9,7 @@ image: images/apps/fannyapp.png links: googleplay: 'https://play.google.com/store/apps/details?id=com.itsblue.flgvertretung' appstore: 'https://apps.apple.com/de/app/fannyapp/id1495583845' - opensource: 'https://git.itsblue.de/dorian/fanny-app' + opensource: 'https://itsblue.dev/dorian/fanny-app' menu: main: diff --git a/content/apps/scstw.md b/content/apps/scstw.md index 1ccc8d6..1ea38e7 100644 --- a/content/apps/scstw.md +++ b/content/apps/scstw.md @@ -1,11 +1,6 @@ --- +title: 'Speed Climbing Stopwatch App' layout: appitem -title: 'Speed Climbing Stopwatch' -media_order: Banner.png -menu: 'Speed Climbing Stopwatch' -routes: - aliases: - - /index.php/apps/speed-climbing-stopwatch-app heroClasses: 'overlay-dark text-light hero-tiny' image: images/apps/scstw.png links: diff --git a/content/apps/scstwrt.md b/content/apps/scstwrt.md index dd03ee8..3b21320 100644 --- a/content/apps/scstwrt.md +++ b/content/apps/scstwrt.md @@ -1,10 +1,6 @@ --- -layout: appitem title: 'Speed Climbing Reaction Trainer' -media_order: 'Banner1.png,GooglePlay.png' -routes: - aliases: - - /index.php/apps/speed-climbing-stopwatch-reaction-trainer +layout: appitem heroClasses: 'overlay-dark text-light hero-tiny' image: images/apps/scstwrt.png links: diff --git a/content/contact.en.md b/content/contact.en.md index a211a04..7c92409 100644 --- a/content/contact.en.md +++ b/content/contact.en.md @@ -1,4 +1,5 @@ --- +title: Contact menu: main: title: Contact diff --git a/content/scstw.en.md b/content/scstw.en.md index 3848eeb..1d4e5fd 100644 --- a/content/scstw.en.md +++ b/content/scstw.en.md @@ -1,4 +1,5 @@ --- +title: 'Speed Climbing Stopwatch' layout: "modular" bodyClasses: 'title-h1h2 header-fixed header-animated header-dark header-transparent sticky-footer' menu: "main" diff --git a/data/en/home.yaml b/data/en/home.yaml index c3c997c..7c10345 100644 --- a/data/en/home.yaml +++ b/data/en/home.yaml @@ -69,7 +69,7 @@ icon: 'fab fa-gitlab' header: 'Our GitLab' text: 'We use GitLab for most of our projects, you can explore them here.' - url: 'https://git.itsblue.de/explore' + url: 'https://itsblue.dev/explore' - icon: 'fab fa-google-play' header: 'Google Play' diff --git a/themes/quark-hugo/layouts/partials/contactForm.html b/themes/quark-hugo/layouts/partials/contactForm.html index 8eb8bcb..eeffab3 100644 --- a/themes/quark-hugo/layouts/partials/contactForm.html +++ b/themes/quark-hugo/layouts/partials/contactForm.html @@ -100,7 +100,7 @@ submitButton.setLoading() statusToast.show("primary", "Please wait...") var data = new FormData(form); - fetch("https://formspree.io/f/xwkazwbv", { + fetch("https://api.itsblue.de/f/eb839512-45e8-4c6e-84de-3c88092b1310", { method: form.method, body: data, headers: { @@ -108,12 +108,18 @@ }, }) .then((response) => { + if(response.ok) { statusToast.show("success", "Thanks for your submission!"); form.reset(); submitButton.setNormal(); + } + else { + statusToast.show("error", "Oops! There was a problem submitting your form. Please contact us on a different way.") + submitButton.setNormal() + } }) .catch((error) => { - statusToast.show("error", "Oops! There was a problem submitting your form") + statusToast.show("error", "Oops! There was a problem submitting your form. Please contact us on a different way.") submitButton.setNormal() }); } diff --git a/themes/quark-hugo/layouts/partials/head.html b/themes/quark-hugo/layouts/partials/head.html index 9b88681..fc81b0f 100644 --- a/themes/quark-hugo/layouts/partials/head.html +++ b/themes/quark-hugo/layouts/partials/head.html @@ -14,7 +14,7 @@ - {{ $title := print .Site.Title " | " .Title }} + {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} \ No newline at end of file