1. Fix the warning like the follow:
ERROR deprecated: site config key paginate was deprecated in
Hugo v0.128.0 and will be removed in Hugo 0.141.0. Use
pagination.pagerSize instead.
2. Update hugo in GitHub Action from 0.105.0 to 0.140.2
- Modify color of dark theme, so it will darker and less warm.
- Remove the color `--color-fav-x` and replace with colors those
defined in dark or light
- set paginate to 4 to show the pager in example site.
Fix the appear of image in content so it wouldn't overflow the content
card.
Note that the inline image cannot be displayed in the same line as text,
because the image is centered by display:block and set margin-x as auto.