Git Pages

- 1 min read
  1. hugo new site portfolio
  2. cd portfolio
  3. git init
  4. git branch -m main
  5. git add .
  6. git commit -m "create structure for Git Pages"
  7. git branch develop
  8. git checkout develop
  9. git submodule add https://github.com/vaga/hugo-theme-m10c.git themes/m10c
  10. git add .
  11. git commit -m "install theme m10c"

enableEmoji = true - прописывается в верхнем блоке config.tolm