Skip to content

Centralized location for storing, organizing, and managing both my blog posts and related data.

License

Notifications You must be signed in to change notification settings

pmarcelino/blog

Repository files navigation

How I Use LLMs Blog

A personal blog built with Astro and deployed on Vercel.

About

This is my personal blog where I share my journey of using LLMs in my daily life.

Website: howiusellms.blog

Project Structure

├── public/               # Static assets (images, fonts, favicon)
│   ├── assets/          # Images for blog posts
│   └── fonts/           # Web fonts
├── src/
│   ├── components/      # Reusable UI components
│   ├── content/         # Content collections
│   │   └── blog/        # Blog posts in Markdown format
│   ├── layouts/         # Page layouts and templates
│   ├── pages/           # Routes and pages
│   ├── styles/          # Global styles and CSS
│   └── utils/           # Utility functions
├── astro.config.mjs     # Astro configuration
├── vercel.json          # Vercel deployment config
└── package.json         # Project dependencies

Commands

Command Action
npm install Install dependencies
npm run dev Start local dev server at localhost:4321
npm run build Build the production site to ./dist/
npm run preview Preview the build locally

Deployment

This site is deployed on Vercel. Push to the main branch to trigger automatic deployments.

Credits

Built with the AstroPaper theme.

About

Centralized location for storing, organizing, and managing both my blog posts and related data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •