UNPKG

@astro-paper/cli

Version:

A comprehensive CLI tool for AstroPaper blog theme management

24 lines (23 loc) 644 B
export const SITE = { website: "http://localhost:4321/", author: "Sat Naing", profile: "https://satnaing.dev/", desc: "A minimal, responsive and SEO-friendly Astro blog theme.", title: "AstroPaper", ogImage: "astropaper-og.jpg", lightAndDarkMode: true, postPerIndex: 4, postPerPage: 4, scheduledPostMargin: 15 * 60 * 1000, showArchives: true, showBackButton: true, editPost: { enabled: true, text: "Edit page", url: "https://github.com/satnaing/astro-paper/edit/main/", }, dynamicOgImage: true, dir: "ltr", lang: "en", timezone: "Asia/Bangkok", };