71 lines
1.8 KiB
YAML
71 lines
1.8 KiB
YAML
site:
|
|
name: 365DevNet
|
|
site: 'https://www.365devnet.eu'
|
|
base: '/'
|
|
trailingSlash: ignore
|
|
|
|
# Default SEO metadata
|
|
metadata:
|
|
title:
|
|
default: 365DevNet
|
|
template: '%s — 365DevNet'
|
|
description: 'The website 365DevNet serves as the personal portfolio of Richard Bergsma, an IT Systems and Automation Manager with over 15 years of experience. The site provides detailed information about his professional background, including his work experience, skills, and certifications. '
|
|
robots:
|
|
index: true
|
|
follow: true
|
|
openGraph:
|
|
site_name: 365DevNet
|
|
images:
|
|
- url: '~/assets/images/richardbergsma.png'
|
|
width: 1200
|
|
height: 628
|
|
type: website
|
|
twitter:
|
|
handle: '@onwidget'
|
|
site: '@onwidget'
|
|
cardType: summary_large_image
|
|
|
|
i18n:
|
|
language: en
|
|
textDirection: ltr
|
|
|
|
apps:
|
|
blog:
|
|
isEnabled: true
|
|
postsPerPage: 6
|
|
|
|
post:
|
|
isEnabled: true
|
|
permalink: 'blog/%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"
|