Skip to content

Flutter version of Docusaurus. convert markdowns to website.

License

Notifications You must be signed in to change notification settings

rubydog-jp/comet

Repository files navigation

Comet

Flutter + Markdown. Static Site Generator.

Official Site

image

image

image


Comet is an altanative to docusaurus, a simple-version Next.js, a reincarnated GitBook. Built with Flutter and Dart-lang.

It's very easy to

  • Set up
  • Edit
  • Publish your site

So, Let's start with below

#
# Needs Flutter to install.
#

$ dart pub global activate comet_cli
$ dart pub global run comet_cli:comet create my_site
$ cd my_site
$ comet start

Inline Flutter Widget

Comet supports the inline-widget.
in markdown, you can write like {{MyWidget}} to show any Flutter widget.

# MyPage

↓ ↓ ↓
{{MyWidget}}
↑ ↑ ↑
  • [image]

Tags

Flutter docusaurus, Flutter Static Site Generator, Flutter Markdown


See more docs
https://comet.rubydog.jp/

🎉 Contributions, Questions, Issues are welcomed!