Skip to content

earnaudova/mywebsite

Repository files navigation

My Personal Website

elena-arnaudova.com

🎨 Theme Credit

This website is built using the Astro Blog Template created by Charca.

🚀 Want to use this theme?

You can get the original theme from Charca's repository: astro-blog-template

Locally

npm init astro -- --template Charca/astro-blog-template

On StackBlitz

Open in StackBlitz

Original Repository

Visit the original theme: Charca/astro-blog-template

✨ Features:

  • ✅ Astro 5.5.2
  • ✅ Dark Mode with theme toggle
  • ✅ Full Markdown support
  • ✅ SEO-friendly setup with canonical URLs and OpenGraph data
  • ✅ RSS 2.0 generation
  • ✅ Sitemap.xml generation
  • ✅ Blog with reading time
  • ✅ Responsive design
  • ✅ GitHub Actions deployment workflow

🚀 Project Structure

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

/
├── public/
│   ├── assets/
│   │   ├── blog/
│   │   └── fonts/
│   ├── robots.txt
│   └── favicon.ico
├── src/
│   ├── components/
│   │   ├── BaseHead.astro
│   │   ├── Bio.astro
│   │   ├── Footer.astro
│   │   ├── Header.astro
│   │   ├── Logo.astro
│   │   ├── Nav.astro
│   │   └── ThemeToggleButton.svelte
│   ├── data/
│   │   └── blog-posts/
│   ├── layouts/
│   │   └── BaseLayout.astro
│   ├── pages/
│   │   ├── about.astro
│   │   ├── blog/
│   │   └── index.astro
│   └── styles/
│       ├── fonts.css
│       └── global.css
├── .github/
│   └── workflows/
│       └── deploy.yml
└── package.json

🧞 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:3030
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

👀 Want to learn more?


Note: This is a customized version of Charca's Astro Blog Template. For the original theme, please visit Charca/astro-blog-template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published