Github Pages

Deploy React App With Github Pages

Koowoy
References:Youtube Tutorial by Telmo Sampaio Create-React-App Documentation Although I thought the deployment part wouldn’t take that much time. But because of some minor mistakes I made in some stages, which was not explicitly explained by the create react app documentation, I had to start over a multiple times until I figured things out. Basic Steps as explained by the documentation 1. Add homepage field to package.json The field could be placed in order in the package.

Publishing a [github.io Blog] with Hugo and Github Pages

Koowoy
0. Prerequisites Github is installed (Link to Github Desktop) 1. Install Hugo [for Windows 10] Create a new folder with the name “Hugo” on C: directory. Inside C:\Hugo, create another new folder with the name “bin”. Download the latest version of Hugo for Windows (which is in .zip format) from Hugo Releases. Extract the zip file into the C:\Hugo\bin, which was created in Step 2.