Skip to content

A beautiful portfolio Jekyll theme that works with GitHub Pages.

License

Notifications You must be signed in to change notification settings

Ja-rek/portfolYOU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portfolYOU

A beautiful portfolio Jekyll theme that works with GitHub Pages.

screenshots

© 2019 portfolYOU, licensed under the MIT License.

Download & Usage

  1. Clone or Download this repo.
  2. Delete unnecessary files and folders:
    • README.md
    • LICENSE
    • docs/
  3. Change the configuration options in _config.yml depending on your needs.
  4. Add project-name.md to _projects directory to add a new project.
  5. Add YYYY-MM-DD-article-name.md to _posts directory to add a new article.
  6. Modify _data/ files to add new skills or items to the timeline.
  7. Modify pages/about.md to write your own bio.
  8. Set up portfolYOU locally or publish it to GitHub Pages.

Sections

portfolYOU's sections are independent, you can remove any section upon your needs. Here's a list of the files and folders needed by each section:

Projects Articles About
pages/projects.html pages/articles.html pages/about.md
_includes/projects.html _includes/articles.html _includes/skills.html
_sass/projects.scss ¹ _sass/_articles.scss ¹ _includes/timeline.html
assets/js/card-animation.js ² _layouts/post.html _sass/_skills.scss ¹
_projects/ ³ _posts/ ⁴ _sass/_timeline.scss ¹
_data/
If you are deleting any section, please consider the following:
¹ remove reference from _sass/portfolYOU.scss
² remove reference from _includes/scripts.html
³ remove collections and defaults from _config.yml
⁴ remove posts default permalink from _config.yml

Dependencies

Dependency Version
Animate.css v3.7.0
Bootstrap v4.3.1
FontAwesome v5.6.3
jQuery v3.3.1
Popper.js v1.14.6
wow.js v1.1.2

Credits & Inspiration

  1. CSS3 Animated Skill Progress bar A pen by Shah Zobayer Ahmed.
  2. How to Create Bootstrap Card Hover Effect (jQuery) A video by Daily Tuition.
  3. Vertical Timeline (HTML-SCSS-CSS) A video by DevPen.

About

A beautiful portfolio Jekyll theme that works with GitHub Pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.6%
  • SCSS 33.4%
  • Ruby 2.2%
  • JavaScript 1.8%