{"id":18270631,"url":"https://github.com/ruslanxdev/tumblr-theme-loader","last_synced_at":"2026-05-18T06:39:35.735Z","repository":{"id":57382176,"uuid":"136802885","full_name":"ruslanxdev/tumblr-theme-loader","owner":"ruslanxdev","description":"Tumblr theme loader for webpack.","archived":false,"fork":false,"pushed_at":"2018-06-11T21:43:13.000Z","size":378,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-20T00:42:54.907Z","etag":null,"topics":["tumblr","tumblr-theme","webpack","webpack-loader"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ruslanxdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-06-10T11:26:32.000Z","updated_at":"2018-06-11T21:43:14.000Z","dependencies_parsed_at":"2022-09-26T16:50:14.248Z","dependency_job_id":null,"html_url":"https://github.com/ruslanxdev/tumblr-theme-loader","commit_stats":null,"previous_names":["ruslankhh/tumblr-theme-loader"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ruslanxdev/tumblr-theme-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Ftumblr-theme-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Ftumblr-theme-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Ftumblr-theme-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Ftumblr-theme-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslanxdev","download_url":"https://codeload.github.com/ruslanxdev/tumblr-theme-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanxdev%2Ftumblr-theme-loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["tumblr","tumblr-theme","webpack","webpack-loader"],"created_at":"2024-11-05T11:38:46.850Z","updated_at":"2026-05-18T06:39:35.717Z","avatar_url":"https://github.com/ruslanxdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tumblr Theme Loader\n\n[![npm](https://img.shields.io/npm/v/tumblr-theme-loader.svg)](https://npmjs.com/package/tumblr-theme-loader)\n[![deps](https://david-dm.org/ruslankhh/tumblr-theme-loader.svg)](https://david-dm.org/ruslankhh/tumblr-theme-loader)\n[![build](https://travis-ci.com/ruslankhh/tumblr-theme-loader.svg)](https://travis-ci.com/ruslankhh/tumblr-theme-loader)\n[![cover](https://codecov.io/gh/ruslankhh/tumblr-theme-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/ruslankhh/tumblr-theme-loader)\n[![style](https://img.shields.io/badge/code%20style-standard-yellow.svg)](http://standardjs.com)\n\nTumblr theme loader for webpack. It uses [Tumblr Theme Parser](https://github.com/carrot/tumblr-theme-parser) for parsing.\n\n## Install\n\n```bash\nnpm i -D tumblr-theme-loader\n```\n\n## Usage\n\n**webpack.config.js**\n\n```js\n{\n  module: {\n    rules: [\n      {\n        test: /\\.html$/,\n        use: [\n          {\n            loader: 'tumblr-theme-loader',\n            options: {\n              tumblrData\n            }\n          }\n        ]\n      }\n    ]\n  }\n}\n```\n\n## Options\n\n| Param | Type | Default | Description |\n| --- | --- | --- | --- |\n|`tumblrData`|`{Object}`| | Tumblr data. See more in [Tumblr Theme Parser](https://github.com/carrot/tumblr-theme-parser#usage). |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Ftumblr-theme-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslanxdev%2Ftumblr-theme-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanxdev%2Ftumblr-theme-loader/lists"}