463f5e7148
- Configure site for ARC with YM1KTC call sign and Turkish localization - Add ARC logo and branding elements throughout the site - Update all content to Turkish and remove placeholder text - Customize homepage with ARC services and information - Add all blog posts with featured images from WordPress export - Configure navigation and footer with ARC-specific links - Add social media links and contact information - Remove membership/disaster references per requirements - Include complete image assets and blog content 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
73 lines
1.8 KiB
YAML
73 lines
1.8 KiB
YAML
site:
|
||
name: Amatör Radyocular Derneği (ARC)
|
||
site: 'https://www.radio.org.tr'
|
||
base: '/'
|
||
trailingSlash: false
|
||
|
||
googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
|
||
|
||
# Default SEO metadata
|
||
metadata:
|
||
title:
|
||
default: Amatör Radyocular Derneği (ARC)
|
||
template: '%s — ARC'
|
||
description: "İstanbul merkezli kâr amacı gütmeyen bu dernek, amatör telsizciliği yaygınlaştırmak, eğitim vermek ve röle-beacon altyapıları işletmek amacıyla kurulmuştur."
|
||
robots:
|
||
index: true
|
||
follow: true
|
||
openGraph:
|
||
site_name: Amatör Radyocular Derneği (ARC)
|
||
images:
|
||
- url: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png'
|
||
width: 1024
|
||
height: 1024
|
||
type: website
|
||
twitter:
|
||
handle: '@YM1KTC'
|
||
site: '@YM1KTC'
|
||
cardType: summary_large_image
|
||
|
||
i18n:
|
||
language: tr
|
||
textDirection: ltr
|
||
|
||
apps:
|
||
blog:
|
||
isEnabled: true
|
||
postsPerPage: 6
|
||
|
||
post:
|
||
isEnabled: true
|
||
permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category%
|
||
robots:
|
||
index: true
|
||
|
||
list:
|
||
isEnabled: true
|
||
pathname: 'blog' # Blog main path, you can change this to "articles" (/articles)
|
||
robots:
|
||
index: true
|
||
|
||
category:
|
||
isEnabled: true
|
||
pathname: 'category' # Category main path /category/some-category, you can change this to "group" (/group/some-category)
|
||
robots:
|
||
index: true
|
||
|
||
tag:
|
||
isEnabled: true
|
||
pathname: 'tag' # Tag main path /tag/some-tag, you can change this to "topics" (/topics/some-category)
|
||
robots:
|
||
index: false
|
||
|
||
isRelatedPostsEnabled: true
|
||
relatedPostsCount: 4
|
||
|
||
analytics:
|
||
vendors:
|
||
googleAnalytics:
|
||
id: null # or "G-XXXXXXXXXX"
|
||
|
||
ui:
|
||
theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"
|