Below you will find pages that utilize the taxonomy term “Amplify”
posts
hugo git hash, build time extract instead of using .GitInfo
getting git info, git hash in build time when deployed, avoid using the official .GitInfo
read moreposts
configure hugo with CD ( continuous deployment ) on AWS Amplify
describe how to configure hugo with CD ( continuous deployment ) on AWS Amplify
read morepostsread more
AWS amplify default redirection rule
source 1
/<*>
- target:
/index.html
- type: 404 rewrite`
source 2
</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|ttf|map|json)$)([^.]+$)/>
- target:
index.html
- type:
200 rewrite