pyronaur / pyronaur.com

My blog

Home Page:https://pyronaur.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank Slate

This is a blank slate project for starting a blog with Astro.js.

πŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
β”œβ”€β”€ public
└── src
    β”œβ”€β”€ components
    β”‚   β”œβ”€β”€ layouts
    β”‚   └── utilities
    β”œβ”€β”€ content
    β”œβ”€β”€ pages
    └── style
  • pages - This directory is significant for Astro. Files here become URLs.
  • components - Template parts, layouts, utilities, all go here.
  • content - Keep the content separate from the system for clearer separation.
  • style - Global SCSS styles.
  • published - A directory where to place any static files that need to be used on the site.

🧞 Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

πŸ‘€ Want to learn more?

Feel free to check out Astro documentation or jump into Astro's Discord server.

About

My blog

https://pyronaur.com


Languages

Language:TypeScript 82.0%Language:Astro 6.2%Language:Svelte 5.2%Language:SCSS 4.2%Language:MDX 2.4%Language:JavaScript 0.0%