Coder Social home page Coder Social logo

jglovier / resume-template Goto Github PK

View Code? Open in Web Editor NEW
1.8K 30.0 1.7K 1.69 MB

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.

Home Page: http://resume-template.joelglovier.com

License: MIT License

Ruby 0.36% HTML 62.01% SCSS 37.34% Dockerfile 0.29%
resume-template jekyll theme html css resume

resume-template's Introduction

Resume template

A simple Jekyll + GitHub Pages powered resume template.

img

Docs

Running locally

To test locally, run the following in your terminal:

  1. Clone repo locally
  2. bundle install
  3. bundle exec jekyll serve
  4. Open your browser to localhost:4000

Running locally with Docker

To test locally with docker, run the following in your terminal after installing docker into your system:

  1. docker image build -t resume-template .
  2. docker run --rm --name resume-template -v "$PWD":/home/app --network host resume-template

Customizing

First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.

Options/configuration

Most of the basic customization will take place in the /_config.yml file. Here is a list of customizations available via /_config.yml:

[...write these out...]

Editing content

Most of the content configuration will take place in the /_layouts/resume.html file. Simply edit the markup there accordingly

Publishing to GitHub Pages for free

GitHub Pages will host this for free with your GitHub account. Just make sure you're using a gh-pages branch, and the site will automatically be available at yourusername.github.io/resume-template (you can rename the repo to resume for your own use if you want it to be available at yourusername.github.io/resume). You can also add a CNAME if you want it to be available at a custom domain...

Configuring with your own domain name

To setup your GH Pages site with a custom domain, follow the instructions on the GitHub Help site for that topic.

Themes

Right now resume-template only has one theme. More are coming 🔜 though. ❤️

Roadmap

A feature roadmap is available here. If you features suggestions, please open a new issue.

Contributing

If you spot a bug, or want to improve the code, or even make the dummy content better, you can do the following:

  1. Open an issue describing the bug or feature idea
  2. Fork the project, make changes, and submit a pull request

License

The code and styles are licensed under the MIT license. See project license. Obviously you should not use the content of this demo repo in your own resume. 😉

Disclaimer: Use of Lisa M. Simpson image and name used under Fair Use for educational purposes. Project license does not apply to use of this material.

resume-template's People

Contributors

antgel avatar asealey avatar bluenex avatar bryanculver avatar clyons avatar dependabot[bot] avatar edm00se avatar fbau3r avatar flortsch avatar iamphill avatar iamrobins avatar jglovier avatar jmks avatar jonnew avatar kks32 avatar kmutahar avatar pastuhov avatar sir-marv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

resume-template's Issues

Add social media link for Mastodon

Thanks for this template, I'm using it for my personal website :D
One thing that would be cool is a mastodon social link, so I can replace the Twitter one (that should also change to X for people still using it). I would gladly contribute it, but I have no idea how to generate the svg for it. Any suggestion?

Question: How can I easily integrate StackExchange "Flair"?

StackExchange offers "flair" to use on one's own websites. SE gives you HTML to insert in your site like the following:

<a href="https://stackexchange.com/users/2828272/jesse-adelman"><img src="https://stackexchange.com/users/flair/2828272.png" width="208" height="58" alt="profile for Jesse Adelman on Stack Exchange, a network of free, community-driven Q&amp;A sites" title="profile for Jesse Adelman on Stack Exchange, a network of free, community-driven Q&amp;A sites" /></a>

What's a decent, maintainable method for including such a nice thing within this excellent resume template? :D And, a bonus would be to NOT show it if for some reason the URI becomes invalid. Thanks in advance.

Resume_header_intro not shown in print preview

The intro section at the beginning of the resume is not shown in print preview. I tried to save in PDF format and the Intro was omitted. The resume starts off directly with the Experience after my name.

nokogiri gem entry

The nokogiri dependency defined in Gemfile.lock has a known critical severity security vulnerability in version range < 1.8.1 and should be updated. Receiving this error from github pages.

Update github-pages

Hello. Trying to bundle the project today, got an error with nokogiri 1.7.2, nokogiri requires Ruby version < 2.4, >= 2.1.0. - mine was 2.4.1+. Looking here I saw that nokogiri has already a version supporting my Ruby's version (1.8.0), and I fixed it by updating the bundle github-pages, as mentioned here.

Can someone update it there?

bundle update github-pages

I just didn't send an updated Gemfile.lock by PR 'cause I'm on Windows, and I don't know if the x64-mingw32 mentions there will impact anywhere somehow. Cheers, thanks for the repo, good work. =)

Ruby 3.0 - Unsupported ( installed with Fedora 34)

Hello!

Fedora 34 now ships with Ruby 3.0 by default, which might be great news for Ruby developers. However, for those who might still be relying on older version of Ruby to run their stuff (eg: me)

