# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Notion-Next
spec:
    description: A blog system based on Notion.
    variables:
        - key: PAGE_ID
          type: STRING
          name: What is your Notion page id?
          description: You need to fill in the Notion page id so that your blog can access your data saved in Notion.
    tags:
        - Blog
        - Website
    readme: |-
        # Notion Next
        A static blog system built with NextJS and Notion API, deployed on Zeabur. Designed for Notion and all creators.

        ### Technologies Used
        1. Technical Framework: Next.js
        2. Styles: Tailwind CSS
        3. Rendering Tool: React-notion-x
        4. COMMENT: Twikoo, Giscus, Gitalk, Cusdis, Utterances
        5. ICON: Fontawesome
    services:
        - name: NotionNext
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 662472538
                branch: main
            env:
                NOTION_PAGE_ID:
                    default: ${PAGE_ID}
          domainKey: null
