{"id":14979473,"url":"https://github.com/drewish/jekyll-font-awesome-sass","last_synced_at":"2026-02-14T09:39:08.416Z","repository":{"id":53776446,"uuid":"94393983","full_name":"drewish/jekyll-font-awesome-sass","owner":"drewish","description":"A plugin to add Font Awesome to your Jekyll site","archived":false,"fork":false,"pushed_at":"2025-03-13T02:54:40.000Z","size":9,"stargazers_count":29,"open_issues_count":3,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-08T09:01:27.623Z","etag":null,"topics":["font-awesome","jekyll","jekyll-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drewish.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-15T03:03:45.000Z","updated_at":"2025-03-13T02:54:44.000Z","dependencies_parsed_at":"2025-04-22T23:01:24.588Z","dependency_job_id":"71d71983-644f-4c67-aa0e-d8d216cf2b24","html_url":"https://github.com/drewish/jekyll-font-awesome-sass","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/drewish/jekyll-font-awesome-sass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewish%2Fjekyll-font-awesome-sass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewish%2Fjekyll-font-awesome-sass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewish%2Fjekyll-font-awesome-sass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewish%2Fjekyll-font-awesome-sass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drewish","download_url":"https://codeload.github.com/drewish/jekyll-font-awesome-sass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drewish%2Fjekyll-font-awesome-sass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29442128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["font-awesome","jekyll","jekyll-plugin"],"created_at":"2024-09-24T14:00:04.499Z","updated_at":"2026-02-14T09:39:08.401Z","avatar_url":"https://github.com/drewish.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll Font Awesome SASS\n\n*A plugin to add the [FontAwesome::Sass](https://github.com/FortAwesome/font-awesome-sass) framework to your Jekyll site.*\n\n\n## Installation\n\nAdd the following to your site's `Gemfile`:\n\n```ruby\ngem 'jekyll-font-awesome-sass'\n```\n\nAnd add the following to your site's `_config.yml` file:\n\n```yaml\nplugins:\n  - jekyll-font-awesome-sass\n```\n\n## Usage\n\nCreate a `.scss` file (e.g., `assets/style.scss`), with the following:\n\n```scss\n---\n---\n$fa-font-path: \"fonts/font-awesome/\";\n@import 'font-awesome';\n\n// (Your custom CSS Here)\n```\n\nWhen your site is built, Jekyll will automatically add the Font Awesome framework before it renders your site's css. In the above example, the resulting file would be `assets/style.css` with Font Awesome's CSS followed by your own.\n\n## Assets\n\nBy default, Jekyll Font Awesome SaSS will simply make the `@import 'font-awesome';` directive available to your custom stylesheets so that you can more easily include Font Awesome's CSS.\n\nIf you would like to use Font Awesome's static assets (e.g., fonts, javascripts), you'll need to add the following to your site's `_config.yml`:\n\n```yml\nfont-awesome:\n  assets: true\n```\n\nThis will create `/assets/fonts/font-awesome` and `assets/javascripts/font-awesome` folders in the generated site, which you can include in your site's header as you would any other javascript file or font.\n\n## Specifying the Font Awesome version\n\n`jekyll-font-awesome-sass` relies on official [`font-awesome-sass` Ruby gem](https://github.com/FortAwesome/font-awesome-sass). To specify the version of Font Awesome used, simply specify the `font-awesome-sass` gem version in your Gemfile.\n\n\n## Credits\n\nJust about everything in this gem is this is blatantly ripped off from [jekyll-bootstrap-sass](https://github.com/benbalter/jekyll-bootstrap-sass). It saved me a bunch of time getting this going.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewish%2Fjekyll-font-awesome-sass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrewish%2Fjekyll-font-awesome-sass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrewish%2Fjekyll-font-awesome-sass/lists"}