diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 22:21:20 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-21 22:21:20 +0300 |
| commit | 8995af73a491295a0765af76bd534373eb6c57af (patch) | |
| tree | d0b7f0831c5719ea4cfea8298caa46967807311e /src/config.yaml | |
| parent | c735556726e75428550a3d28a2cf58e2c8490b7d (diff) | |
Initial config
Diffstat (limited to 'src/config.yaml')
| -rw-r--r-- | src/config.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/config.yaml b/src/config.yaml index 8dab37c..7948e4a 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ site: - name: AstroWind - site: 'https://astrowind.vercel.app' + name: Gres-Tech + site: 'https://www.gres-tech.com' base: '/' trailingSlash: false @@ -9,58 +9,58 @@ site: # Default SEO metadata metadata: title: - default: AstroWind - template: '%s — AstroWind' - description: "\U0001F680 Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs." + default: Gres-Tech | Kompleksowe Usługi Glazurnicze + template: '%s — Gres-Tech' + description: "Profesjonalne usługi glazurnicze - płytki wielkoformatowe, kafelkowanie, glazura, hydroizolacja, listwy wykończeniowe, układanie kafelek, montaż wycieraczek, cięcie płytek, posadzka. 9 lat doświadczenia w branży." robots: index: true follow: true openGraph: - site_name: AstroWind + site_name: Gres-Tech | Kompleksowe Usługi Glazurnicze images: - url: '~/assets/images/default.png' width: 1200 height: 628 type: website twitter: - handle: '@onwidget' - site: '@onwidget' + handle: '@gres_tech' + site: '@gres_tech' cardType: summary_large_image i18n: - language: en + language: pl textDirection: ltr apps: blog: - isEnabled: true + isEnabled: false postsPerPage: 6 post: - isEnabled: true + isEnabled: false permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category% robots: index: true list: - isEnabled: true + isEnabled: false pathname: 'blog' # Blog main path, you can change this to "articles" (/articles) robots: index: true category: - isEnabled: true + isEnabled: false pathname: 'category' # Category main path /category/some-category, you can change this to "group" (/group/some-category) robots: index: true tag: - isEnabled: true + isEnabled: false pathname: 'tag' # Tag main path /tag/some-tag, you can change this to "topics" (/topics/some-category) robots: index: false - isRelatedPostsEnabled: true + isRelatedPostsEnabled: false relatedPostsCount: 4 analytics: @@ -69,4 +69,4 @@ analytics: id: null # or "G-XXXXXXXXXX" ui: - theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only" + theme: 'light:only' # Values: "system" | "light" | "dark" | "light:only" | "dark:only" |
