init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user