TOP Jekyll Themes πŸš€

Free Jekyll themes with live demo and docs. Curated based on content-first design, personal or magazine-like, uniqueness, responsive or mobile AMP, etc.


Minimal Resume

This is a simple Jekyll theme for a minimal resume website.


This is a simple Jekyll theme for a minimal resume website.

Features

Quick Setup

  1. Install Jekyll: gem install jekyll bundler
  2. For this repository and clone your fork
  3. Edit _config.yml to personalize your site

Settings

You have to fill some informations on _config.yml to customize your site:

Site settings

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

User settings

username: Lorem Ipsum
user_description: Software Engineer at Lorem Ipsum Dolor
user_title: Mauricio Urraco
email: mauriurraco@gmail.com
personal_website: https://mauriciourraco.com

Don’t forget to change your URL before you deploy your site!

Color and Particle Customization

Content

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>