Website source hosted under sudipg.com.np![build-status](https://camo.githubusercontent.com/7a6bc7374aa7e08ccdb88d570125c35d65d3d3bfe4d2517306b036672181579e/68747470733a2f2f6170692e6e65746c6966792e636f6d2f6170692f76312f6261646765732f65313961396338642d626337662d343630632d386562332d3136323562313131616264382f6465706c6f792d737461747573)
-
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.