Please, could this lovely template bein updated to work with Ruby 3.0?

Durring the installation of budle, an error message occurs:

• ~/Git/GitHub/resume-template/ gh-pages bundle install
Fetching gem metadata from https://rubygems.org/
Fetching gem metadata from https://rubygems.org/.........
minitest-5.14.1 requires ruby version ~> 2.2, which is incompatible with the current version, ruby 3.0.2p107

Changing fonts

I can't seem to find how to change the fonts for each section. I've found the font-family property in _mixins.scss but changing that, changes the font for the whole page, how do i set a different font for only the headings.

Also, when I first forked the repo, i was getting an error on google chrome about a font not serving through https, there's also this <!-- Google font typography settings - defined in _config.yml --> in the final html that is served but i can't find these settings anywhere.

Thanks.

Template ideas - design exploration

I'd love to add some alternative template styles. Here's some quick layout sketches. Thinking each theme should have a few different color palette options as well.

image

image

image

image

can not update in the real time

Hi, after I update the contents and refresh the site or even refresh it several times, there is no any changes. I am wondering how can I deal with it. I'm waiting for your reply. Thank you in advance.

Accents in YAML files ?

Hi,
First of all thanks for this amazing work.
I'm having a bit of an issue though. I don't seem to be able to have accents or any special character in the .yml files.
Should I replace every accent, colons etc I have by their encoding in html or is there a simpler way to do so ?
I've looked it up online and wasn't able to find any solution... :/

Thank you for your time!

Error on bundle install on New Ubuntu system

ON a fresh new Ubuntu system:

ubuntu@ubuntu:~/resume-template$ uname -a
Linux ubuntu 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

I did a clone of your repo and ran bundle install. I get this:

ubuntu@ubuntu:~/resume-template$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Using concurrent-ruby 1.0.5
Using i18n 0.9.4
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 4.2.9
Using public_suffix 2.0.5
Using addressable 2.5.2
Using bundler 1.16.4
Using coffee-script-source 1.11.1
Using execjs 2.7.0
Using coffee-script 2.4.1
Using colorator 1.1.0
Using ruby-enum 0.7.1
Using commonmarker 0.17.7.1
Fetching ffi 1.9.21
Installing ffi 1.9.21 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c
/usr/bin/ruby2.5 -r ./siteconf20180826-31022-1y4iasi.rb extconf.rb
checking for ffi.h... no
checking for ffi.h in /usr/local/include,/usr/include/ffi... no
checking for shlwapi.h... no
checking for rb_thread_blocking_region()... no
checking for rb_thread_call_with_gvl()... yes
checking for rb_thread_call_without_gvl()... yes
creating extconf.h
creating Makefile

current directory: /home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c
make "DESTDIR=" clean

current directory: /home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c
make "DESTDIR="
Running autoreconf for libffi
/home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c/libffi/autogen.sh: 2: exec: autoreconf: not found
libffi.mk:6: recipe for target '"/home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c/libffi-x86_64-linux-gnu"/.libs/libffi_convenience.a' failed
make: *** ["/home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21/ext/ffi_c/libffi-x86_64-linux-gnu"/.libs/libffi_convenience.a] Error 127

make failed, exit code 2

Gem files will remain installed in /home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/gems/ffi-1.9.21 for inspection.
Results logged to /home/ubuntu/resume-template/_vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.9.21/gem_make.out

