-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsites.json
More file actions
107 lines (107 loc) · 3.23 KB
/
sites.json
File metadata and controls
107 lines (107 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
window.WEBRING_SITES = [
{
"url": "https://docsgoblin.com",
"name": "docs goblin",
"description": "CT Smith's blog"
},
{
"url": "https://lizargall.github.io/",
"name": "Liz Argall",
"description": "Liz Argall's portfolio site and blog"
},
{
"url": "https://passo.uno",
"name": "Passo.uno",
"description": "Fabrizio Ferri-Benedetti blog"
},
{
"url": "https://www.kevinrkuhl.com/",
"name": "Kevin R. Kuhl",
"description": "Kevin Kuhl's portfolio site and blog"
},
{
"url": "https://jamestasse.tech/",
"name": "James Tasse",
"description": "Portfolio. Blog. ?"
},
{
"url": "https://hirethis.one/blog",
"name": "Hire This One - Sam's attempt at becoming a Tech Writer",
"description": "An instruction manual, blog, and a resume in a few pages of HTML and JS."
},
{
"url": "https://damilola-oladele.dev/",
"name": "Damilola Oladele",
"description": "Damilola Oladele's blog and portfolio site"
},
{
"url": "https://instructionmanuel.com",
"name": "Instruction Manuel",
"description": "Manny Silva's miscellaneous thoughts (a blog)"
},
{
"url": "https://thisisimportant.net/",
"name": "This is important",
"description": "Sarah Moir's blog"
},
{
"url": "https://coffeecup.tech/",
"name": "CoffeeCup.tech",
"description": "Florence Venisse's portfolio site and blog"
},
{
"url": "https://edmar.sh/",
"name": "Ed Marsh—Technical writer, mentor, content strategist, podcaster",
"description": "Living portfolio, blog, and podcast"
},
{
"url": "https://thenotboringtechwriter.com/",
"name": "The Not-Boring Tech Writer",
"description": "Kate Mueller's podcast"
},
{
"url": "https://johnathandos.com",
"name": "Johnathan Ortiz-Sonnen",
"description": "Johnathan Ortiz-Sonnen's blog"
},
{
"url": "https://idratherbewriting.com",
"name": "Tom Johnson",
"description": "Tom Johnson's blog: I'd Rather Be Writing"
},
{
"url": "https://amanhimself.dev",
"name": "amanhimself.dev",
"description": "Aman Mittal's blog"
},
{
"url": "https://technicalwriting.dev",
"name": "technicalwriting.dev",
"description": "Field notes from the frontier of technical writing"
},
{
"url": "https://bufferbuffer.com",
"name": "BufferBuffer",
"description": "Zapata's (mis)adventures of a technical writer"
},
{
"url": "https://www.dufcrule.com/",
"name": "Technically Writing",
"description": "Ian Cowley's blog"
},
{
"url": "https://sdeaton.com",
"name": "Sarah Deaton",
"description": "Sarah Deaton's blog"
},
{
"url": "https://kody-with-a-k.com",
"name": "Kody Jackson",
"description": "The only Kody with a K you'll find blogging about docs!"
},
{
"url": "https://beingtechnicalwriter.com",
"name": "Gaurav Trivedi",
"description": "Gaurav Trivedi's blog"
}
];