An open API service indexing awesome lists of open source software.

https://github.com/learn-software-engineering/website

Learn-Software.com Website
https://github.com/learn-software-engineering/website

blog devops github-pages golang hugo kubernetes platform-engineering programming python site-reliability-engineering software software-engineering sre website

Last synced: about 2 months ago
JSON representation

Learn-Software.com Website

Awesome Lists containing this project

README

          

# Learn-Software.com

Website about Software Engineering and Programming.

## Contents

- [Commands](#commands)
- [Tools](#tools)

## Commands

Upgrade all modules:
```
hugo mod get -u ./...
hugo mod tidy
```

## Tools

- [Git](https://git-scm.com/)
- [Go](https://go.dev/)
- [Hugo](https://gohugo.io/)
- [Blowfish theme](https://blowfish.page/).

### MacOS

```bash
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
```