Live demo at https://jekyll-theme-minimal-resume.netlify.app
- Install Jekyll:
gem install jekyll bundler
- Fork this repository and clone your fork
- Edit
_config.yml
to personalize your site
You have to fill some informations on _config.yml
to customize your site:
description: A blog about lorem ipsum dolor sit amet
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:3000" # the base hostname & protocol for your site
username: Lorem Ipsum
user_description: Software Engineer at Lorem Ipsum Dolor
user_title: Mauricio Urraco
email: [email protected]
Don't forget to change your URL before you deploy your site!
- Color Customization
- Edit the
.sass
variables
- Edit the
- Particle Customization
- Edit the json data in particle function in
app.js
- Refer to
Particle.js
for help
- Edit the json data in particle function in
You can (and should) edit the .html
files for adding your own information, icons, working experience, social links or whatever you want to add. I.e.:
<a aria-label="My Github" target="_blank" href="https://github.com/murraco">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
In order to compile the assets and run Jekyll
locally you need to follow those steps:
- Install Jekyll
- Run
bundle install
- Run
bundle exec jekyll build
- Start and http-server in the folder
_site
- Report issues
- Open pull request with improvements
- Spread the word
- Reach out to me directly at [email protected]