Skip to content

Content, configuration and build action for Coders School website

Notifications You must be signed in to change notification settings

coders-school/site

Repository files navigation

Build Hugo

How to generate this webite on your own machine

  1. Install Hugo
  2. Download this repo git clone https://github.com/coders-school/site.git
  3. cd site
  4. Download theme git submodule update --init
  5. hugo server
  6. Open web browser: localhost:1313