Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 466 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 466 Bytes

blog.insightstream

Netlify Status

installation

hugo new site blog.insightstream;
cd blog.insightstream;
git init -b main;
git remote add origin https://github.com/nareshganesan/blog.insightstream.git
git remote -v
git submodule add https://github.com/nareshganesan/uBlogger.git themes/uBlogger