Ebby Builds · ebbypeter.github.io
Blueprint. Build. Ship. Repeat.
Personal blog of Ebby Peter — Cloud & Enterprise Solutions Architect based in Wellington, New Zealand. Writing about cloud architecture, enterprise design, open source, and the tools I build along the way.
| Tool | Purpose |
|---|---|
| Hugo | Static site generator (v0.156.0+, extended) |
| Tranquilpeak | Theme (patched for Hugo v0.114+ compatibility) |
| GitHub Pages | Hosting |
| GitHub Actions | Build & deploy pipeline |
ebbypeter.github.io/
├── .github/
│ └── workflows/
│ └── hugo.yml # GitHub Actions build & deploy
├── archetypes/ # Content templates
├── content/
│ └── posts/ # Blog posts (Markdown)
├── layouts/ # Custom layout overrides
├── static/
│ └── images/ # Post thumbnails and assets
├── themes/
│ └── tranquilpeak/ # Theme (added via git subtree)
└── hugo.toml # Site configuration
| Platform | Link |
|---|---|
| Blog | ebbypeter.github.io |
| linkedin.com/in/ebbypeter | |
| GitHub | github.com/ebbypeter |
Blog posts and original content © Ebby Peter. All rights reserved.
Theme (Tranquilpeak) is licenced under the MIT Licence.