Apprendre le français
Steps to create this site:
-
initialize
hugo new site bonjour cd bonjour git init git add . git commit -m 'upload bonjour' git remote add origin https://github.com/lijqhs/bonjour.git git pull origin main git config pull.rebase true git pull origin main git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive
-
configure hugo
- delete
hugo.toml, copyconfig.yamlfrom PaperMod exampleSite. - modify configurations in
config.yaml
- delete
-
configure github
- push repo to GitHub
- modify repo setting to
GitHub Actions - add
.github/workflows/hugo.yaml, as in Host on GitHub Pages
-
update
git clone ...git submodule update --init --recursivehugo new content posts/xxxx.mdzsh update.sh