raviriley / agency-jekyll-theme

Jekyll version of the newest Agency Bootstrap theme, plus new features: Google Analytics, Markdown support, custom pages, and more!
https://raviriley.github.io/agency-jekyll-theme-starter/
MIT License
347 stars 689 forks source link

Gem-based installation seems broken #43

Closed damszew closed 2 years ago

damszew commented 2 years ago

Describe the bug When using gem-based instalation page seems to not render _data correctly. remote_theme works fine.

To Reproduce

  1. Clone template repo.
  2. Add gem "jekyll-agency" to Gemfile
  3. Run bundle update
  4. In _config.yml use gem-based theme:
    theme: jekyll-agency
    # remote_theme: raviriley/agency-jekyll-theme

    Expected behavior Page should be displayed correctly no matter how theme is installed.

Screenshots image image

Additional context Seems like gem is older than what is currently available on master branch, It would be great to add some tags or releases to keep track of what data format is expected in which theme version.

kpleines commented 2 years ago

I tried to use the agency template to create a jekyll site. But it doesn't work for me. I would be pleased if I could get a example site which makes it more easy to use the beautiful template.

rbenitezpagan commented 2 years ago

@kpleines non-gem-based option.

https://github.com/raviriley/agency-jekyll-theme-starter

raviriley commented 2 years ago

Just updated the gem, thanks for pointing this out!