High-Speed Internet for Community

About author

Mark Dinn

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet. Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper.


Author's posts

How To Setup Meghna Hugo

Install this template by following those simple steps:

STEP-1 : Hugo installation

Check this link below for install hugo on your computer. hugo install documentation

STEP-2 : Create your project

Hugo provides a new command to create a new website.

hugo new site <new_project>

STEP-3 : Install the theme

Run this command

hugo new site meghna-hugo

and then go to the themes folder inside of meghna-hugo folder. You can also use this command cd meghna-hugo/themes for going to this folder. Then run the command

Read more