init
This commit is contained in:
@@ -14,8 +14,7 @@ const today = new Date()
|
||||
</div>
|
||||
<div class="powered-by">
|
||||
Powered by{' '}
|
||||
<a href="https://astro.build">Astro</a> &{' '}
|
||||
<a href="https://github.com/the3ash/astro-chiri">Chiri</a>
|
||||
<a href="https://astro.build">Fent</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,10 +7,12 @@ This content will be displayed at the top of the index page.
|
||||
You can leave this empty if you don’t want to show any content.
|
||||
-->
|
||||
|
||||
|
||||
|
||||
A static blog theme based on [Astro](https://astro.build), designed for clarity and focus.
|
||||
|
||||
With a deliberately minimal design, this layout ensures your content takes center stage. It's built for flexibility, offering customization options that honor its clean and elegant aesthetic.
|
||||
|
||||
Effortlessly share your thoughts in _a calm & dustless space._
|
||||
|
||||
Check posts for details and view source on [GitHub](https://github.com/the3ash/astro-chiri).
|
||||
[RSS](sdfsfd) / [Git](https://github.com/the3ash/astro-chiri)
|
||||
|
||||
Reference in New Issue
Block a user