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
- Host: GitHub
- URL: https://github.com/learn-software-engineering/website
- Owner: learn-software-engineering
- License: apache-2.0
- Created: 2025-08-02T11:45:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-14T22:02:47.000Z (2 months ago)
- Last Synced: 2025-10-14T23:28:45.932Z (2 months ago)
- Topics: blog, devops, github-pages, golang, hugo, kubernetes, platform-engineering, programming, python, site-reliability-engineering, software, software-engineering, sre, website
- Language: HTML
- Size: 79.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```