pirafrank/notion-to-jekyll
Version updated for https://github.com/pirafrank/notion-to-jekyll to version v2.
- This action is used across all versions by 3 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action converts Notion pages to Jekyll markdown files, extracting properties such as category and tags. It also downloads block assets like images and files from Notion, ensuring SEO compatibility by adding necessary front matter to posts. The action is designed to be run in a GitHub Actions workflow and can be customized via environment variables for different configurations.
What’s Changed
What’s Changed
- date range support by @pirafrank in https://github.com/pirafrank/notion-to-jekyll/pull/2
- dry run
- log improvements
- enhancements and bug fixes
Full Changelog: https://github.com/pirafrank/notion-to-jekyll/compare/v1...v2