GitHub Pages for https://florent-jacquemard.github.io
The page uses the (unique) theme of resume-template
.
To test locally, run the following in your terminal:
- Clone repo locally
bundle install
bundle exec jekyll serve
- Open your browser to
localhost:4000
Most of the basic customization will take place in the /_config.yml
file. Here is a list of customizations available via /_config.yml
:
[...write these out...]
Most of the content configuration will take place in the /_layouts/resume.html
file. Simply edit the markup there accordingly
You can also add a CNAME if you want it to be available at a custom domain...
To setup your GH Pages site with a custom domain, follow the instructions on the GitHub Help site for that topic.