Overview
Milky-Way is a portfolio template designed for creating personal portfolio websites or showcasing projects online. It is built using CSS, HTML, JavaScript, and Astro. The template is open-source and released under the MIT license, allowing users to freely use, modify, and distribute it for personal or commercial purposes.
Features
- Simple and clean design: Perfect for showcasing work in a visually appealing manner.
- Responsive layout: Seamlessly adapts to different devices for optimal viewing experience.
- Fast and efficient: Utilizes Astro static site generator for improved performance.
- Easy customization: CSS and HTML structure make it straightforward to customize the template.
Installation
To get started with Milky-Way, follow these steps:
- Clone this repository to your local machine using Git.
- Run
npm installto install the necessary dependencies. - Run
npm run devto start the local development server atlocalhost:4321. - Use your preferred text editor to edit the HTML files in the
src/pagesdirectory to add your projects, experiences, and personal information. - Customize the CSS styles in
src/stylesto match your preferences. - Build your production site by running
npm run build. The built site will be available in the./dist/directory. - Preview your build locally before deploying using
npm run preview.
Summary
Milky-Way is a versatile portfolio template that provides a simple and clean design, a responsive layout, and fast performance. With its open-source nature and customization options, users can effortlessly create personalized portfolio websites or showcase their projects online. The template’s use of Astro static site generator further enhances its efficiency. Users can easily install and customize Milky-Way to match their preferences, making it an ideal choice for individuals looking to create their own portfolio websites or display their work online.