jglovier / resume-template

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
http://resume-template.joelglovier.com
MIT License
1.87k stars 1.76k forks source link

Enable installation as a gem-based theme #166

Closed tnlx closed 4 months ago

tnlx commented 7 months ago

Hi!

Thank you for the clean and very balanced theme!

As title,

With gem-based themes, some of the site’s directories (such as the assets, _data, _layouts, _includes, and _sass directories) are stored in the theme’s gem, hidden from your immediate view. Yet all of the necessary directories will be read and processed during Jekyll’s build process.

https://jekyllrb.com/docs/themes/#understanding-gem-based-themes

Possible usage after merging

# Gemfile
gem 'resume-template', git: 'git@github.com:jglovier/resume-template', ref: '...'
#https://bundler.io/guides/git.html
# _config.yml
theme: resume-template

resume_footer:
  - Paragraph 1
  - Paragraph 2