Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wesleybertipaglia/wesleybertipaglia.github.io
- Owner: wesleybertipaglia
- Created: 2023-12-10T16:22:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:31:11.000Z (11 days ago)
- Last Synced: 2024-11-06T12:32:08.676Z (11 days ago)
- Topics: blog, portfolio, website
- Language: Astro
- Homepage: https://wesleybertipaglia.github.io/
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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 |