10000 GitHub - bernabedev/minimalist-github-portolio: Minimalist GitHub Portfolio is a clean and modern starter kit built with Astro.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bernabedev/minimalist-github-portolio

Repository files navigation

Minimalist GitHub Portfolio

Preview Image

Live Demo: bernabe.dev

Overview

This is a minimalist portfolio template built using Astro, Tailwind CSS, and TypeScript. It is designed to be clean, fast, and easily customizable for showcasing personal or professional work.


Features

  • Fast and Lightweight: Powered by Astro, delivering a seamless experience.
  • Responsive Design: Optimized for all devices.
  • Customizable: Modular components for easy personalization.
  • SEO-Friendly: Built-in sitemap and metadata support.
  • Dark Mode: Fully supports dark mode for an elegant look.
  • Multilingual Support: Designed to easily add language options.

Getting Started

Prerequisites

  • Node.js (version 18 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/bernabedev/minimalist-github-portfolio.git
  2. Navigate to the project directory:
    cd minimalist-github-portfolio
  3. Install dependencies:
    npm install

Running Locally

Start the development server:

npm run dev

Open your browser at http://localhost:4321 to see your portfolio in action.


Deployment

Easily deploy this project on Vercel:

  1. Create a Vercel account.
  2. Import this repository.
  3. Set up your environment variables (if needed).
  4. Deploy with a single click.

Folder Structure

/
├── public/         # Static assets
├── src/            # Main source code
│   ├── components/ # Reusable components
│   ├── layouts/    # Layout templates
│   └── pages/      # Page routes
├── .gitignore      # Git ignore file
├── README.md       # Project documentation
├── package.json    # Node dependencies
└── tailwind.config.mjs  # Tailwind configuration

Changing Content

  • Edit text and media in the /src/pages and /src/components directories.
  • Update your logo or images in the public/ folder.

Adjusting Styles

Customize the design by modifying the tailwind.config.mjs file.


Contributing

Contributions are welcome! Feel free to fork this repository, create a new branch, and submit a pull request.


License

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgements


Crafted with care by bernabe.dev.

About

Minimalist GitHub Portfolio is a clean and modern starter kit built with Astro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0