Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abelnnieva/abelnnieva.dev
Personal website and blog, built with Astro Web Framework and influenced by the design of Jarocki.me.
https://github.com/abelnnieva/abelnnieva.dev
astro markdown tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Personal website and blog, built with Astro Web Framework and influenced by the design of Jarocki.me.
- Host: GitHub
- URL: https://github.com/abelnnieva/abelnnieva.dev
- Owner: abelnnieva
- License: mit
- Created: 2024-06-20T16:13:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:21:18.000Z (5 months ago)
- Last Synced: 2024-08-10T02:11:51.736Z (5 months ago)
- Topics: astro, markdown, tailwindcss, typescript
- Language: Astro
- Homepage: https://abelnnieva.dev
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abel N. Nieva's Personal Website
Welcome to the repository for my personal website: [abelnnieva.dev](https://abelnnieva.dev). This site, inspired by the design of Jarocki.me, showcases my projects, experience, and notes, primarily focusing on my work in web development and my journey as a software engineer.
## Features
- **Notes**: Posts about web development, technology, and other areas of interest.
- **Projects**: A showcase of my projects and work.
- **Resume**: Download my resume to learn more about my professional experience and qualifications.
- **About**: Information about me, my background, and my skills.## Technologies Used
- **Frontend**: HTML, CSS, JavaScript, TypeScript, Astro, Tailwind CSS
- **Hosting**: Vercel## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/abelnnieva/abelnnieva.dev.git
```
2. Navigate to the project directory:
```bash
cd abelnnieva.dev
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```Your site should now be running on [http://localhost:4321](http://localhost:4321) or a similar local URL depending on your setup.
## Contributing
If you wish to contribute to this project, please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.