{"id":20283781,"url":"https://github.com/lpsouza/jekyll-notion-sync","last_synced_at":"2026-04-09T23:48:41.152Z","repository":{"id":78796555,"uuid":"488196029","full_name":"lpsouza/jekyll-notion-sync","owner":"lpsouza","description":"This repo is a Docker container that syncs your Jekyll site using Notion.","archived":false,"fork":false,"pushed_at":"2025-02-20T01:08:42.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-20T02:23:38.644Z","etag":null,"topics":["docker","docker-image","jekyll","notion","notion-blog"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lpsouza.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-03T12:11:25.000Z","updated_at":"2025-02-20T01:08:39.000Z","dependencies_parsed_at":"2025-01-14T07:47:06.209Z","dependency_job_id":"9eaebbe5-45d5-4c5d-b8ee-cfc90669be5b","html_url":"https://github.com/lpsouza/jekyll-notion-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpsouza%2Fjekyll-notion-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpsouza%2Fjekyll-notion-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpsouza%2Fjekyll-notion-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpsouza%2Fjekyll-notion-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpsouza","download_url":"https://codeload.github.com/lpsouza/jekyll-notion-sync/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780472,"owners_count":20019058,"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":["docker","docker-image","jekyll","notion","notion-blog"],"created_at":"2024-11-14T14:17:03.668Z","updated_at":"2025-12-02T02:10:24.871Z","avatar_url":"https://github.com/lpsouza.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jekyll ↔ Notion Sync\n\nThis is a Docker container that syncs your Jekyll site using Notion.\n\n## Usage\n\nTo use this container, you need to use some environment variables:\n\n- `NOTION_TOKEN`: The [token](https://www.notion.so/my-integrations) to access Notion.\n- `NOTION_USER`: The owner ID of the Notion page.\n- `GITHUB_TOKEN`: The [token](https://github.com/settings/tokens) to access GitHub.\n- `GITHUB_OWNER`: The owner of the GitHub repository.\n- `GITHUB_REPO`: The name of the GitHub repository containsing the Jekyll site.\n- `GITHUB_PATH`: The path to the Jekyll posts directory.\n\nNotes:\n\n- The GITHUB_TOKEN must have the Jekyll site repository as a scope.\n- To get the owner ID, you can use the [Notion API](https://developers.notion.com/reference/get-users).\n\n### Deploying this container using Docker\n\n```bash\ndocker run --rm -it -e NOTION_TOKEN=\u003ctoken\u003e -e NOTION_USER=\u003cuser\u003e -e GITHUB_TOKEN=\u003ctoken\u003e -e GITHUB_OWNER=\u003cowner\u003e -e GITHUB_REPO=\u003crepo\u003e -e GITHUB_PATH=\u003cpath\u003e lpsouza/jekyll-notion-sync\n```\n\n### Deploying this container on kubernetes cronjob\n\n```bash\nkubectl create -f - \u003c\u003cEOF\napiVersion: batch/v1\nkind: CronJob\nmetadata:\n  name: jekyll-notion-sync\n  namespace: default\nspec:\n    schedule: \"*/5 * * * *\"\n    jobTemplate:\n      spec:\n        template:\n          spec:\n            restartPolicy: Never\n            containers:\n            - name: jekyll-notion-sync\n              image: lpsouza/jekyll-notion-sync\n              env:\n                - name: NOTION_TOKEN\n                  value: \u003ctoken\u003e\n                - name: NOTION_USER\n                  value: \u003cuser\u003e\n                - name: GITHUB_TOKEN\n                  value: \u003ctoken\u003e\n                - name: GITHUB_OWNER\n                  value: \u003cowner\u003e\n                - name: GITHUB_REPO\n                  value: \u003crepo\u003e\n                - name: GITHUB_PATH\n                  value: \u003cpath\u003e\nEOF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpsouza%2Fjekyll-notion-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpsouza%2Fjekyll-notion-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpsouza%2Fjekyll-notion-sync/lists"}