{"id":16553616,"url":"https://github.com/roneoorg/eleventy-blog-staticman","last_synced_at":"2026-07-30T10:31:10.927Z","repository":{"id":114778851,"uuid":"409908079","full_name":"RoneoOrg/eleventy-blog-staticman","owner":"RoneoOrg","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-24T09:33:44.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T13:58:36.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nunjucks","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/RoneoOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"11ty"}},"created_at":"2021-09-24T09:32:40.000Z","updated_at":"2021-09-24T09:33:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d1f6bbc-f01e-42ad-9927-fc11c3f58ab8","html_url":"https://github.com/RoneoOrg/eleventy-blog-staticman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RoneoOrg/eleventy-blog-staticman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Feleventy-blog-staticman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Feleventy-blog-staticman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Feleventy-blog-staticman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Feleventy-blog-staticman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoneoOrg","download_url":"https://codeload.github.com/RoneoOrg/eleventy-blog-staticman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoneoOrg%2Feleventy-blog-staticman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279167256,"owners_count":26118163,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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:48:54.792Z","updated_at":"2025-10-16T07:51:48.760Z","avatar_url":"https://github.com/RoneoOrg.png","language":"Nunjucks","funding_links":["https://opencollective.com/11ty"],"categories":[],"sub_categories":[],"readme":"# eleventy-blog-staticman\n\nA starter repository showing how to build a blog with the [Eleventy](https://github.com/11ty/eleventy) static site generator with a commenting system powered by [Staticman](https://staticman.net).\n\n[![Deploy with Netlify button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/eduardoboucas/eleventy-blog-staticman)\n\n## Getting Started\n\nThis example uses [Netlify Functions](https://www.netlify.com/products/functions/) to run Staticman, so while it's possible to run it on any deployment provider, the easiest way to get up and running is to [deploy with Netlify](https://app.netlify.com/start/deploy?repository=https://github.com/eduardoboucas/eleventy-blog-staticman).\n\nYou'll be asked for some parameters during setup:\n\n- **GitHub access token**: A GitHub Personal Access Token used by Staticman to push new comments to your repository on your behalf. See [this guide](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) on how to create one.\n\n- **Repository name**: The name of your GitHub repository, including your username or organization (e.g. `eduardoboucas/eleventy-blog-staticman`).\n\n- **reCAPTCHA site key** and **reCAPTCHA site secret**: If you want to use [reCAPTCHA](https://www.google.com/recaptcha/about/) to protect your form against spam attacks, you should insert your site key and secret, which you can obtain [here](https://www.google.com/recaptcha/admin). If you don't want to use reCAPTCHA, you can leave these blank.\n\n## Local Development\n\n### 1. Clone this Repository\n\n```\ngit clone https://github.com/eduardoboucas/eleventy-blog-staticman.git my-blog-name\n```\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 eleventy\n```\n\nOr build and host locally for local development\n```\nnpx eleventy --serve\n```\n\nOr build automatically when a template changes:\n```\nnpx eleventy --watch\n```\n\nOr in debug mode:\n```\nDEBUG=* npx 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* Add the `nav` tag 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\t* Because `css` and `png` are listed in `templateFormats` but are not supported template types, any files with these extensions will be copied without modification to the output (while keeping the same directory structure).\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Feleventy-blog-staticman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froneoorg%2Feleventy-blog-staticman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froneoorg%2Feleventy-blog-staticman/lists"}