Skip to content

jkhebel/jkhebel.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

This repo house the code for my personal web portfolio housed at jaihebel.com. This site is a constant work in progress, as I continue to learn new design and development tools. The site is currently using Sass for dynamic CSS.

The current deployment method uses Github Pages, which hosts the content of the gh-pages deployment branch. To push the contents of the distribution folder to the deployment branch, use the git subtree command below to push a target folder to a separate branch:

git switch main
git subtree split --prefix dist --branch gh-pages
git switch gh-pages
git push

Future development

  • Upgrade to React components
  • Add project pages
  • Add social favicons
  • Add color/theme switching

About

Personal web portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages