A minimal and customizable portfolio template built with Next.js. Live demo: tolochko.dev
- Clone the repository:
git clone https://github.com/yourusername/simplistic-portfolio.git
cd simplistic-portfolio
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Most of the portfolio content can be customized through the project_constants.ts
file. This includes:
- Personal information
- Social media links
- Skills and technologies
- Work experience
- Projects
- Contact information
Replace the images in the public directory with your own:
public/personal_images/
- Your profile picturespublic/project_n/
- Project related imagespublic/favicon.svg
- Website faviconpublic/skill_images
- Skill images
The template uses Tailwind CSS for styling. You can modify the following files for more detailed customization:
tailwind.config.js
- Theme configurationglobals.css
- Global stylescomponents/
- Individual component styling
This project is licensed under the MIT License - see the LICENSE
file for details.