Skip to content

Releases: osama2kabdullah/portfolio-template

v0.1.1-minor

11 Apr 15:28
406edb9

Choose a tag to compare

Version 0.1.1

This release includes several bug fixes and improvements to the portfolio website:

  • Replace old icons with my own icons. issue #13
  • Update README.md for a brief description #12
  • Create resume page resume option #8

We hope these changes make the website more enjoyable to use. If you encounter any issues or have feedback, please let us know!

What's Changed

New Contributors

Full Changelog: https://github.com/osama2kabdullah/portfolio-template/commits/v0.1.1

Initial release v0.1.0

18 Mar 06:52

Choose a tag to compare

Simple Overview

This release introduces the first version (v0.1.0) of our portfolio website built with the Gatsby template v1.3.15. Our website features a clean and minimal design with a responsive layout, allowing it to adapt to different screen sizes. We've also added support for writing blog posts using .mdx files.

Features

  • Minimal and simple design
  • Responsive layout
  • Support for writing blog posts using .mdx files

Installation instructions

To get started with our portfolio website, follow these steps:

  1. Clone the repository or download the source code:
git clone <repository-url>
  1. Navigate into the project directory or extract the source code the navigate to the directory:
cd <project-directory>
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

That's it! You should now be able to see the website running on http://localhost:8000/. If you encounter any issues or have any questions, please feel free to open an issue on our GitHub repository.