Skip to main content

Built and signed on GitHub Actions

Import Notion pages into your Eleventy project

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
3 weeks ago (0.0.4)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

type alias EleventyFromNotionOptions

To use the plugin, you must pass an options object configuring a few things, such as your integration secret, your Notion database ID or URL, a schema for processing your Notion page properties, and optionally formatters to adjust the way rich text or blocks are converted to HTML.

Definition

Add Package

deno add jsr:@vrugtehagel/eleventy-from-notion

Import symbol

import { type EleventyFromNotionOptions } from "@vrugtehagel/eleventy-from-notion";

---- OR ----

Import directly with a jsr specifier

import { type EleventyFromNotionOptions } from "jsr:@vrugtehagel/eleventy-from-notion";

Add Package

npx jsr add @vrugtehagel/eleventy-from-notion

Import symbol

import { type EleventyFromNotionOptions } from "@vrugtehagel/eleventy-from-notion";

Add Package

yarn dlx jsr add @vrugtehagel/eleventy-from-notion

Import symbol

import { type EleventyFromNotionOptions } from "@vrugtehagel/eleventy-from-notion";

Add Package

pnpm dlx jsr add @vrugtehagel/eleventy-from-notion

Import symbol

import { type EleventyFromNotionOptions } from "@vrugtehagel/eleventy-from-notion";

Add Package

bunx jsr add @vrugtehagel/eleventy-from-notion

Import symbol

import { type EleventyFromNotionOptions } from "@vrugtehagel/eleventy-from-notion";