Start the development server at http://localhost:1313
hugo serverCreate a new post
hugo new posts/your-page-name.mdPush to master and deploy to Github pages
git push origin masterNote: no need to build in local, GitHub actions already handle that
Add upstream (original Tale theme repository)
git remote add upstream https://github.com/EmielH/tale-hugo.gitNavigate to the theme in local and fetch any updates from upstream
cd /path/to/tale
git fetch upstream
git merge upstream/masterLet the static site know that there are changes to the theme
cd /path/to/static-site
cd themes/tale
git pull origin master
cd /path/to/static-site
git commit ...To add any custom CSS, edit the static/styles.css styesheet