Skip to content

RaphaelPour/blogctl

Repository files navigation

blogctl

Static markdown blog backend as a binary. Generated my blog.

Getting started

  • create new folder for the blog environment: mkdir blog
  • initialize blog: blogctl init --path ./blog
  • create a new post:
    • interactively with $EDITOR: bloctl post add -i --title="My first blog post"
    • one-shot: bloctl post add --path blog --title="My first blog post"
  • render html: blogctl render --path blog -f
  • find your ready-to-serve blog in ./out

About

Static markdown blog backend as a binary

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •