blogin init
Scaffold a new site in a directory, with a starter post, layouts, and a
blogin.json.
blogin init [<dir>] [--framework=<name>] [--force]
Arguments#
<dir>- the target directory. It defaults to the current directory.
Options#
--framework=<name>- selects a CSS framework profile:
none(the default),bootstrap5,pico, orbulma. The choice is recorded inblogin.jsonand wired into the scaffolded layouts. --force- overwrites a directory that is not empty.
--verbose- prints extra detail.
Example#
blogin init my-blog --framework=bootstrap5