getvictor/website · 文件
文件最后提交记录最后更新时间
README.md
Site deployed at: https://victoronsoftware.com/
This is a Hugo site using hugo-theme-stack.
To update Hugo, run:
brew upgrade hugo
To update the theme, run:
cd themes/hugo-theme-stack
# Get new tags from remote
git fetch --tags
# Get latest tag
latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
# Checkout latest tag
git checkout $latestTag
# Go back to the root of the project
cd ../..
# And commit the change to theme/hugo-theme-stack link