Check out the Demo, hosted on Netlify
Replace pnpm with your choice of npm / yarn
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:3000 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm sync |
Generate types based on your config in src/content/config.ts |
src/site.config.ts
for basic site meta dataastro.config.ts
site property with your own domain/public
folder:src/styles/global.css
with your own light and dark stylessrc/content/post/
with .md/mdx file(s). See below for more details.font-mono
, located in the global css file src/styles/global.css
. You can change fonts by removing the variant font-mono
, after which TailwindCSS will default to the font-sans
font family stack.This theme is inspired by Hexo Theme Cactus
Licensed under the MIT License, Copyright © 2023