An error occurred while installing ffi (1.9.21), and Bundler cannot continue.
Make sure that `gem install ffi -v '1.9.21' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  github-pages was resolved to 176, which depends on
    github-pages-health-check was resolved to 1.3.5, which depends on
      typhoeus was resolved to 0.8.0, which depends on
        ethon was resolved to 0.11.0, which depends on
          ffi

More social media links

This is not an issue properly, just a question: is there any way to add more social media links to the top menu? I currently have only Github, Twitter and Instagram enabled but I'd like to add like Telegram and WhatsApp, for instance.

I'm kind of a newbie, still learning &c. and I saw that there's no SVG icon for them and I have no idea where to get more.

Btw my forked project is here. Loved the layout!

Thanks!

Add browserSync or webpack

Hello. I'm not used to Jekyll but as far as I'm testing this project, having to up and down the server just to see the changes is weird. I've searched a little about Jekyll + BrowserSync and it seems that people are using them together with Gulp. I think it'll be good to development side that we implement these guys (or webpack). I know some recent projects implement webpack but I think Gulp is still simpler to this project needs. What do you guys think about it?

Add icon for blog

Thanks so much for this template; it's fantastic.

Right now, while there's an icon for "website", there's not one specifically for "blog". In some cases these might be the same, but not always - or, someone might prefer to specifically indicate that it's their blog. The classic RSS broadcast icon might be a good fit for this.

For what it's worth, I tried my hand at creating one, but it was my first attempt to use Illustrator, and I failed pretty hard.

Again, thanks for the template; if you have the time and think it makes sense, adding an icon for blog would be appreciated.

Can I've a Docker file for this project?

I've Ubuntu 22 and it has Ruby 3 and this project supports Ruby 2. I don't have any experience in Ruby so while installing I was having this error, I tried doing some tweaks to Gem file but didn't work.

Fetching commonmarker 0.17.13
Installing commonmarker 0.17.13 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
/usr/local/bundle/gems/commonmarker-0.17.13/ext/commonmarker
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.7.0 -r
./siteconf20220623-1-152k5yh.rb extconf.rb
creating Makefile

current directory: /usr/local/bundle/gems/commonmarker-0.17.13/ext/commonmarker
make "DESTDIR=" clean
sh: make: not found

current directory: /usr/local/bundle/gems/commonmarker-0.17.13/ext/commonmarker
make "DESTDIR="
sh: make: not found

make failed, exit code 127

Gem files will remain installed in /usr/local/bundle/gems/commonmarker-0.17.13
for inspection.
Results logged to
/usr/local/bundle/extensions/x86_64-linux-musl/2.7.0/commonmarker-0.17.13/gem_make.out

An error occurred while installing commonmarker (0.17.13), and Bundler cannot
continue.
Make sure that `gem install commonmarker -v '0.17.13' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  github-pages was resolved to 204, which depends on
    jekyll-commonmark-ghpages was resolved to 0.1.6, which depends on
      jekyll-commonmark was resolved to 1.3.1, which depends on
        commonmarker
The command '/bin/sh -c bundle install' returned a non-zero code: 5

This is the Dockerfile I was trying to make.

FROM ruby:2-alpine

WORKDIR /app

COPY . /app

RUN bundle install

CMD [ "bundle", "exec", "jekyll", "serve" ]

Error on bundle install

I am running MacOS 10.12. Unfortunately when running bundle install I got the following error:

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    /usr/local/opt/ruby/bin/ruby -r ./siteconf20161006-76957-pyo50m.rb extconf.rb
checking if the C compiler accepts ... yes
checking if the C compiler accepts -Wno-error=unused-command-line-argument-hard-error-in-future... no
Building nokogiri using packaged libraries.
-----
The file "/usr/include/iconv.h" is missing in your build environment,
which means you haven't installed Xcode Command Line Tools properly.

To install Command Line Tools, try running `xcode-select --install` on
terminal and follow the instructions.  If it fails, open Xcode.app,
select from the menu "Xcode" - "Open Developer Tool" - "More Developer
Tools" to open the developer site, download the installer for your OS
version and run it.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
    --with-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/local/Cellar/ruby/2.2.3/bin/$(RUBY_BASE_NAME)
    --help
    --clean
    --use-system-libraries
    --enable-static
    --disable-static
    --with-zlib-dir
    --without-zlib-dir
    --with-zlib-include
    --without-zlib-include=${zlib-dir}/include
    --with-zlib-lib
    --without-zlib-lib=${zlib-dir}/lib
    --enable-cross-build
    --disable-cross-build

extconf failed, exit code 1

Gem files will remain installed in /usr/local/lib/ruby/gems/2.2.0/gems/nokogiri-1.6.6.2 for inspection.
Results logged to /usr/local/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-15/2.2.0/nokogiri-1.6.6.2/gem_make.out

An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue.
Make sure that `gem install nokogiri -v '1.6.6.2'` succeeds before bundling.

Make resume-template remote-theme compatible.

Loved the template!

However when I try to use the template using the code below in my GitHub Pages.

remote_theme: jglovier/resume-template@gh-pages

The css does not load and the page is not rendered correctly.

Any case this functionality can be included?

resume header contact info?

My resume header contact info (phone number, address, etc) doesn't show up in the resume after assigning it in _config.yml, and it also doesn't appear to be in the template example either. Any way to get it to display?

Ruby 3.1.0 not supported due to depricated module

