orestis-z / orestis-z.github.io

Ultra Minimal Single-page Jekyll Template for Building Personal Portfolio Websites

Home Page:https://orestisz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Personal Webpage orestis-z.github.io

Deploying to Github Pages

  • Fork or Clone this repo
  • Rename the repo to your desired github pages url (E.g yourname.github.io)
  • Customize _config.yml as desired
  • Push code to a gh-pages branch
  • Visit your website at the github pages url you specified in the second step

Learn more about Github pages here

Usage

  • Update _config.yml with your desired settings
  • Update _includes/about.html with information about yourself

Local Setup

  • Install Ruby, Bundler, Jekyll, and NodeJS NodeJS.
  • Run bundle install from repo's root
  • Run bundle exec jekyll serve --config _config.yml,_config-dev.yml to start the local server
  • Vist website in your browser at http://localhost:4000
  • Run link, image and script checks on the website with bundle exec htmlproofer ./_site --only-4xx

License

MIT

About

Ultra Minimal Single-page Jekyll Template for Building Personal Portfolio Websites

https://orestisz.com

License:MIT License


Languages

Language:HTML 68.1%Language:Sass 30.2%Language:SCSS 0.7%Language:Ruby 0.7%Language:Shell 0.3%