lorecord / press

Publishing platform for independent workers.

Home Page:https://lorepress.forge.st

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LorePress

Publishing platform for independent workers.

Features

  • Follow the IndieWeb Community Principles
  • Follow Google SEO recommendations
  • File-based, no database required
  • Use SvelteKit, so it's quick!
  • Supports content in multiple formats
  • Includes static file deployment, as well as stand-alone deployment
  • Perfect multi-language support
  • Multiple social protocol support (Activitypub, Nostr, etc.)
  • Citation function like a scientific paper
  • Clean and simple page design with responsive adaptation
  • Threshold-free control panel
  • Integration of multiple commenting and interaction systems
  • Write in full-featured Markdown
  • Managing your content versioning with Git
  • Support for Sponsor Rewards
  • Native support for multisite mode
  • Support for newsletters and submissions
  • Organize and manage your connections to other site platforms
  • Full CMS functionality support

!!! Some of them are under development, so feel free to join in.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

Publishing platform for independent workers.

https://lorepress.forge.st

License:MIT License


Languages

Language:TypeScript 43.2%Language:Svelte 40.3%Language:CSS 12.1%Language:SCSS 3.6%Language:JavaScript 0.7%Language:HTML 0.2%