You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _TODO.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ Adds some custom directives:
207
207
Allows any Mastodon instance to discover your Mastodon profile directly from your own domain.
208
208
209
209
210
-
## Refactor social neworks in Authors collection to Contact collection format
210
+
## Refactor social networks in Authors collection to Contact collection format
211
211
212
212
The contact data collection uses an array of social networks, with keys:
213
213
@@ -222,15 +222,6 @@ The contact data collection uses an array of social networks, with keys:
222
222
223
223
The authors collection is using named entries under a "social" property, like "twitter", "github", etc. This task is to refactor that to use an array like contact data collection. We also need to add a color for the social network icon, or some other approach to setting the color of it while enabling theming.
224
224
225
-
## Preload fonts:
226
-
227
-
```html
228
-
<linkrel="preload"as="font" />
229
-
```
230
-
231
-
TTI (Time to Interactive) measures time from when the page is painted until it becomes usefully interactive.
232
-
Interactive can only have two in-flight network requests.
233
-
234
225
## Stuff from ZMarkdown, a prepackaged Unified config
0 commit comments