https://github.com/jesusantguerrero/jesusantguerrero.com
My digital home in the wide web
https://github.com/jesusantguerrero/jesusantguerrero.com
blog digitalgarden personal-website
Last synced: about 2 months ago
JSON representation
My digital home in the wide web
- Host: GitHub
- URL: https://github.com/jesusantguerrero/jesusantguerrero.com
- Owner: jesusantguerrero
- Created: 2021-08-24T11:31:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T20:10:20.000Z (9 months ago)
- Last Synced: 2024-09-17T01:02:13.987Z (9 months ago)
- Topics: blog, digitalgarden, personal-website
- Language: Astro
- Homepage: https://jesusantguerrero.com
- Size: 1.39 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jesusantguerrero dot com
> Powered by [Astro](https://astro.build)In the first edition of my website [jesusantguerrero.github.io](https://jesusantguerrero.github.io) I did a live portfolio showing projects But this time I wanted a way of digital Home where I put my thoughts about the things I like (programming, vue, philosophy, music, writing) as well as a Digital Garden and any thing I have that is worth sharing.
All that with a minimalistic design ond the plan is to always keep this as a work in progress.
### Inspiration
- [Travis Neilson](http://travisneilson.com/) the devtips sensei
- [Antfu](https://antfu.me/)
- [Maggie Appleton](https://maggieappleton.com/)
- [Adam Wathan](https://adamwathan.me/)## 🧞 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/` |