Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackbraksa/personal-website
Source code for my personal website.
https://github.com/zackbraksa/personal-website
Last synced: about 1 month ago
JSON representation
Source code for my personal website.
- Host: GitHub
- URL: https://github.com/zackbraksa/personal-website
- Owner: zackbraksa
- License: mit
- Created: 2023-09-18T19:55:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:49:46.000Z (about 1 year ago)
- Last Synced: 2024-12-11T19:55:27.990Z (about 1 month ago)
- Language: Astro
- Homepage: https://zackbraksa.com
- Size: 454 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 Template
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
![Template](https://github.com/MaeWolff/astro-portfolio-template/blob/main/public/opengraph-image.jpg)
This theme/template is designed and crafted by [me](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:4321` |
| `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 ✨