Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevedylandev/stevedylandev-astro
Personal site using MaeWolff's template
https://github.com/stevedylandev/stevedylandev-astro
Last synced: 10 days ago
JSON representation
Personal site using MaeWolff's template
- Host: GitHub
- URL: https://github.com/stevedylandev/stevedylandev-astro
- Owner: stevedylandev
- License: mit
- Created: 2023-10-15T03:30:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T04:09:30.000Z (about 1 year ago)
- Last Synced: 2024-12-09T00:07:32.677Z (16 days ago)
- Language: Astro
- Homepage: https://stevedylandev-astro.vercel.app
- Size: 292 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 ✨