cyber-phys / website

Personal Website

Home Page:https://distorted.media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Personal Website

https://distorted.media


Languages

Language:JavaScript 38.9%Language:Astro 26.1%Language:TypeScript 25.3%Language:CSS 5.5%Language:Nix 4.2%