init
This commit is contained in:
@@ -14,8 +14,7 @@ const today = new Date()
|
|||||||
</div>
|
</div>
|
||||||
<div class="powered-by">
|
<div class="powered-by">
|
||||||
Powered by{' '}
|
Powered by{' '}
|
||||||
<a href="https://astro.build">Astro</a> &{' '}
|
<a href="https://astro.build">Fent</a>
|
||||||
<a href="https://github.com/the3ash/astro-chiri">Chiri</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ export const themeConfig: ThemeConfig = {
|
|||||||
// SITE INFO ///////////////////////////////////////////////////////////////////////////////////////////
|
// SITE INFO ///////////////////////////////////////////////////////////////////////////////////////////
|
||||||
site: {
|
site: {
|
||||||
website: 'https://astro-chiri.netlify.app/', // Site domain
|
website: 'https://astro-chiri.netlify.app/', // Site domain
|
||||||
title: 'CHIRI', // Site title
|
title: 'heaven', // Site title
|
||||||
author: '3ASH', // Author name
|
author: 'heaven', // Author name
|
||||||
description: 'Minimal blog built by Astro', // Site description
|
description: 'Minimal blog built by Astro', // Site description
|
||||||
language: 'en-US' // Default language
|
language: 'en-US' // Default language
|
||||||
},
|
},
|
||||||
|
|
||||||
// GENERAL SETTINGS ////////////////////////////////////////////////////////////////////////////////////
|
// GENERAL SETTINGS ////////////////////////////////////////////////////////////////////////////////////
|
||||||
general: {
|
general: {
|
||||||
contentWidth: '35rem', // Content area width
|
contentWidth: '40rem', // Content area width
|
||||||
centeredLayout: true, // Use centered layout (false for left-aligned)
|
centeredLayout: true, // Use centered layout (false for left-aligned)
|
||||||
themeToggle: false, // Show theme toggle button (uses system theme by default)
|
themeToggle: false, // Show theme toggle button (uses system theme by default)
|
||||||
postListDottedDivider: false, // Show dotted divider in post list
|
postListDottedDivider: false, // Show dotted divider in post list
|
||||||
@@ -29,7 +29,7 @@ export const themeConfig: ThemeConfig = {
|
|||||||
|
|
||||||
// POST SETTINGS ///////////////////////////////////////////////////////////////////////////////////////
|
// POST SETTINGS ///////////////////////////////////////////////////////////////////////////////////////
|
||||||
post: {
|
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)
|
toc: true, // Show the table of contents (when there is enough page width)
|
||||||
imageViewer: true, // Enable image viewer
|
imageViewer: true, // Enable image viewer
|
||||||
copyCode: true // Enable copy button in code blocks
|
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.
|
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.
|
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.
|
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._
|
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