# Run hugo site
hugo serve
# Watch change theme assset
cd assets/themes/2022
yarn serve
# Build theme asset
cd assets/themes/2022
yarn buildhugo new [archtype]/[post-name].md "Post title"
# archtype === 'post'
hugo new post/hello.md "hello"hugo new post/laravel-tutorial-001-main-concepts.md "Introduction to laravel framework"hugo new post/docker-cheatsheet.md "Docker Cheatsheet for php developers"hugo new post/php-tutorial-topic.md "PHP Tutorial Topic" hugo new post/wordpress-tutorial-001-main-concepts.md "Introduction to Wordpress" hugo new post/golang-tutorial-topic.md "Golang Tutorial Topic"