{"id":22038702,"url":"https://github.com/defite/kaktus-11ty","last_synced_at":"2026-05-03T16:33:05.046Z","repository":{"id":59382793,"uuid":"536568069","full_name":"Defite/kaktus-11ty","owner":"Defite","description":"11ty theme for personal micro-blog","archived":false,"fork":false,"pushed_at":"2022-10-04T16:57:16.000Z","size":226,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T12:45:29.055Z","etag":null,"topics":["11ty","11ty-template","11ty-theme","cloudinary","eleventy","eleventy-template","static-site-generator"],"latest_commit_sha":null,"homepage":"https://kaktus-11ty.vercel.app","language":"CSS","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/Defite.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":"2022-09-14T12:29:55.000Z","updated_at":"2025-01-21T17:48:59.000Z","dependencies_parsed_at":"2023-01-19T05:30:58.407Z","dependency_job_id":null,"html_url":"https://github.com/Defite/kaktus-11ty","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Defite/kaktus-11ty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Defite%2Fkaktus-11ty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Defite%2Fkaktus-11ty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Defite%2Fkaktus-11ty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Defite%2Fkaktus-11ty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Defite","download_url":"https://codeload.github.com/Defite/kaktus-11ty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Defite%2Fkaktus-11ty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["11ty","11ty-template","11ty-theme","cloudinary","eleventy","eleventy-template","static-site-generator"],"created_at":"2024-11-30T11:07:24.986Z","updated_at":"2026-05-03T16:33:05.013Z","avatar_url":"https://github.com/Defite.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kaktus-11ty\n\nA tribute to kaktus theme built with [11ty](https://github.com/11ty/eleventy) static site generator.\n\n![kaktus-11ty](https://user-images.githubusercontent.com/299118/193879690-acf0f384-d259-4c06-a981-c7136f64fc10.png)\n\n## Getting Started\n\n### 1. Clone this Repository\n\n```\ngit clone https://github.com/Defite/kaktus-11ty.git my-blog-name\n```\n\n### 2. Navigate to the directory\n\n```\ncd my-blog-name\n```\n\nSpecifically have a look at `.eleventy.js` to see if you want to configure any Eleventy options differently.\n\n### 3. Install dependencies\n\n```\nnpm install\n```\n\n### 4. Edit \\_data/metadata.json\n\n### 5. Run Eleventy\n\n```\nnpx @11ty/eleventy\n```\n\nOr build and host locally for local development\n\n```\nnpx @11ty/eleventy --serve\n```\n\nOr build automatically when a template changes:\n\n```\nnpx @11ty/eleventy --watch\n```\n\nOr in debug mode:\n\n```\nDEBUG=* npx @11ty/eleventy\n```\n\n### Implementation Notes\n\n- `about/index.md` shows how to add a content page.\n- `posts/` has the blog posts but really they can live in any directory. They need only the `post` tag to be added to this collection.\n- Use the `eleventyNavigation` key in your front matter to add a template to the top level site navigation. For example, this is in use on `index.njk` and `about/index.md`.\n- Content can be any template format (blog posts needn’t be markdown, for example). Configure your supported templates in `.eleventy.js` -\u003e `templateFormats`.\n- The `css` and `img` directories in the input directory will be copied to the output folder (via `addPassthroughCopy()` in the `.eleventy.js` file).\n- The blog post feed template is in `feed/feed.njk`. This is also a good example of using a global data files in that it uses `_data/metadata.json`.\n- This example uses three layouts:\n  - `_includes/layouts/base.njk`: the top level HTML structure\n  - `_includes/layouts/home.njk`: the home page template (wrapped into `base.njk`)\n  - `_includes/layouts/post.njk`: the blog post template (wrapped into `base.njk`)\n- `_includes/postlist.njk` is a Nunjucks include and is a reusable component used to display a list of all the posts. `index.njk` has an example of how to use it.\n\n### Cloudinary support\n\nGo to `.eleventy.js`, find Cloudinary section and uncomment two strings:\n\n```js\neleventyConfig.cloudinaryCloudName = \"demo\";\neleventyConfig.hostname = \"demo\";\n```\n\nReplace with your Cloudinary values.\n\nTo use images in posts, use shortcode:\n\n```md\n{% respimg\n    src=\"/img/sample.jpeg\",\n    width=\"520\",\n    sizes=\"500, 1000\",\n    alt=\"Simple Pic\",\n    loading=\"lazy\"\n%}\n```\n\n### Profile info etc\n\nAll metadata is stored in `_data/metadata.json`. You can set everything there.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefite%2Fkaktus-11ty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefite%2Fkaktus-11ty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefite%2Fkaktus-11ty/lists"}