mix sayfa.new (Sayfa v0.5.0)

Copy Markdown View Source

Generates a new Sayfa site project.

Usage

mix sayfa.new my_blog [--title "My Blog"] [--lang en,tr]

Options

  • --title — site title (default: derived from project name)
  • --lang — comma-separated language codes (default: en)

Examples

mix sayfa.new my_blog
mix sayfa.new my_blog --title "My Blog" --lang en,tr