https://github.com/arturi/tent
Experimental admin interface for static files — sites, blogs, notes 🏕
https://github.com/arturi/tent
admin admin-dashboard image-processing static-site static-site-generator yaml-frontmatter
Last synced: about 1 month ago
JSON representation
Experimental admin interface for static files — sites, blogs, notes 🏕
- Host: GitHub
- URL: https://github.com/arturi/tent
- Owner: arturi
- Created: 2016-12-31T20:00:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T13:04:57.000Z (over 6 years ago)
- Last Synced: 2025-04-24T00:49:24.302Z (about 1 month ago)
- Topics: admin, admin-dashboard, image-processing, static-site, static-site-generator, yaml-frontmatter
- Language: JavaScript
- Homepage:
- Size: 3.64 MB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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 :sparkles: Built with Hyperapp and/or Preact. WIP.

## 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
```sh
npm install
npm start
```