Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
1 / 8
0

From Code to Clouds: Hosting a Professional Resume on GitHub Pages(2)

DEV Community·Rahimah Sulayman·about 1 month ago
#2gS7Oxkf
#github#devops#git#documentation#readme#file
Reading 0:00
15s threshold

Introduction In Part 1 , we successfully moved the resume from a local editor to a live URL . But an empty repository is like a house without a front door, functional, yet inaccessible to those looking in. In this second installment, we’re going back into the terminal to master the art of the README . I’ll show you how to turn a folder of code into a polished, technical portfolio that speaks for itself . Whether you’re a Cloud aspirant or a DevOps enthusiast, your documentation is your handshake. Let’s make it count. Step 1: Navigating and Initializing the README In the previous guide, we set up the environment. Now, we return to the terminal to add the "front door" of our project, that is the the README.md file . Changing Directory : We start by using cd ~/Desktop/website to ensure we are working inside the correct project folder. Creating the File : The touch README.md command is used to generate a blank Markdown file.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More