Skip to content

arturi/tent

Repository files navigation

Tent

Experimental admin interface to static sites / notes / whatever. Editor for Markdown body with YAML frontmatter fields and a cool live preview. Plus drag and drop image/file upload with resizing and optimization built it ✨ Built with Hyperapp and/or Preact. WIP.

tent admin interface: YAML frontmatter and body

Features

  • Runs locally or on the server
  • Supports options for document and file storage directories, like so: node node_modules/tent/server/index.js --docs=content --public=public --relativeMediaDir=/media/
  • Smart attachement handling: resizes and optimizes images, stores everything else. Inserts a relative link into the document body (where the cursor is), after you drag & drop the file.

Usage

npm install
npm start

Releases

No releases published

Packages

No packages published