[resume-template ]$ bundle exec jekyll serve
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
/home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in `require': cannot load such file -- rexml/parsers/baseparser (LoadError)
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown/html.rb:10:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown/html.rb:10:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown/paragraph.rb:14:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown/paragraph.rb:14:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown.rb:345:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown.rb:345:in `<class:Kramdown>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown.rb:60:in `<module:Parser>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown.rb:19:in `<module:Kramdown>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/kramdown-1.17.0/lib/kramdown/parser/kramdown.rb:17:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll/converters/smartypants.rb:3:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll/converters/smartypants.rb:3:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll.rb:13:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll.rb:13:in `block in require_all'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll.rb:12:in `each'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll.rb:12:in `require_all'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/lib/jekyll.rb:194:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/exe/jekyll:8:in `require'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/gems/jekyll-3.8.7/exe/jekyll:8:in `<top (required)>'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `load'
        from /home/craig/VCS/resume-template/_vendor/bundle/ruby/3.1.0/bin/jekyll:25:in `<main>'

Automatic generation of PDF

Hi

So the basic Idea I have in my fork of your code is that every time I update my resume, the PDF I have linked on my fork is updated.

I have added two things to the fork to make that happen:

  • A github action that renders and commits a PDF every time a change is done on the repo.
  • A PDF link similar to webpage link in config.yml and updated _includes/icon-links.html

You can take a look at my example on https://bjornamr.github.io/resume-template/

Do you want me to do a new fork and include these changes into a pull request?
Maybe update the README.md to explain how to create an access token.

Add pdf export button

Thank you for this great project. its very useful.
I think the most important and useful feature is pdf export. It's very difficult to sync pdf version with the web-based resume. Do you have any plan to add this feature?

Could not find i18n-0.8.0

When I clone the theme and run jekyll build or jekyll serve It throws following error, But it never happens for other themes.

/Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:87:in `block in materialize': Could not find i18n-0.8.0 in any of the sources (Bundler::GemNotFound)
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:81:in `map!'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:81:in `materialize'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/definition.rb:159:in `specs'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/definition.rb:218:in `specs_for'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/definition.rb:207:in `requested_specs'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/runtime.rb:109:in `block in definition_method'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler/runtime.rb:21:in `setup'
        from /Library/Ruby/Gems/2.0.0/gems/bundler-1.15.1/lib/bundler.rb:101:in `setup'
        from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.4.3/lib/jekyll/plugin_manager.rb:36:in `require_from_bundler'
        from /Library/Ruby/Gems/2.0.0/gems/jekyll-3.4.3/exe/jekyll:9:in `<top (required)>'
        from /usr/local/bin/jekyll:23:in `load'
        from /usr/local/bin/jekyll:23:in `<main>'

Error when running bundle install on a fresh repo clone

I'm a not ruby guy... can you please help with that?

Fetching nokogiri 1.8.0
Installing nokogiri 1.8.0 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory:
/home/xxxxxx/resume-template-gh-pages/_vendor/bundle/ruby/2.3.0/gems/nokogiri-1.8.0/ext/nokogiri
/usr/bin/ruby2.3 -r ./siteconf20180126-27073-6ovuox.rb extconf.rb
checking if the C compiler accepts ... yes
Building nokogiri using packaged libraries.
Using mini_portile version 2.2.0
checking for gzdopen() in -lz... no
zlib is missing; necessary for building libxml2
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/bin/$(RUBY_BASE_NAME)2.3
        --help
        --clean
        --use-system-libraries
        --enable-static
        --disable-static
        --with-zlib-dir
        --without-zlib-dir
        --with-zlib-include
        --without-zlib-include=${zlib-dir}/include
        --with-zlib-lib
        --without-zlib-lib=${zlib-dir}/lib
        --enable-cross-build
        --disable-cross-build

To see why this extension failed to compile, please check the mkmf.log which can be
found here:

/home/xxxxxx/resume-template-gh-pages/_vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.8.0/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in
/home/xxxxxx/resume-template-gh-pages/_vendor/bundle/ruby/2.3.0/gems/nokogiri-1.8.0
for inspection.
Results logged to
/home/xxxxxx/resume-template-gh-pages/_vendor/bundle/ruby/2.3.0/extensions/x86_64-linux/2.3.0/nokogiri-1.8.0/gem_make.out

An error occurred while installing nokogiri (1.8.0), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.8.0'` succeeds before bundling.

In Gemfile:
  github-pages was resolved to 150, which depends on
    jekyll-mentions was resolved to 1.2.0, which depends on
      html-pipeline was resolved to 2.6.0, which depends on
        nokogiri
root@xxxxxx:/home/xxxxxx/resume-template-gh-pages# bundle exec jekyll serve
Could not find nokogiri-1.8.0 in any of the sources
Run `bundle install` to install missing gems.

Environment settings:

root@xxxxxx:/home/xxxxxx/resume-template-gh-pages# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:        16.04
Codename:       xenial

Association resume-item-title tags

The resume-item-title tags for association aren't working because {{ association.organisation }} wasn't changed to {{ association.organization }}

"Outside Interests" section

I think there should be somewhere to add this - it could render as a simple list of bullets. e.g.

  • Astronaut
  • Pastry chef
  • Heavy metal drummer

Alternatively, it could be a "Miscellaneous" section, but I think that's less structured.

WDYT?

Hugo

Is this template available in hugo as well?

docker run issue

Hi, hope you are having a good day

I was unable to run the repository locally with docker on windows 10 with docker version "24.0.2, build cb74dfc"
I had to make changes in docker cmd and add host flag with 0.0.0.0, and add port flag to docker run cmd

creating a pull request with changes!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.