Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 395 Bytes

pythonlodz.org

Repo for keeping the source code of our official website

How to run the website locally

  1. Install Hugo.

  2. Clone this repository.

  3. On new clone and when there are submodule updates:

    git submodule update --init --depth 1
    
  4. Run the Hugo development server:

    hugo server
    
  5. Open http://127.0.0.1:1313.