Skip to content

Commit

Permalink
Prettier archetypes and remove some
Browse files Browse the repository at this point in the history
  • Loading branch information
joemoore committed Mar 22, 2024
1 parent c867cd7 commit 1586037
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 57 deletions.
13 changes: 0 additions & 13 deletions archetypes/blog-post.md

This file was deleted.

2 changes: 1 addition & 1 deletion archetypes/code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ minutes: 120
# TODO YouTube ID after posted
youtube: ""
twitch: "vmwaretanzu"
---
---
1 change: 0 additions & 1 deletion archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ date: "{{ now.Format "2006-01-02" }}"
lastmod: "{{ now.Format "2006-01-02" }}"
draft: true
---

4 changes: 3 additions & 1 deletion archetypes/guide-recipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ Tell the reader here as you can see, console.logs are great. Or just write a set
- It solves all your pain

#### Cons
- This pattern may create a side effect of ___

- This pattern may create a side effect of \_\_\_

## Further reading

- A link to a blog post
- A link to a talk
6 changes: 3 additions & 3 deletions archetypes/guide-what-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ team:

Intro text...

## Why Is It Important?
## Why Is It Important?

...

## How Does It Work?
## How Does It Work?

...

## How Can I Use It?

...
...
15 changes: 13 additions & 2 deletions archetypes/practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ remote: false
miro_template_url: "URL for related Miro template"

---

## How to Use this Method

If needed, write any valuable history or context here prior to the Sample Agenda and Prompts.

***WARNING!*** ***WARNING!*** ***WARNING!***
**_WARNING!_** **_WARNING!_** **_WARNING!_**

This page will be available on public Internet! Think of the various audiences: future customers, current customers, partners, VMware employees, and anybody who happens to find this page.

Expand All @@ -49,9 +51,10 @@ Things to keep in mind:
- No images of people's faces without written permission
- No links to internal sources, such as GDrive, SharePoint

***WARNING!*** ***WARNING!*** ***WARNING!***
**_WARNING!_** **_WARNING!_** **_WARNING!_**

### Sample Agenda & Prompts

1. This is a numbered list of steps. With markdown, just keep using the `1.` and it'll automatically create the numbers.

You'll often have multiple paragraphs in one step. Like this one.
Expand All @@ -73,12 +76,15 @@ Things to keep in mind:
Try not to make them to large either in pixels or disk space. 1280px on the longest side and 400KB or so max.

## Success/Expected Outcomes

How do people know if this workshop was successful?

## Facilitator Notes & Tips

Are there common ways by which this workshop gets off track? Notes like that are great for this section.

## Related Practices

If there are any related practices list them here.

- [Related Practice 1](/practices/related-practice-1)
Expand All @@ -87,22 +93,27 @@ If there are any related practices list them here.
Delete if unused.

## Variations

Are there alternative ways of performing this practice or workshop? Call out the differences here.

Delete if unused.

### Preceding

Optional. Delete if unused.

- [Specific practice that takes place before this one](/practices/related-practice-before)

### Following

Optional. Delete if unused.

- [Specific practice that takes place after one](/practices/related-practice-after)

## Real World Examples

Images, diagrams, or other interesting examples of this practice in the real world. Remember: no customer-identifying photos or notes, no faces.

## Recommended Reading

Provide links to helpful books, slide decks, videos, etc. Remember: do not include links to internal resources.
2 changes: 1 addition & 1 deletion archetypes/sample.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repo:
readme: true
date: "{{ now.Format "2006-01-02" }}"
lastmod: "{{ now.Format "2006-01-02" }}"
---
---
16 changes: 12 additions & 4 deletions archetypes/soh/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
```bash
hugo new --kind soh tv/spring-office-hours/####
```

or

```bash
soh:> show --episodeNumber #### --title "Show Title" --date "2023-10-31" --youTubeId "YouTubeID"
```

# Dev center

# Streamyard
# - Different Image
# - Same description
# - Time and date

# - Different Image

# - Same description

# - Time and date

## YouTubeID

## Show Notes

# Long form description of episode.
# Long form description of episode.
2 changes: 1 addition & 1 deletion archetypes/soh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ youtube: ""
twitch: "vmwaretanzu"
---

Join Dan Vega and DaShaun Carter as they explore what’s new in the world of Spring. This is your chance to stay connected to what’s happening with the Spring Framework, related projects, and the community. During this live show, Dan and DaShaun will review the current news, demo a Spring related project they find interesting and answer any questions you might have.
Join Dan Vega and DaShaun Carter as they explore what’s new in the world of Spring. This is your chance to stay connected to what’s happening with the Spring Framework, related projects, and the community. During this live show, Dan and DaShaun will review the current news, demo a Spring related project they find interesting and answer any questions you might have.
30 changes: 0 additions & 30 deletions archetypes/spring-office-hours-episode.md

This file was deleted.

0 comments on commit 1586037

Please sign in to comment.