δΈζ | English
Built with Remix and Notion, deployed on Cloudflare Pages using Edge Functions for a cost-free, real-time updated blog site.
- Create blogs directly from your Notion pages with real-time content updates
- Smart caching ensures fast page loads while auto-updating content in the background
- Built with modern tech stack using Remix
- Zero-cost deployment on Cloudflare Pages
- Clean and elegant design powered by TailwindCSS
- Category tags and search functionality
- RSS Feed support
- Light/Dark theme toggle
- Internationalization support with runtime translation using large language models
cache.mp4
Clone the repository to your local machine:
git clone https://github.com/ycjcl868/blog
Install dependencies using pnpm:
pnpm i
Duplicate this Notion template and share the page to generate a public link.
The PAGE_ID can be found in the URL format: https://www.notion.so/{workspace_name}/{page_id}
(typically the last 32 characters)
Create .dev.vars
file with the following configuration:
NOTION_PAGE_ID=xxxx # Notion page ID
NOTION_ACCESS_TOKEN=secret_xxx # Create integration token at: https://developers.notion.com/docs/create-a-notion-integration
Start the development server:
npm run start
Access the site at localhost:3000
Feel free to submit an issue or pull request if you have any suggestions.