DO NOT use any code formatting tool!!
Remember to sync with remote repository every time before and after devlopment!
Make your design decisions with great care, follow KISS principles, and if it ain't broke, don't fix it.
Opening an issue to discuss ideas comprehensively would be great.
- Clone
- Install Hugo.
npm install
npm update
npm run watch
hugo server
in directory/exampleSite/
- Make changes
- Preview changes in browser
- Terminate
npm run prod
In Weekly project, do -
git submodule update --remote --merge
git commit -am "update submodule"
git push
- Use Chrome.
- DevTool to inspect, narrow down stylesheet, mobile device emulation, lighthouse test, and so more.
- Peek around the whole project before putting your hands on it.
- Use 'Find in Project' wisely.
- Use the latest Hugo to avoid problems.
- Install necessary extensions.