Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 884 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 884 Bytes

Best-practices documentation for modifying the website

Running website loally

Modifying content

  • open a new branch
  • go to content/authors/yourName
  • open _index.md
  • Make your changes
  • commit your changes
  • add LukasBuecherl as a reviewer

Restarting the website

  • hugo
  • cd public
  • git add .
  • git commit -m "Build website"
  • git push origin main