Credits to Tristen Tomczak for the template.
- Simple and clean design, perfect for showcasing your work.
- Responsive layout for seamless viewing across different devices.
- Fast and efficient, thanks to the Astro static site generator.
- Easy to customize with CSS and straightforward HTML structure.
Clone this repository to your local machine using Git.
git clone https://github.com/ttomczak3/Milky-Way.git
cd Milky-Way
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 |
Edit the HTML files in the src/pages
directory to add your projects, experiences, and personal information. You can also modify the CSS styles in src/styles
to match your preferences.
/
├── public/
│ └── GitHub.webp
│ └── blog-post.webp
│ └── blog.webp
│ └── favicon.svg
│ └── laptop.webp
│ └── space.webp
│ └── youtube.webp
├── src/
│ ├── components/
│ ├── content/
│ ├── layouts/
│ ├── pages/
│ ├── styles/
│ └── env.d.ts
└── package.json
This project is licensed under the MIT License. See the LICENSE
file for details.