{"id":16804793,"url":"https://github.com/ibug/jekyll-environment-variables","last_synced_at":"2025-03-22T02:31:20.993Z","repository":{"id":56878550,"uuid":"132777094","full_name":"iBug/jekyll-environment-variables","owner":"iBug","description":"Use environment variables in Jekyll site","archived":false,"fork":false,"pushed_at":"2020-08-12T07:27:02.000Z","size":3,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T07:11:47.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/jekyll-environment-variables","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iBug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-09T15:27:46.000Z","updated_at":"2024-10-13T23:53:16.000Z","dependencies_parsed_at":"2022-08-20T11:40:29.985Z","dependency_job_id":null,"html_url":"https://github.com/iBug/jekyll-environment-variables","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBug%2Fjekyll-environment-variables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBug%2Fjekyll-environment-variables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBug%2Fjekyll-environment-variables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iBug%2Fjekyll-environment-variables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iBug","download_url":"https://codeload.github.com/iBug/jekyll-environment-variables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898001,"owners_count":20528331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T09:46:09.284Z","updated_at":"2025-03-22T02:31:20.581Z","avatar_url":"https://github.com/iBug.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll Environment Variables\n\n[![Buile Status](https://travis-ci.org/iBug/jekyll-environment-variables.svg?branch=master)](https://travis-ci.org/iBug/jekyll-environment-variables) [![Gem Version](https://badge.fury.io/rb/jekyll-environment-variables.svg)](https://badge.fury.io/rb/jekyll-environment-variables)\n\n## Installation\n\nInstall the gem:\n\n```\ngem install jekyll-environment-variables\n```\n\nAnd then add it to your `_config.yml`:\n\n```yaml\nplugins:  # \"gems\" before Jekyll 3.5\n  - jekyll-environment-variables\n```\n\nAlternatively, you can use Bundler with `Gemfile`:\n\n```ruby\ngroup :jekyll_plugins do\n  gem 'jekyll-environment-variables'\nend\n```\n\nThen run `bundle install` and let Bundler handle it for you.\n\n## Usage\n\nAll environment variables will be copied to `site.env` for use in Liquid templates.\n\n```html\nHostname: {{ site.env.HOSTNAME }}\nMy home: {{ site.env.HOME }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibug%2Fjekyll-environment-variables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibug%2Fjekyll-environment-variables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibug%2Fjekyll-environment-variables/lists"}