Skip to content

Documentation nit: Statocles synopsis does not indicate create makes a new Git repo #576

@cxw42

Description

@cxw42

Thanks for this tool --- I am trying it out for the first time! The Statocles SYNOPSIS section gives the example sequence:

# Create a new site
statocles create www.example.com

# Create a new blog post
export EDITOR=vim
statocles blog post
...

I did not realize that create also makes a new repo. I suggest editing the above to:

# Create a new site and its Git repository
statocles create www.example.com

# Move into the new repository
cd www.example.com

# Create a new blog post
export EDITOR=vim
statocles blog post
...

What say you? Thanks for considering this request!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions