lidachao111222 / exp_deno-micro-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Micro CMS

The minimal implementation of a CMS.

Scripts

Run server

deno task dev

Environment variables

  • PASSCODE - The admin passcode (required by modifing entites).
  • FE_ROOT_PATH - The front-end root directory. Default to <working_directory>/www.
  • FE_INDEX_PATH - A path relative to front-end root directory to specify the index html file.
  • ADMIN_ROOT_PATH - The admin UI root directory. Default to <working_directory>/www_admin.
  • ADMIN_INDEX_PATH - A path relative to admin UI root directory to specify the index html file.
  • DB_PATH - If specified, the DB would be direct to this path.

About


Languages

Language:TypeScript 62.6%Language:JavaScript 35.3%Language:HTML 1.2%Language:Dockerfile 1.0%