{"id":13570565,"url":"https://github.com/zroger/jekyll-less","last_synced_at":"2025-04-04T07:31:42.299Z","repository":{"id":56878632,"uuid":"1980880","full_name":"zroger/jekyll-less","owner":"zroger","description":"Less CSS converter for Jekyll","archived":false,"fork":false,"pushed_at":"2016-09-25T16:08:27.000Z","size":171,"stargazers_count":60,"open_issues_count":7,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T21:11:37.608Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zroger.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-30T23:32:50.000Z","updated_at":"2022-05-03T16:52:32.000Z","dependencies_parsed_at":"2022-08-20T23:10:19.174Z","dependency_job_id":null,"html_url":"https://github.com/zroger/jekyll-less","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zroger%2Fjekyll-less","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zroger%2Fjekyll-less/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zroger%2Fjekyll-less/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zroger%2Fjekyll-less/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zroger","download_url":"https://codeload.github.com/zroger/jekyll-less/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247138738,"owners_count":20890094,"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-08-01T14:00:53.290Z","updated_at":"2025-04-04T07:31:41.009Z","avatar_url":"https://github.com/zroger.png","language":"Ruby","readme":"Less for Jekyll\n===============\n\nThis gem provides a [Jekyll](http://github.com/mojombo/jekyll) converter for\n[Less CSS](http://lesscss.org/) files.\n\nBasic Setup\n-----------\nInstall the gem:\n\n    [sudo] gem install jekyll-less\n\nIn a plugin file within your Jekyll project's _plugins directory:\n\n    # _plugins/my-plugin.rb\n    require \"jekyll-less\"\n\nAlternatively, add a configuration option in `_config.yml`:\n\n    gems: ['jekyll-less']\n\nPlace .less files anywhere in your Jekyll project's directory.  These will be\nconverted to .css files with the same directory path and filename. For example,\nif you create a Less file at _css/my-stuff/styles.less_, then the corresponding\ncss file would end up at _css/my-stuff/styles.css_.\n\nBundler Setup\n-------------\nAlready using bundler to manage gems for your Jekyll project?  Then just add\n\n    gem \"jekyll-less\"\n\nto your gemfile and create the following plugin in your projects _plugins\ndirectory.  I've called mine bundler.rb.  This will automatically require all\nof the gems specified in your Gemfile.\n\n    # _plugins/bundler.rb\n    require \"rubygems\"\n    require \"bundler/setup\"\n    Bundler.require(:default)\n\nCredit\n------\nThis gem was originally based on this [gist](https://gist.github.com/760265) by\n[joshbrown](https://github.com/joshbrown).\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzroger%2Fjekyll-less","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzroger%2Fjekyll-less","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzroger%2Fjekyll-less/lists"}