Personal Website

My professional self
Author

Kundan Kumar

Published

March 23, 2023

Frontmatter check

Prompt:

GitHub is an incredibly useful tool for project management and collaboration. It also has several useful features for professional promotion: you can host your own site on github using GitHub pages, describe yourself using a GitHub developer profile, and even use resume.github.io to generate a resume summary of your activity on GitHub (you must opt-in by starring the project page).

posit and the associated package infrastructure provide multiple ways to generate websites using Quarto (or Rmarkdown). You can complete this assignment using one of the two options detailed in Prompt 8

Describe your experience creating your website below. Don’t forget to link to your website! Push this blog post to your blog-8 repo. Make sure that all of the checks are passing. Link:

Solution: It has been a great experience in creating websites and publish on GitHub. I have learnt a lot how “rmd” and “qmd” file works and how continuous integration help projects to build and host. It also helped me to learn yaml file and how it works.

Personal Website using Jekyll: https://kundan7kumar.github.io/

Book down Website for statistical notes: https://kundan7kumar.github.io/statistics-analysis/

For this Blog, I have created another blogging website using Quarto:

Quarto-Website: https://kundan7kumar.github.io/datascience-blog/

How did building your own website go?

It went well and able to deploy successfully.