Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.02 KB

Kn blog

A personal blog framework based on s3 backend.

Features

  • built-in file manager
  • wysiwyg article editor
  • generate markdown file (working on)
  • apps managment (working on)
  • i18n support (en & cn)

Start

npm install

Edit .env file to your own s3 service (minio) for public user.

VITE_APP_TITLE=MY_SPACE

VITE_APP_S3_ENDPOINT=127.0.0.1
VITE_APP_S3_PORT=9000
VITE_APP_S3_BUCKET=public
VITE_APP_S3_ACCESS_KEY=aaaaaaaa
VITE_APP_S3_SECRET_KEY=aaaaaaaa
VITE_APP_S3_USE_SSL=false

Screenshots

Blog home

image

Blog page

image

Editor interface

image

File system

image