Skip to content

sudipghimire533/sudipg.com.np

Repository files navigation

Website source hosted under sudipg.com.npbuild-status

Quick Info:

Writing from browser

Setup local environment

  1. Install Hugo. Refer to official instructions. Note: Current theme depends on extended version of hugo
  2. Clone and initilize the repo
git clone https://gitlab.com/sudipghimire533/sudipg.com.np  ThePage
cd ThePage
git submodule init
  1. Create new Article
hugo new posts/article-title
  1. content/posts/article-title.md file will generate with some default. Write your article in this file
  2. Preview the article
hugo serve --disableFastRender --buildDrafts
  1. For more information about developing content on Hugo visit Hugo official site and for instruction to build and modify theme follow instruction from razonyang/hugo-theme-bootstrap
  2. Submit the article
git push

Credits

Initiated by Sudip Ghimire using Theme from razanyang using Hugo.