Skip to content

Commit b6f0f65

Browse files
authored
use authors.yml (#107)
* use authors.yml * Fix typo in CONTRIBUTING.md regarding authors
1 parent d626ee8 commit b6f0f65

12 files changed

+49
-73
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,7 @@ New blog posts can be created under the `blog` folder. To add a new page:
184184
```
185185
---
186186
title: New Generic Event Listener
187-
author: Kenneth Walker
188-
authorTitle: Software Developer
189-
authorURL: https://github.com/kewalker
190-
authorImageURL: https://github.com/kewalker.png
187+
authors: kenneth_walker
191188
tags: [mobile, workflow]
192189
---
193190
@@ -199,10 +196,10 @@ A short description that will be visible in the list of blog posts. Anything bel
199196
```
200197

201198
- `title` becomes the prefix of the window title. For example `New Generic Event Listener`
202-
- `author` is the name of the person who wrote the blog post
203-
- `authorTitle` is the position of the person who wrote the blog post
204-
- `authorUrl` is a link to the author's github
205-
- `authorImageUrl` is a link to the author's github image
199+
- `authors` is the name of the person who wrote the blog post -- further details about the author are defined in the global authors.yml file.
200+
-- `title` is the position of the person who wrote the blog post
201+
-- `url` is a link to the author's github
202+
-- `imageUrl` is a link to the author's github image
206203
- `tags` is a comma separated list of tags to apply to the post - blog posts can be filtered by clicking on one of these links
207204

208205
The remaining blog content should follow the `<!--truncate-->` tag.

blog/2021-03-22-new-workflow-element-api.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: New Workflow Form Element API
3-
author: Ian Schmitz
4-
authorTitle: Software Architect
5-
authorURL: https://github.com/ianschmitz
6-
authorImageURL: https://github.com/ianschmitz.png
3+
authors: ian_schmitz
74
tags: [workflow]
85
---
96

blog/2023-03-01-mobile-generic-event-listener.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Mobile Generic Event Listener
3-
author: Kenneth Walker
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/kewalker
6-
authorImageURL: https://github.com/kewalker.png
3+
authors: kenneth_walker
74
tags: [mobile, workflow]
85
---
96

blog/2023-06-20-inline-sdk.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Creating Custom Bands with the Inline SDK
3-
author: Michael Kowal
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/MichaelKowal
6-
authorImageURL: https://github.com/MichaelKowal.png
3+
authors: michael_kowal
74
tags: [inline, web]
85
---
96

blog/2024-08-22-mobile-maui-announcement.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: VertiGIS Mobile Now Supports ArcGIS Maps SDK 200.x
3-
author: Felicity Rhone
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/Felicity-R
6-
authorImageURL: https://github.com/felicity-r.png
3+
authors: felicity_rhone
74
tags: [mobile]
85
---
96

blog/2025-02-13-mobile-sdk-maui-conversion.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Converting a VertiGIS Studio Mobile SDK project to .NET MAUI
3-
author: Felicity Rhone
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/Felicity-R
6-
authorImageURL: https://github.com/felicity-r.png
3+
authors: felicity_rhone
74
tags: [mobile, maui, sdk, samples]
85
---
96

blog/2025-05-02-mobile-override-search-area.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Override Search Area in VertiGIS Studio Mobile
3-
author: Jack Basha
4-
authorTitle: Quality Assurance Analyst
5-
authorURL: https://github.com/jackbasha
6-
authorImageURL: https://github.com/jackbasha.png
3+
authors: jack_basha
74
tags: [mobile, search]
85
---
96

blog/2025-06-04-mobile-sdk-ai-image-recognition.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Using AI Image Recognition with the VertiGIS Studio Mobile SDK
3-
author: Felicity Rhone
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/Felicity-R
6-
authorImageURL: https://github.com/felicity-r.png
3+
authors: felicity_rhone
74
tags: [mobile, sdk, samples, ai]
85
---
96

blog/2025-08-05-web-observable-overhaul.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: VertiGIS Studio Web 5.37 Observable Overhaul
3-
author: Brenda Parker
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/bparker-dev
6-
authorImageURL: https://github.com/bparker-dev.png
3+
authors: brenda_parker
74
tags: [web, sdk]
85
---
96

blog/2025-12-11-startup-map-area-management.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
title: Managing Map Areas Through Start-up Workflows
3-
author: Felicity Rhone
4-
authorTitle: Software Developer
5-
authorURL: https://github.com/Felicity-R
6-
authorImageURL: https://github.com/felicity-r.png
3+
authors: felicity_rhone
74
tags: [mobile, workflow, samples, offline]
85
---
96

0 commit comments

Comments
 (0)