Skip to content

Commit 66b3623

Browse files
committed
Auto Topic Image Generation
1 parent 019dfd2 commit 66b3623

24 files changed

Lines changed: 422 additions & 3 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
- name: Verify PaperMod theme
4444
run: test -f themes/PaperMod/theme.toml
4545

46+
- name: Setup .NET SDK
47+
uses: actions/setup-dotnet@v4
48+
with:
49+
dotnet-version: "9.0.x"
50+
51+
- name: Generate missing cover images (SkiaSharp)
52+
run: dotnet run --project tools/GenerateCovers --configuration Release --
53+
4654
- name: Setup Pages
4755
id: pages
4856
uses: actions/configure-pages@v5

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Desktop.ini
2525
# .vscode/
2626
# .idea/
2727

28+
# .NET — GenerateCovers tool (build / publish artifacts)
29+
tools/GenerateCovers/bin/
30+
tools/GenerateCovers/obj/
31+
tools/GenerateCovers/out/
32+
tools/GenerateCovers/publish-test/
33+
2834
# Logs & temp
2935
*.log
3036
*.tmp
16.6 KB
Loading
27.8 KB
Loading
25.9 KB
Loading

content/blog/general/deletedocsfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dateString: February 2026
88
description: ""
99
#canonicalURL: "https://canonical.url/to/page"
1010
cover:
11-
# image: "devtunnel.png" # image path/url
11+
image: "cover.jpg"
1212
alt: "Docs" # alt text
1313
#caption: "Microsoft Dev Tunnels" display caption under cover
1414

13.9 KB
Loading

content/blog/general/devtunnel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dateString: January 2026
88
description: "Complete guide to installing and setting up Microsoft devtunnel CLI on Windows, macOS, and Linux. Learn how to create secure development tunnels for local services."
99
#canonicalURL: "https://canonical.url/to/page"
1010
cover:
11-
# image: "devtunnel.png" # image path/url
11+
image: "cover.jpg"
1212
alt: "Dev Tunnel Logo" # alt text
1313
#caption: "Microsoft Dev Tunnels" display caption under cover
1414

27.1 KB
Loading
25.9 KB
Loading

0 commit comments

Comments
 (0)