|
|
@ -4,10 +4,14 @@ |
|
|
|
### To sign, create a file in `_data/signed/` named `<username>.yaml` with the following content: |
|
|
|
### To sign, create a file in `_data/signed/` named `<username>.yaml` with the following content: |
|
|
|
|
|
|
|
|
|
|
|
```yaml |
|
|
|
```yaml |
|
|
|
name: <your name here> |
|
|
|
name: <your name here (optional organization or company)> |
|
|
|
link: <link to your profile or site> |
|
|
|
link: <link to your profile or site> |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optional stuff you should consider: |
|
|
|
|
|
|
|
- Use your real name if possible |
|
|
|
|
|
|
|
- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` |
|
|
|
|
|
|
|
- |
|
|
|
### Example |
|
|
|
### Example |
|
|
|
|
|
|
|
|
|
|
|
```yaml |
|
|
|
```yaml |
|
|
@ -15,7 +19,4 @@ name: Richard Matthew Stallman |
|
|
|
link: https://stallman.org/ |
|
|
|
link: https://stallman.org/ |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Optional stuff you should consider: |
|
|
|
|
|
|
|
- Use your real name if possible |
|
|
|
|
|
|
|
- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` |
|
|
|
|
|
|
|
--> |
|
|
|
--> |
|
|
|