Skip to content
/ me Public
generated from satnaing/astro-paper

Personal blog to share thoughts, notes, and shitsplain every now and then.

License

Notifications You must be signed in to change notification settings

greg-zometa/me

Repository files navigation

og-flag

Personal blog to share thoughts, notes, and shitsplain every now and then.

This project was created from the AstroPaper template by Sat Naing.

🚀 Project Structure

/
├── public/
├── src/
│   ├── assets/
│   ├── components/
│   ├── content/
│   │   |  **/
│   │   |    └── some-blog-posts.md
│   │   └── config.ts
│   ├── layouts/
│   └── pages/
│   └── styles/
│   └── utils/
│   └── config.ts
│   └── types.ts
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

Any static assets, like images, can be placed in the public/ directory.

📖 Documentation

💻 Tech Stack

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run check Runs Biome to format and lint code
pnpm run sync Generates TypeScript types for all Astro modules. Learn more.

📜 License

Licensed under the MIT License, Copyright © 2023

About

Personal blog to share thoughts, notes, and shitsplain every now and then.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published