Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wesleybertipaglia/wesleybertipaglia.github.io

This is the source code of my personal website, here you will find my resume, blog and some projects.
https://github.com/wesleybertipaglia/wesleybertipaglia.github.io

blog portfolio website

Last synced: about 5 hours ago
JSON representation

This is the source code of my personal website, here you will find my resume, blog and some projects.

Awesome Lists containing this project

README

        

# My Website

![GitHub Pages](https://img.shields.io/badge/deployed%20at-GitHub%20Pages-brightgreen)

This is the source code of my personal website, built using [Astro](https://astro.build/) and styled with [Tailwind CSS](https://tailwindcss.com/).

### 🚀 Live Website

Visit the live website: [Wesley Bertipaglia's Personal Website](https://wesleybertipaglia.github.io/)

## About the Project
### 📃 Features:

- ✅ 100/100 Lighthouse performance
- ✅ SEO-friendly with canonical URLs and OpenGraph data
- ✅ Sitemap support
- ✅ RSS Feed support
- ✅ Markdown & MDX support

### 🗃 Project Structure

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

```text
├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json
```

### 🤖 Getting Started

```sh
git clone https://github.com/wesleybertipaglia/wesleybertipaglia.github.io.git
```

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