Skip to content

Commit fb56be9

Browse files
committed
Use sections
1 parent f5e92c0 commit fb56be9

File tree

1 file changed

+39
-32
lines changed

1 file changed

+39
-32
lines changed

links.json

Lines changed: 39 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,41 +37,56 @@
3737
}, {
3838
"service": "lastfm"
3939
}],
40+
"sections": [{
41+
"title": "Books",
42+
"links": [{
43+
"title": "What to Ask Your Website Company",
44+
"subtitle": "Things to consider. Questions to ask. Red flags to avoid",
45+
"link": "https://websiteguide.davecross.co.uk/"
46+
}, {
47+
"title": "George and the Smart Home",
48+
"subtitle" : "A children's book",
49+
"link": "https://george.davecross.co.uk/"
50+
}, {
51+
"title": "GitHub Actions Essentials",
52+
"subtitle" : "A book for techies",
53+
"link": "https://actions.davecross.co.uk/"
54+
}, {
55+
"title": "Books I've written",
56+
"link": "https://davecross.co.uk/books/"
57+
}]
58+
}, {
59+
"title": "Writing",
60+
"links": [{
61+
"title": "One Thing at a Time",
62+
"subtitle": "An infrequent Substack newsletter",
63+
"link": "https://davecross.substack.com/"
64+
}, {
65+
"title": "Perl Hacks",
66+
"subtitle": "Stuff about Perl",
67+
"link": "https://perlhacks.com/"
68+
}, {
69+
"title": "dev.to",
70+
"subtitle": "A developer's blog",
71+
"link": "https://dev.to/davorg"
72+
}, {
73+
"title": "The Horsell Transmissions",
74+
"subtitle": "Recovered Martian bureaucratic transmissions: Earth invaded, forms filed, microbes prevailed.",
75+
"link": "https://horsell.substack.com/",
76+
"new": 1
77+
}]
78+
}],
4079
"links": [{
4180
"title": "Professional website",
4281
"subtitle": "A good place to start if you think you might need my services",
4382
"link": "https://davecross.co.uk/"
44-
}, {
45-
"title": "The Horsell Transmissions",
46-
"subtitle": "Recovered Martian bureaucratic transmissions: Earth invaded, forms filed, microbes prevailed.",
47-
"link": "https://horsell.substack.com/",
48-
"new": 1
49-
}, {
50-
"title": "One Thing at a Time",
51-
"subtitle": "An infrequent Substack newsletter",
52-
"link": "https://davecross.substack.com/"
5383
}, {
5484
"title": "Modern CSS Daily",
5585
"subtitle": "A daily article about a modern CSS feature",
5686
"link": "https://modern-css.davecross.co.uk/"
57-
}, {
58-
"title": "What to Ask Your Website Company",
59-
"subtitle": "Things to consider. Questions to ask. Red flags to avoid",
60-
"link": "https://websiteguide.davecross.co.uk/"
6187
}, {
6288
"title": "Etsy print store",
6389
"link": "https://www.etsy.com/shop/printsfromdave"
64-
}, {
65-
"title": "Books I've written",
66-
"link": "https://davecross.co.uk/books/"
67-
}, {
68-
"title": "George and the Smart Home",
69-
"subtitle" : "A children's book",
70-
"link": "https://george.davecross.co.uk/"
71-
}, {
72-
"title": "GitHub Actions Essentials",
73-
"subtitle" : "A book for techies",
74-
"link": "https://actions.davecross.co.uk/"
7590
}, {
7691
"title": "GitHub Sponsor Page",
7792
"link": "https://github.com/sponsors/davorg/"
@@ -83,14 +98,6 @@
8398
"title": "Royal Relations",
8499
"subtitle" : "All one big happy family",
85100
"link": "https://rels.lineofsuccession.co.uk/"
86-
}, {
87-
"title": "dev.to",
88-
"subtitle": "A developer's blog",
89-
"link": "https://dev.to/davorg"
90-
}, {
91-
"title": "Perl Hacks",
92-
"subtitle": "Stuff about Perl",
93-
"link": "https://perlhacks.com/"
94101
}, {
95102
"title": "Line of Succession",
96103
"subtitle": "See the British line of succession on dates in the past",

0 commit comments

Comments
 (0)