Skip to content

Commit

Permalink
feat: add biblys.org config
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Jan 4, 2025
1 parent 68b2a01 commit 219aecb
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions src/config.yaml
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
site:
name: AstroWind
site: 'https://astrowind.vercel.app'
name: Biblys
site: 'https://biblys.org'
base: '/'
trailingSlash: false

googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
# googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M

# 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: Biblys, le logiciel livre pour créer des boutique de livres en ligne
template: '%s — Biblys'
description: Utilisée par des librairies et des maisons indépendantes, Biblys est un logiciel libre et gratuit pour vendre facilement des livres papier et numérique sur le web.
robots:
index: true
follow: true
openGraph:
site_name: AstroWind
site_name: Biblys
images:
- url: '~/assets/images/default.png'
width: 1200
height: 628
# - url: '~/assets/images/default.png'
# width: 1200
# height: 628
type: website
twitter:
handle: '@onwidget'
site: '@onwidget'
handle: '@biblys'
site: '@biblys'
cardType: summary_large_image

i18n:
language: en
language: fr
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
isEnabled: false
# 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:
Expand Down

0 comments on commit 219aecb

Please sign in to comment.