{"id":16551317,"url":"https://github.com/kaptn3/merklise","last_synced_at":"2026-03-18T20:25:12.224Z","repository":{"id":48754225,"uuid":"155061459","full_name":"kaptn3/merklise","owner":"kaptn3","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-06T06:10:04.000Z","size":6634,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T13:52:44.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/kaptn3.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-10-28T11:01:41.000Z","updated_at":"2019-07-23T16:20:27.000Z","dependencies_parsed_at":"2023-01-19T09:00:53.582Z","dependency_job_id":null,"html_url":"https://github.com/kaptn3/merklise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaptn3/merklise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaptn3%2Fmerklise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaptn3%2Fmerklise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaptn3%2Fmerklise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaptn3%2Fmerklise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaptn3","download_url":"https://codeload.github.com/kaptn3/merklise/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaptn3%2Fmerklise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28964431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T01:25:30.373Z","status":"online","status_checked_at":"2026-02-01T02:00:08.102Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T19:36:59.469Z","updated_at":"2026-02-01T02:03:17.357Z","avatar_url":"https://github.com/kaptn3.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merklize\n\n## Usage\n\n### Installation\n\nInstall the bundle dependencies:\n\n```bundle install```\n\nStart Jekyll server:\n\n```bundle exec jekyll serve```\n\nAccess: \u003clocalhost:4000\u003e\n\n## Slider\n\nFor activate slider work you should add classes `slide` and `another-class` for each block slide and add class `slide_visible` for first slide. For example:\n\n```html\n\u003cdiv class=\"class slide slide_visible\"\u003e\n    I'm content of slide!\n\u003c/div\u003e\n\u003cdiv class=\"class slide\"\u003e\n    I'm content of slide!\n\u003c/div\u003e\n\u003cdiv class=\"class slide\"\u003e\n    I'm content of slide!\n\u003c/div\u003e\n```\n\nAnd add buttons in div with other class and buttons with class `carousel-btns__btn` (for first button add class `carousel-btns__btn_active`):\n\n```html\n\u003cdiv class=\"div__carousel-btns\"\u003e\n    \u003cbutton class=\"carousel-btns__btn carousel-btns__btn_active\"\u003e\u003c/button\u003e\n    \u003cbutton class=\"carousel-btns__btn\"\u003e\u003c/button\u003e\n    \u003cbutton class=\"carousel-btns__btn\"\u003e\u003c/button\u003e\n\u003c/div\u003e\n```\n\nIn `assets/js/main.js` in variable `slidersClassNames` add two classes - slide's class and wrapper for buttons class:\n\n```javascript\nconst slidersClassNames = [\n    ['class', 'div__carousel-btn']\n]\n```\n\nThat's all.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaptn3%2Fmerklise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaptn3%2Fmerklise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaptn3%2Fmerklise/lists"}