Skip to content

Commit a1dfd8a

Browse files
committed
[post] Strathcona Power - it begins!
relies on Image Process pre-release; see pelican-plugins/image-process#100
1 parent 6261b51 commit a1dfd8a

5 files changed

Lines changed: 148 additions & 2 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: Building Strathcona Power -- It Begins!
2+
date: 2026-01-12 11:50:00-0700
3+
category: Strathcona Power
4+
tags: build in public, Strathcona Power
5+
6+
I am building a boutique energy retailer to provide a human touch to our
7+
electricity and natural gas bills, and to make sure that that money get
8+
reinvested back into our community. This matters because many of the
9+
established players are huge multinationals, with call centers on one continent
10+
and their head office in yet another, both far from Alberta.
11+
12+
But it doesn't have to be like that: the money from our bills can grow our
13+
communities and our energy retailer can be human scale too.
14+
15+
[Strathcona Power](https://strathconapower.ca/): Deep roots, New Power.
16+
17+
<!-- read more -->

content/images/2026/strathcona-power-v2.4-detailed.svg

Lines changed: 123 additions & 0 deletions
Loading

pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"minchin-dot-ca-theme": "images/2016/minchindotca-theme-article.png",
155155
"pelican-plugins": "images/2020/pelican_logo.png",
156156
"covid": "images/2020/coronavirus-cdc-645x645.jpg",
157+
"strathcona-power": "images/2026/strathcona-power-v2.4-detailed.svg",
157158
}
158159

159160

requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ seafoam >= 2.13.0
1919
typogrify
2020
webassets >= 0.12.1
2121

22+
# otherwise via seafoam; need v3.3.1 (currently unreleased)
23+
git+https://github.com/pelican-plugins/image-process.git@skip-bad-images #egg=pelican-image-process
24+
2225
# on Termux (included by default on Windows)
2326
tzdata # otherwise, via Pelican
2427
# on GitHub Actions (on Linux), bur `extended_sitemap` plugin

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ pelican-alias==1.1
105105
# via -r requirements.in
106106
pelican-extended-sitemap==1.2.3
107107
# via -r requirements.in
108-
pelican-image-process==3.3.0
109-
# via seafoam
108+
pelican-image-process @ git+https://github.com/pelican-plugins/image-process.git@skip-bad-images
109+
# via
110+
# -r requirements.in
111+
# seafoam
110112
pelican-jinja-filters==2.1.1
111113
# via seafoam
112114
pelican-neighbors==1.2.0

0 commit comments

Comments
 (0)