Skip to content

Commit 60c035d

Browse files
committed
added me as author
1 parent e60ebc2 commit 60c035d

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

app/data/authors.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,13 @@
3838
twitter: venkat_s
3939
website: https://agiledeveloper.com/
4040
description: |
41-
Venkat Placeholder.
41+
Venkat Placeholder.
42+
43+
- name: Cay Horstmann
44+
email: cay@horstmann.com
45+
photo_url: https://horstmann.com/cay-pfh.jpg
46+
github: cayhorstmann
47+
twitter: cayhorstmann
48+
website: https://horstmann.com
49+
description: |
50+
Cay Placeholder.

app/pages/learn/01_tutorial/02_new-features/virtual-threads.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
id: new_features.virtual_threads
33
title: Virtual Threads
4-
slug: learn/new-features/virtual-threads
4+
slug: learn/virtual-threads
55
type: tutorial
66
category: awareness
77
category_order: 2
8-
layout: learn/tutorial.html
8+
group: refactoring-to-functional-style
9+
layout: learn/tutorial-group-top.html
910
main_css_id: learn
1011
subheader_select: tutorials
1112
description: "Virtual Threads: What, Why, and How?"
12-
author: ["cayhorstmann"]
13+
author: ["CayHorstmann"]
1314
---
1415

1516

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"dotenv": "^16.0.3",
32-
"gulp-markdown-toc": "^1.1.0"
32+
"gulp-markdown-toc": "^1.1.0",
33+
"gulp-util": "^3.0.8"
3334
}
3435
}

0 commit comments

Comments
 (0)