{"id":18319754,"url":"https://github.com/redding/deas-kramdown","last_synced_at":"2025-08-01T04:16:05.197Z","repository":{"id":62556893,"uuid":"55077013","full_name":"redding/deas-kramdown","owner":"redding","description":"Deas template engine for Kramdown templates","archived":false,"fork":false,"pushed_at":"2018-04-18T19:55:29.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T21:05:47.337Z","etag":null,"topics":[],"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/redding.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":"2016-03-30T15:59:35.000Z","updated_at":"2018-10-20T00:42:46.000Z","dependencies_parsed_at":"2022-11-03T06:15:28.904Z","dependency_job_id":null,"html_url":"https://github.com/redding/deas-kramdown","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/redding%2Fdeas-kramdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas-kramdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas-kramdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redding%2Fdeas-kramdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redding","download_url":"https://codeload.github.com/redding/deas-kramdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054200,"owners_count":21039952,"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-11-05T18:14:09.869Z","updated_at":"2025-04-09T14:22:42.053Z","avatar_url":"https://github.com/redding.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deas::Kramdown\n\n[Deas](https://github.com/redding/deas) template engine for rendering [Kramdown](http://kramdown.gettalong.org/) templates\n\n## Usage\n\nRegister the engine:\n\n```ruby\nrequire 'deas'\nrequire 'deas-kramdown'\n\nDeas.configure do |c|\n\n  c.template_source \"/path/to/templates\" do |s|\n    s.engine 'md', Deas::Kramdown::TemplateEngine\n  end\n\nend\n```\n\nAdd `.md` to any template files in your template source path.  Deas will render their content using Kramdown when they are rendered.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'deas-kramdown'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install deas-kramdown\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdeas-kramdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredding%2Fdeas-kramdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredding%2Fdeas-kramdown/lists"}