/website

Personal Website

Primary LanguageJavaScript

Distorted Blog

Luc Chartier's personal blog

yarn install
astro dev

🚀 Project Structure

Here are a few ideas on how to get started with the template:

  • Edit this page in src/pages/index.astro
  • Edit the site header items in src/components/Header.astro
  • Add your name to the footer in src/components/Footer.astro
  • Check out the included blog posts in src/pages/blog/
  • Customize the blog post page layout in src/layouts/BlogPost.astro

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

├── public/
├── src/
│   ├── components/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.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.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

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

Credits

Blog based on Astro Start Kit: Blog

This theme is based off of the lovely Bear Blog.