Umono is a content management system written golang.
- CommonMark to HTML page creating
- Theme agnostic responsive design
- Themes
- Applications (commonly known as plugins)
You can demo it on build repository.
You can use it on build repository.
- Golang
- Node.js
Umono has a admin UI written Vue.
git clone https://github.com/umono-cms/admin-ui
cd admin-ui
npm install
npx tailwindcss -i ./input.css -o ./src/style.css --watch
npm run dev
git clone https://github.com/umono-cms/umono
cd umono
Copy .env file from .env-example and edit it
cp .env-example .env
go run .