Website source hosted under sudipg.com.np
-
Site generator: Hugo
-
Hugo Theme: hugo theme bootstrap
-
Article Content: Markdown formatted under /content/en/posts
-
public: Yes Post your writing
- head to Gitlab web ide
- Create a markdown file under posts directory and start writing
- Get More information
- Install Hugo. Refer to official instructions. Note: Current theme depends on extended version of hugo
- Clone and initilize the repo
git clone https://gitlab.com/sudipghimire533/sudipg.com.np ThePage
cd ThePage
git submodule init
- Create new Article
hugo new posts/article-title
content/posts/article-title.md
file will generate with some default. Write your article in this file- Preview the article
hugo serve --disableFastRender --buildDrafts
- 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
- Submit the article
git push
Initiated by Sudip Ghimire using Theme from razanyang using Hugo.