Skip to content

Commit 66d7e5e

Browse files
committed
Add authors to blogs
1 parent 098ad1c commit 66d7e5e

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

docs/sections/blog/.authors.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
authors:
3+
mdellweg:
4+
name: "Matthias Dellweg"
5+
description: "developer"
6+
avatar: "https://discourse.pulpproject.org/user_avatar/discourse.pulpproject.org/x9c4/120/12_2.png"
7+
...

docs/sections/blog/posts/2025/release_whenever.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
---
2-
date: 2025-01-03T00:00:00Z
3-
title: Whenever, Whatever-based Release Cycle
4-
author: Matthias Dellweg
2+
date: 2025-01-03
3+
title: "Whenever, Whatever-based Release Cycle"
4+
authors:
5+
- "mdellweg"
56
tags:
6-
- CI/CD
7-
- security
8-
- automation
7+
- "CI/CD"
8+
- "security"
9+
- "automation"
10+
links:
11+
- "[discourse] LTS strategy": "https://discourse.pulpproject.org/t/need-to-reduce-the-number-of-release-branches-aka-we-need-an-lts-strategy/449"
12+
- "[discourse] CalVer": "https://discourse.pulpproject.org/t/switching-pulpcore-to-calendar-versioning-scheme/771"
13+
- "[discourse] 3.25 upcoming": "https://discourse.pulpproject.org/t/pulpcore-3-25-is-on-the-horizon-and-upcoming-changes-in-release-cadence/840"
14+
- "[discourse] Release Improvements": "https://discourse.pulpproject.org/t/discussion-pulp-release-process-improvements/860"
915
---
1016

1117
"Release fast, release often!" is not a metaphor, it is a mantra.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pulp-docs"
77
version = "0.0.1"
88
requires-python = ">= 3.11"
99
dependencies = [
10-
"mkdocs-material",
10+
"mkdocs-material>=9.6.0",
1111
"mkdocstrings",
1212
"mkdocstrings-python>=1.14.1,<1.15",
1313
"mkdocs-macros-plugin",
@@ -35,4 +35,3 @@ pythonpath = "src"
3535
addopts = [
3636
"--import-mode=importlib",
3737
]
38-

src/pulp_docs/data/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ plugins:
4444
- blog:
4545
blog_dir: blog
4646
blog_toc: false
47+
# The following path is weird but needed to account for the copying around all the files.
48+
authors_file: ../../../../docs/sections/blog/.authors.yml
4749
- macros:
4850
module_name: '../mkdocs_macros'
4951
render_by_default: false

0 commit comments

Comments
 (0)