A minimal Jekyll portfolio site deployable to GitHub Pages.
cd /Users/nikolaskarefyllidis/Desktop/15_GitPage
bundle config set --local path 'vendor/bundle'
bundle config set --local bin 'vendor/bundle/bin'
bundle install
bundle exec jekyll serveOpen http://localhost:4000 in your browser.
Edit these files to personalize the site:
| File | What to change |
|---|---|
_config.yml |
Name, email, bio, tagline, social links, skills |
_data/projects.yml |
Your project cards |
assets/css/main.scss |
Colors and styling (optional) |
Live site: https://karefyllidis.github.io
Repository: karefyllidis.github.io (user site — served at the root URL).
cd /Users/nikolaskarefyllidis/Desktop/15_GitPage
git remote set-url origin git@github.com:karefyllidis/karefyllidis.github.io.git
git push -u origin mainbundle exec jekyll buildOutput is written to _site/.