https://github.com/manuelgil/manuelgil.github.io
This is a personal portfolio website built with Astro. It is a static site generator that allows you to build faster websites with less JavaScript.
https://github.com/manuelgil/manuelgil.github.io
Last synced: 5 months ago
JSON representation
This is a personal portfolio website built with Astro. It is a static site generator that allows you to build faster websites with less JavaScript.
- Host: GitHub
- URL: https://github.com/manuelgil/manuelgil.github.io
- Owner: ManuelGil
- License: mit
- Created: 2019-02-03T22:49:09.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-03T01:05:50.000Z (5 months ago)
- Last Synced: 2025-08-03T02:30:35.732Z (5 months ago)
- Language: Astro
- Homepage: http://manuelgil.me/
- Size: 3.78 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
This is a personal portfolio website built with [Astro](https://astro.build/). It is a static site generator that allows you to build faster websites with less JavaScript.
## 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:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
## Want to learn more?
Feel free to check [the documentation](https://docs.astro.build).
## Contributing
If you'd like to contribute to this documentation, please follow these steps:
1. Fork this repository to your own GitHub account.
2. Create a new branch with a descriptive name for your changes.
3. Make your changes and commit them to your branch.
4. Push your branch to your forked repository.
5. Open a pull request from your branch to this repository's `main` branch.
6. Your changes will be reviewed and merged if they meet the project's standards.
## Collaboration
This project has a MIT license, which means its code is open source and anyone can collaborate. If you are interested in contributing, please review the [basic collaboration rules](CODE_OF_CONDUCT.md).
Issues and feature requests can be reported through GitHub Tracker. In addition, you can join the developer community in the discussion forum, real-time chat channel, mailing list, and online meetings.
## Credits
This project is developed and maintained by [Manuel Gil](https://github.com/ManuelGil).
## License
This project is distributed under the MIT license. For more information, see the [LICENSE](LICENSE.md) file.