A powerful blog & docs framework, powered by Dioxus.
- Powered by single
.wasmfile. - Display markdown content without compile & build.
- Use single config file
karaty.tomlto setup website. - Easy to deploy to Github Pages and Static File Server.
- Support custom template by Dioxus UI framework.
- Support Dark Mode and compatible Mobile visitor
Install dioxus-cli
cargo install dioxus-cli --git https://github.com/mrxiaozhuox/dioxus-cliClone project from Github
git clone https://github.com/mrxiaozhuox/karaty --branch newStart Development server
dx serveYou can download karaty.zip file in Release list.
- Download Karaty compiled package.
- Deploy a web server which support dynamic route.
- Config your website in
karaty.tomlfile.
- Create a new repository.
- Copy
index.htmlto404.htmlin root path. - Push compiled package.
- Open GitHub pags in repository and bind domain.
You should make change at karaty directory.