GitHub

Git Setup for Hugo Blog With Github Pages

This is a short tutorial on how to use Git to manage Hugo blog contents, themes, and generated static files that will be hosted on GitHub Pages. Initialize the Blog and the GitHub repo First, you need to initialize a Hugo blog, and enter the site folder: hugo new site <sitename> cd <sitename> This creates an empty site with name sitename, the site has a structure like this: Then you initialize a local Git repository in this folder with:

Resources to make a fancy GitHub README profile

GitHub is a wonderful place for developers to showcase their projects and works. It is also a mythical place where a lot of secret techniques can be utilized, combined to make it more useful. GitHub pages As many of you know, GitHub has a GitHub Pages function that a user can use to create their user or organization sites conveniently. Basically, you just need to put source codes in a repo named username.