vimyblog

A tiny terminal style blog framework based on node.js

Usage no npm install needed!

<script type="module">
  import vimyblog from 'https://cdn.skypack.dev/vimyblog';
</script>

README

VIMyblog

A tiny terminal style blog framework based on node.js

installation

sudo npm install vimyblog -g

usage

to start the server

vimyblog start -port <port>

to restart the server

vimylog restart

to stop the server

vimyblog stop

to change username and password of the super user

vimyblog username <username>
vimyblog password <password>

or

vimyblog username <username> password <password>

also, you can set the gravatar email as your avatar

vimyblog gravatar <gravatar email>