diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 15:08:37 +0300 |
| commit | fcc2f4704e39b0e69b377cc138f75027721dac22 (patch) | |
| tree | 732fc94b354a26c08fba9cc9059f9c6c900182be /src/config.yaml | |
Initial template
Diffstat (limited to 'src/config.yaml')
| -rw-r--r-- | src/config.yaml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/config.yaml b/src/config.yaml new file mode 100644 index 0000000..0c5c1b1 --- /dev/null +++ b/src/config.yaml @@ -0,0 +1,68 @@ +site: + name: CustomWorks + site: 'https://www.customworks.pl' + base: '/' + trailingSlash: false + + googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M + +# Default SEO metadata +metadata: + title: + default: CustomWorks – Detailing, wrapping, tuning | Profesjonalne usługi pielęgnacji samochodów – Bydgoszcz + template: '%s — CustomWorks' + description: "CustomWorks oferuje detailing, wrapping, tuning i powłoki ochronne. Renowacja lakieru, folie PPF, powłoki ceramiczne – Bydgoszcz, kujawsko-pomorskie." + robots: + index: true + follow: true + openGraph: + site_name: CustomWorks – Detailing, wrapping, tuning | Profesjonalne usługi pielęgnacji samochodów – Bydgoszcz + images: + - url: '~/assets/images/customworks-hero.webp' + width: 819 + height: 1024 + type: website + +i18n: + language: pl + textDirection: ltr + +apps: + blog: + isEnabled: false + postsPerPage: 6 + + post: + isEnabled: false + permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category% + robots: + index: true + + list: + isEnabled: false + pathname: 'blog' # Blog main path, you can change this to "articles" (/articles) + robots: + index: true + + category: + isEnabled: false + pathname: 'category' # Category main path /category/some-category, you can change this to "group" (/group/some-category) + robots: + index: true + + tag: + isEnabled: false + pathname: 'tag' # Tag main path /tag/some-tag, you can change this to "topics" (/topics/some-category) + robots: + index: false + + isRelatedPostsEnabled: false + relatedPostsCount: 4 + +analytics: + vendors: + googleAnalytics: + id: null # or "G-XXXXXXXXXX" + +ui: + theme: 'light:only' # Values: "system" | "light" | "dark" | "light:only" | "dark:only" |
