Module

x/pagic/pagic.config.tsx>default

A static site generator powered by Deno + React
Latest
variable default
import { default } from "https://dotland.deno.dev/x/pagic@v1.6.3/pagic.config.tsx";

type

{ srcDir: string; theme: string; plugins: string[]; title: string; description: string; nav: { text: string; link: string; }[]; github: string; sidebar: { /docs/: string[]; }; ga: { id: string; }; blog: { root: string; }; i18n: { languages: { code: string; name: string; root: string; }[]; overrides: { zh-CN: { nav: { text: string; link: string; }[]; sidebar: { /zh-CN/docs/: string[]; }; blog: { root: string; }; }; }; resources: { zh-CN: { translation: { A static site generator powered by Deno + React: string; Get Started: string; Demos: string; Easy to configure: string; Convention over configuration: string; Single config file: string; Intuitive design: string; Support md and tsx: string; Render <1>md/tsx</1> to static HTML page: string; Support React Hooks: string; Pre-render to static HTML, run as an SPA once loaded: string; Themes and plugins: string; Official themes default/docs/blog with dark mode: string; Combine plugins to build process: string; Import third-party themes or plugins through URL: string; Get up and running in seconds: string; Install pagic: string; Create pagic.config.ts and README.md: string; Run pagic: string; }; }; }; }; }