coders-school / site

Content, configuration and build action for Coders School website
https://coders.school
3 stars 22 forks source link
github-action hugo-site markdown md toml-config

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