Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumamontes/astro-portfolio
personal website with blog, made with astro ✨
https://github.com/lumamontes/astro-portfolio
Last synced: about 1 month ago
JSON representation
personal website with blog, made with astro ✨
- Host: GitHub
- URL: https://github.com/lumamontes/astro-portfolio
- Owner: lumamontes
- License: mit
- Created: 2023-07-16T06:03:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:37:35.000Z (6 months ago)
- Last Synced: 2024-11-06T20:14:35.191Z (3 months ago)
- Language: Astro
- Homepage: https://lumamontes.vercel.app
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👨🚀 Astro - Portfolio
![image](https://github.com/lumamontes/astro-portfolio/assets/60052718/c66407a8-26e5-4b45-8d5c-37608a19dc98)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
This theme/template is designed and crafted by [maxencewolff](https://www.maxencewolff.com).
NB: Additional color themes can also be configured on the `src/data/theme.ts` file.## 🥷 Usage
- You can modify all the information in the files in the `data` folder (presentation, social links, projects list, colors).
- You can write articles in `markdown` format in the `content/posts` folder.## 🧞 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` |
| `npm run astro -- --help` | Get help using the Astro CLI |## Contributors ✨