Step by step to build website

Kaining Zhou

August 22, 2021

1.Choose a Hugo theme for your website

  • Go to wowchemy: https://wowchemy.com/templates/, and choose a theme (in our case is academic)
  • Then it leads to Netlify. You are required to connect Netlify to your GitHub account to create your starter-hugo-academic repository
  • Netlify deploys your website, now your site is live! Change site name to kainingzhou.netlify.app

 

2. Make the repo locally

In RStudio, start a new Project:

  • File > New Project > Version Control > Git. In “Repository URL”, paste the URL of your starter-hugo-academic repository.

  • Change the content of .rmd files in order to customize your own website

  • Push these change to your Github by typing these command lines in the shell:

    git add -A
    git commit -m “write here your commit message”
    git push

 

4. Check your website

Reload the page to check whether the content of your website is updated