Content, configuration and build action for Coders School website
3
stars
22
forks
source link
How to generate this webite on your own machine
- Install Hugo
- Download this repo
git clone https://github.com/coders-school/site.git
cd site
- Download theme
git submodule update --init
hugo server
- Open web browser:
localhost:1313