Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

29 lines (26 loc) · 1.28 KB

Contributing to the Ergo‑L website

Setup

For Windows

  • Open a terminal, for example Windows PowerShell
  • Install Hugo :
    winget install Hugo.Hugo.Extended
  • Optional if you run Hugo in a Linux terminal such as WSL or Git Bash ; install PowerShell (Hugo can’t run in preinstalled Windows PowerShell) :
    winget install --id Microsoft.Powershell --source winget
    Note : PowerShell is not the same application as Windows PowerShell even if the name is almost the same and they are both maintained by Microsoft
  • Install Pandoc :
    winget install --source winget --exact --id JohnMacFarlane.Pandoc
  • Launch the newly installed PowerShell (or restart it if you already had it) and go to the www folder :
    cd www
  • Run the development server :
    hugo server
  • And go to http://localhost:1313/ to see the effect of your changes in livereload