# Run hugo site
hugo serve
# Watch change theme assset
cd assets/themes/2022
yarn serve
# Build theme asset
cd assets/themes/2022
yarn build
hugo new [archtype]/[post-name].md "Post title"
# archtype === 'post'
hugo new post/hello.md "hello"
hugo new post/aws-series-vpc.md "AWS Series VPC"
hugo new post/aws-lab-series.md "AWS Lab Series - Build And Deploy RestApi in AWS"
hugo new post/reactjs-examples-vs-code-extensions.md "ReactJS Examples - VSCode Extensions 2024"
hugo new post/react-native-examples-setup-working-place-for-react-native-developer.md "[React Native Examples] Setup working place for React Native Developer"