This commit is contained in:
2025-07-18 16:57:09 +02:00
parent 8c37084d94
commit a43fe30d47
3 changed files with 8 additions and 7 deletions

View File

@@ -4,15 +4,15 @@ export const themeConfig: ThemeConfig = {
// SITE INFO ///////////////////////////////////////////////////////////////////////////////////////////
site: {
website: 'https://astro-chiri.netlify.app/', // Site domain
title: 'CHIRI', // Site title
author: '3ASH', // Author name
title: 'heaven', // Site title
author: 'heaven', // Author name
description: 'Minimal blog built by Astro', // Site description
language: 'en-US' // Default language
},
// GENERAL SETTINGS ////////////////////////////////////////////////////////////////////////////////////
general: {
contentWidth: '35rem', // Content area width
contentWidth: '40rem', // Content area width
centeredLayout: true, // Use centered layout (false for left-aligned)
themeToggle: false, // Show theme toggle button (uses system theme by default)
postListDottedDivider: false, // Show dotted divider in post list
@@ -29,7 +29,7 @@ export const themeConfig: ThemeConfig = {
// POST SETTINGS ///////////////////////////////////////////////////////////////////////////////////////
post: {
readingTime: false, // Show reading time in posts
readingTime: true, // Show reading time in posts
toc: true, // Show the table of contents (when there is enough page width)
imageViewer: true, // Enable image viewer
copyCode: true // Enable copy button in code blocks