This is my version of a one-pager site that is based heavily on Chuck Groom's onepage-bio
🏠 Homepage
git clone [email protected]:MatthewLaFalce/onepage-bio.git
- Place your photo in
/img/profile.png
- (Optional) Update the favicon
/img/icon.png
- (Optional) Update the header image
/img/header_background.jpg
- Edit
_config.yml
to give your name, email address, social media contacts, etc. You can also update the color scheme. - Edit content in
/_includes/about_me.html
and/_includes/interests.html
- Install Jekyll
gem install bundler jekyll
- Deploy locally
bundle exec jekyll serve
- View at http://localhost:4000
For more details on Jekyll, read the documentation.
👤 Matthew LaFalce
- Github: @MatthewLaFalce
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Matthew LaFalce.
This project is Apache-2.0 licensed.
This README was generated with ❤️ by readme-md-generator