This is a starter Jekyll project that can be used to create a one page bio / profile site, see this blog post for a detailed explanation of how to customize and use the starter. Condensed usage instructions are below.
This starter is an adaption of https://github.com/chuckgroom/onepage-bio and https://github.com/BlackrockDigital/startbootstrap-freelancer.
The primary differences between this starter and the Chuck Groom version:
The primary difference between this starter and both the Chuck Groom and Startbootstrap-Freelancer versions:
Clone, fork or download the repository from GitHub.
For some great ideas around what you should be putting in your profile I suggest reading the Chuck Groom blog post. He has some great thoughts on what sort of content you should include and this post was what inspired me to make my own profile / bio site.
Make the following changes in order to customize the starter:
_config.yml
file, update the site settings
and link
sections./assets/resume.pdf
with your own resume./img/profile.png
with your profile photo./css/custom/_variables.scss
file (optional)./_includes/about.html
, /_includes/interests.html
.In order for the Download Resume
button to work both when running locally and on the production
instance the download URL is switched based on the JEKYLL_ENV setting.
Therefore when preparing your build for producton run jekyll build as follows
JEKYLL_ENV=production jekyll build
For more details on Jekyll, read the documentation.