Skip to content

learn-software-engineering/website

Repository files navigation

Learn-Software.com

Website about Software Engineering and Programming.

Contents

Commands

Upgrade all modules:

hugo mod get -u ./...
hugo mod tidy

Tools

MacOS

brew install git
brew install go-task
brew install goenv
brew install hugo
brew install pre-commit

Windows

winget install -e --id GoLang.Go
winget install -e --id Git.Git
winget install -e --id Hugo.Hugo.Extended
winget install -e --id Task.Task