Continuing the posts on Hugo website tutorial, after all the setup is done, the question now is about static site hosting. The reality is hosting a static website is very easy so you have a lot of flexibility in choosing your hosting and platform. In fact, you can use Github, Bitbucket or Gitlab to host your static website. This post will show you how you can host your static website on IIS … [Read more...]
How to Use Your Favorite Text Editor in Git
When you configure Git for the first time, you can also use your favorite text editor along with it. What you need to do is set the value of core.editor to the program file of your editor and add a flag -w at the end. The -w basically is to tell Git to wait until all operations within the text editor is done before Git can continue to do its thing afterwards. Windows Pay attention to the … [Read more...]