0.0.9 • Published 9 months ago

@pigeonposse/web-2025 v0.0.9

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
9 months ago

PIGEONPOSSE WEB

HEADER

Use the PigeonPosse web 2025 theme.

Features

  • Use locally with JS runtime (Compatible with node, bun and deno)
  • Use with docker. Read more. Docker hub
  • Use in a cloud (Cloudflare, Vercel, etc)

Prerequisites

Access to a PIGEONPOSSE API Server.

Read more in: @pigeonposse/api-2025

Installation

npm i @pigeonposse/web-2025
# or
pnpm i @pigeonposse/web-2025

Usage

npx @pigeonposse/web-2025 serve --port 1312
# or
pnpx @pigeonposse/web-2025 serve --port 1312

Custom Config

pnpx @pigeonposse/web-2025 serve --port 1312 --api "http://my-pigeonposse-api.com" --config ./config.js
import {defineConfig} from '@pigeonposse/web-2025'
export default defineConfig({
 /** config */
})

More info

npx @pigeonposse/web-2025 serve --help
# or
pnpx @pigeonposse/web-2025 serve --help

Docker

Example With 'docker compose'.

services:
  pigeon-web-2025:
    image: pigeonposse/pigeon-web:2025-latest
    ports:
      - "13124:13124" # the web port
    environment:
      GH_TOKEN: ${GH_TOKEN}
      GH_USER: "pigeonposse"
      GH_USER_TYPE: "org" # 'user' or 'org'
      GH_BRANCH: "main"
      DEBUG: false
    restart: always
0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago