Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.39 KB

portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.

screenshots

© 2019 portfolYOU, licensed under the MIT License.

Installation

Just check the Documentation.

Contributing

  1. Fork and clone the repository.
  2. Create a new branch based on master: git checkout -b <my-branch-name>
  3. Make your changes, and make sure the site still builds.
  4. Push to your fork and submit a pull request from your branch to master
  5. Pat yourself on the back and wait for your pull request to be reviewed.
  6. Here are a few things you have to do:
    • Write a good commit message.
    • Follow the style guide where possible.
    • Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.