First look to my Github profile
Next download and Install git.
Configure Github Desktop
Now, in RStudio, Open New Project and follow the below steps
RStudio >> New Project >>New Directory >>Quarto Website(scroll down and choose) >> Click “Create a git repository >> Github_name.github.ioNew R Project
Default Files and tabs for you
In the quarto.yml file just below project type add output-dir: docs. Now run this default project. Go to Build and Render Website
After rendering what we see is webpage at local host. To host it in Github we need to push the content using Github Desktop.
Open Github Desktop and go to Current repository. Add the existing repository to the file path and add a meaningful commit (trust me- it helps). We have staged all files to be pushed to Github and lastly Push Repository
Go to Github and you would see a new repository. First change the settings as Public and then in Settings >> Pages, change the settings for branch as indicated below and save it.
Github Settings
Site is Live
Now lets add the necessary info to our webpage. So back to RStudio and update index.qmd like so.
Note: We have many themes and icons to choose from - Explore quarto, it has extensive potential and abundant offerings.Index file
CV file
qml file
Yes, I spent hours for these few lines of codes - and it was all about a comma
Webpage