how to create a blog by nodejs

Channel:
Subscribers:
1,470
Published on ● Video Link: https://www.youtube.com/watch?v=WGODcAHATSI



Category:
Vlog
Duration: 14:05
847 views
4


Hi friends


today i am goin to show blog website with nodejs framework.

i am using hexo framework
it is sosimple and easy to use also

first install hexo in system.
npm install hexo-cli -g

by this command..

after installing this..

by using hexo init command with blog name

it will create a blog


it take time ..


by giving hexo server

it will run server localhost:4000

this is the hexo..

we can write the post by command hexo new "post name"


we can deploy and generate the static files also

it will host in normal hosting also..

if any doubts ping me


thanks for watching ..subscibe channel

Sanjay kranthi tech







Tags:
sanjay kranthi tech
create blog
nodejs
hexo
trending
featured
best tutorial
how to