1667306061
Screenshot
Quick Setup
gem install jekyll bundler
_config.yml
to personalize your siteSettings
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: mauriurraco@gmail.com
Don't forget to change your URL before you deploy your site!
Color and Particle Customization
.sass
variablesapp.js
Particle.js
for helpContent
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>
Running locally
In order to compile the assets and run Jekyll
locally you need to follow those steps:
bundle install
bundle exec jekyll build
_site
Contribution
Credits
Live demo at https://jekyll-theme-minimal-resume.netlify.com/
Author: Murraco
Source Code: https://github.com/murraco/jekyll-theme-minimal-resume
License: MIT license
#jekyll #resume #theme #template
1667306061
Screenshot
Quick Setup
gem install jekyll bundler
_config.yml
to personalize your siteSettings
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: mauriurraco@gmail.com
Don't forget to change your URL before you deploy your site!
Color and Particle Customization
.sass
variablesapp.js
Particle.js
for helpContent
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>
Running locally
In order to compile the assets and run Jekyll
locally you need to follow those steps:
bundle install
bundle exec jekyll build
_site
Contribution
Credits
Live demo at https://jekyll-theme-minimal-resume.netlify.com/
Author: Murraco
Source Code: https://github.com/murraco/jekyll-theme-minimal-resume
License: MIT license
1665855180
This theme is designed by Xiaoying Riley at 3rd Wave Media. Visit her website for more themes.
I have made this into a Jekyll Theme. Checkout the live demo here.
Desktop | Mobile |
---|---|
![]() | ![]() |
https://<username>.github.io/online-cv/
https://<username>.github.io/online-cv/print
. Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF.Change all the details from one place: _data/data.yml
docker-compose up
docker-compose.yml file is used to create a container that is reachable under http://localhost:4000. Changes _data/data.yml will be visible after a while.
There are 6 color schemes available:
Blue | Turquoise | Green |
---|---|---|
![]() | ![]() | ![]() |
Berry | Orange | Ceramic |
---|---|---|
![]() | ![]() | ![]() |
Thanks to Nelson Estevão for all the contributions.
Thanks to t-h-e(sfrost) for all the contributions.
Check out for more themes: Jekyll Themes.
Author: Sharu725
Source Code: https://github.com/sharu725/online-cv
1667294400
There are two ways to run this website, locally or inside a VM.
git clone https://github.com/jsonresume/resume-website.git
bundle exec install
jekyll serve --watch
This will run the Jekyll server on port 4000 and watch for any file changes.
Dependencies:
Simply run:
vagrant up
vagrant ssh
jekyll serve
Then open http://localhost:4000/.
The initial provision will take some time.
Note: The --watch
flag for Jekyll has issues inside the VM, see Stack Overflow and jekyll/jekyll#1763.
This repository is auto built using GitHub/Jekyll and deployed to GitHub Pages automagically.
Pull requests should be made to the master
branch.
Visit the website at https://jsonresume.org/
Author: jsonresume
Source Code: https://github.com/jsonresume/resume-website
License: MIT license
1666711620
Jekyll
theme for elegant writers.
Built with ❤︎ by jeffreytse and contributors
Hey, nice to meet you, you found this Jekyll theme. Here the YAT (Yet Another Theme) is a modern responsive theme. It's quite clear, clean and neat for writers and posts. If you are an elegant writer and focus on content, don't miss it.
home
, post
, tags
, archive
and about
.Also, visit the Live Demo site for the theme.
There are three ways to install:
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-theme-yat"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-theme-yat
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-theme-yat
Remote themes are similar to Gem-based themes, but do not require Gemfile
changes or whitelisting making them ideal for sites hosted with GitHub Pages.
To install:
Add this line to your Jekyll site's Gemfile
:
gem "github-pages", group: :jekyll_plugins
And add this line to your Jekyll site's _config.yml
:
# theme: owner/name --> Don't forget to remove/comment the gem-based theme option
remote_theme: "jeffreytse/jekyll-theme-yat"
And then execute:
$ bundle
GitHub Pages runs in safe
mode and only allows a set of whitelisted plugins/themes. In other words, the third-party gems will not work normally.
To use the third-party gem in GitHub Pages without limitation:
Here is a GitHub Action named jekyll-deploy-action for Jekyll site deployment conveniently. 👍
Add or update your available layouts, includes, sass and/or assets.
To set up your environment to develop this theme, run bundle install
.
Your theme is setup just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve
and open your browser at http://localhost:4000
. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
When your theme is released, only the files in _data
, _layouts
, _includes
, _sass
and assets
tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in jekyll-theme-yat.gemspec
accordingly.
Issues and Pull Requests are greatly appreciated. If you've never contributed to an open source project before I'm more than happy to walk you through how to create a pull request.
You can start by opening an issue describing the problem that you're looking to resolve and we'll go from there.
Author: jeffreytse
Source Code: https://github.com/jeffreytse/jekyll-theme-yat
License: MIT license
1665875940
A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.
Host your own resume on GitHub for free!
This template is designed to be hosted using GitHub pages and so that's what these instructions will cover. If you plan on hosting it seperately then there might be some extra steps that we wont cover.
Before starting it might be useful to familiarise yourself with Jekyll, Markdown and GitHub pages.
Start by creating an account on GitHub
Create a repository on GitHub to hold your files and host your resume. You can find out how to do that here
Download and extract the following zip into the git repository you have just created. resume-template.zip
Commit and push the resume template to github
$ git add --all
$ git commit -m "Initial resume setup"
$ git push -u origin master
You should now be able to see the demo resume template using this theme at [your-username].github.io
So now you will be able to see the demo template at your github URL. You can can edit the yml files and replace the demo content with your own. Hopefully it will be fairly simple to work out where all the content goes, but here is a quick overview.
_config.yml
This will contain all the of the main configuration for your resume such as your name, email, social media links and about me content. It also contains all the content for your resume.
A full example of the _config.yml can be found here
The main content for you resume will all come under the content property in the _config.yml
file. This can be quite complex and a good understanding on YAML will be helpful here.
Content will contain an array of sections, there are currently 2 types of layouts for content sections, text and list.
text is a basic layout that contains markdown content.
list is a the standard layout that is used for things like Education and Experience.
Below is a the full list of content options.
content:
- title: Section Name
layout: list (options: list, text)
content:
- layout: left (options: left, right, top, top-right, top-middle)(default: left)
title: Name of item (eg. Company or Project name)
sub_title: Sub title (eg. Qualification or Job title)(optional)
caption: Item caption (eg. Employment or course dates)(optional)
link: Web link (eg. https://sproogen.github.io/modern-resume-theme)(optional)
link_text: Text for link (optional: without this link will show URL as link text)
additional_links: (optional)
- title: Link name
icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
url: Link url (eg. https://google.com)
quote: >
Short overview or quote for the item
description: | # this will include new lines to allow paragraphs
Main content area for the list item.
- title: Section Name
layout: text (options: list, text)
content: | # this will include new lines to allow paragraphs
This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
Note: The description or content areas (fields starting with | #
) use markdown, this means that you have the ability to format the section in many different ways and add things such as images, code & syntax highlighting and tables. You can find a good Markdown cheatsheet here
If you would like to add more than the predefined social links in the config file, then you can use the additional_links
field to add as many additional links with urls and font awesome icons as you wish.
Dark mode is configured via _config.yml
darkmode: true (options: true, false, never)
When dark mode is true
the site will show the dark theme for everyone
When dark mode is false
the site will not show the dark theme, but it will still respect the users device preferences
When dark mode is never
the site will never be shown in the dark theme
You can link to section titles using a Markdown anchor link, e.g.: [About me](#about-me)
. The link after the #
is the slug version of the title.
assets/main.scss
Add any css changes or additions you want to make here after the line @import 'modern-resume-theme';
Before you start make sure you have Ruby and the gems for Jekyll installed locally. You can find out how to do that here.
cd [your-repository-name]
bundle install
bundle exec jekyll serve
http://localhost:4000
Any changes you make will automatically build and you will be able to see these by refreshing your browser.
Note: You will need to re-run bundle exec jekyll serve
to see changes made in _config.yml
.
Bug reports and pull requests are welcome on GitHub at https://github.com/sproogen/modern-resume-theme. You can view our full guide to contributing here This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Before you start make sure you have Ruby and the gems for Jekyll installed locally. You can find out how to do that here.
Note: You will need version 1.15.2
of bundler, as this is the only version that Heroku supports.
cd modern-resume-theme
bundle install
bundle exec jekyll serve
http://localhost:4000
Any changes you make will automatically build and you will be able to see these by refreshing your browser. To find out more about Jekyll take a look here.
Note: You will need to re-run bundle exec jekyll serve
to see changes made in _config.yml
.
If you have docker installed you can simply run docker-compose up
to launch the site in a container, it will then be hosted at http://localhost:4000
Nov 2020 - Content configuration version 2 released. Added a new more configurable way of adding data to the resume. Add as many content sections as you like in what ever order you want. Currently just text and list but future categories coming soon. Full backwards compatibilty with version 1 remains and the documentation for version 1 can be found here (Version 1 Readme).
Dec 2019 - Now includes Dark Mode
Thank you for checking out my resume theme / template. If you have any feedback or suggestions for things I can add please let me know by by raising an issue, I'm always happy to help.
I always enjoy seeing how people are using my creations and if you would like to say thanks feel free to buy me a coffee (buymeacoffee.com/vJ6HfLu).
If you would like to see how I am using this then you can view my resume here (jameswgrant.co.uk) and find the code here (sproogen/jameswgrant), hopefully this might help you.
You can view the project roadmap here.
Author: Sproogen
Source Code: https://github.com/sproogen/modern-resume-theme
License: MIT license