+++ date = "2022-03-05T03:45:51+00:00" lastmod = "2022-03-29T22:55:17+00:00" tags = [ "docs", "hugo", "quickstart" ] author = "default" +++ Somehow you've ended up here, funny how that works. I'm responsible for explaining how to get started. GIT CLONE. EXECUTE HUGO. ```shell git clone cd canory hugo ``` SERVE HTML. USE ANY HTTP SERVER. ```shell cd public php -S 127.0.0.1:8124 python -m http.server 8125 ``` MAKE USER. STUDY CONTENT FOLDER. ```shell make auther user=robot ``` That concludes our community announcement.