Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 486 Bytes

File metadata and controls

18 lines (11 loc) · 486 Bytes

theholy7.github.io

Personal website for Jose Antunes, built with Jekyll and hosted on GitHub Pages. Uses the Hydeout remote theme.

Running locally

Requires Ruby. Install dependencies and start the local server:

bundle install
bundle exec jekyll serve

The site will be available at http://localhost:4000.

Publishing

Committing to the master branch automatically triggers a GitHub Pages build and deploys the site.