A beautiful portfolio Jekyll theme that works with GitHub Pages.
© 2019 portfolYOU, licensed under the MIT License.
- Clone or Download this repo.
- Delete unnecessary files and folders:
- README.md
- LICENSE
- docs/
- Change the configuration options in
_config.yml
depending on your needs. - Add
project-name.md
to_projects
directory to add a new project. - Add
YYYY-MM-DD-article-name.md
to_posts
directory to add a new article. - Modify
_data/
files to add new skills or items to the timeline. - Modify
pages/about.md
to write your own bio. - Set up portfolYOU locally or publish it to GitHub Pages.
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 |
_sass/projects.scss ¹ | _sass/_articles.scss ¹ | _sass/_skills.scss ¹ |
assets/js/card_animation.js ² | _layouts/post.html | _sass/_timeline.scss ¹ |
_projects/ ³ | _posts/ ⁴ | _layouts/about.html |
_includes/skills-others.html | ||
_includes/skills-programming.html | ||
_includes/timeline.html | ||
_data/ |
¹ remove reference from
assets/css/custom.scss
² remove reference from
_includes/scripts.html
³ remove collections and defaults from
_config.yml
⁴ remove permalink from
_config.yml
Dependency | Version |
---|---|
Animate.css | v3.7.0 |
Bootstrap | v4.2.1 |
FontAwesome | v5.6.3 |
jQuery | v3.3.1 |
Popper.js | v1.14.6 |
wow.js | v1.1.2 |
- CSS3 Animated Skill Progress bar A pen by Shah Zobayer Ahmed.
- How to Create Bootstrap Card Hover Effect (jQuery) A video by Daily Tuition.
- Vertical Timeline (HTML-SCSS-CSS) A video by DevPen.