Homepage Setup

Here is the Link on how I set up a Website using GitHub Pages and Jekyll: Link

Here are the Links on how I set up my Windows Desktop to locally develop Websites like these: Link Link

Tutorial on how to locally update my homepage (for my eyes only):

  1. open the folder in Visual Studio Code
  2. (click on the two opposite arrows in the bottom left)
  3. (click on reopen folder in WSL)
  4. (click on ubuntu)
  5. insert into terminal: bundle exec jekyll serve –livereload
  6. in webbrowser, open localhost:4000