Install Github

Windows Install simply download Git EXE file from Git for Windows Run it and Install Check version from command prompt with git version Linux - Debian/Ubuntu/Kali Usually it comes pre installed. If its not in your system open Terminal and use the code: Update your repository with sudo apt-get update Install sudo apt-get install git-all After install check version git version Mac Go to macOS Git Installer After installation open terminal and use code to check installation git version For more info on installation visit this Github Link

December 16, 2022 · 1 min

Quickly Deploy

Yes there are too many codes to just deploy your post, now to tackle that hassle we will create a code to upload everything with just one line. In order to go thorough you need to configure your default credentials. Here is a Stack Overflow Link for time being, before i post. Steps: Outside your blog folder create an empty file. Rename it to deploy.sh Now we need to edit the code, you can copy the code below....

December 16, 2022 · 1 min

Host Hugo Sites On GITHUB

Hugo is free, static, fast and minimal website creator. In this blog we are going to setup this current Hugo site (without modification) and deploy to Github Pages for free. I am also going to setup so new posts can be added and published on your website everytime. Login Github Install Hugo On System Create Two Repos on Github a. blog Houses our hugo code b. username.github.io For website generated pages...

December 15, 2022 · 2 min