chore: update uses
This commit is contained in:
parent
ca5e64d353
commit
735a7379e7
5 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "8.4.7",
|
"version": "8.4.6",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"author": "Cory Dransfeldt",
|
"author": "Cory Dransfeldt",
|
||||||
"email": "coryd@hey.com",
|
"email": "coryd@hey.com",
|
||||||
"url": "https://coryd.dev",
|
"url": "https://coryd.dev",
|
||||||
|
"themeColor": "#3b82f6",
|
||||||
"siteType": "Person",
|
"siteType": "Person",
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="{%- if schema == 'blog' %}{{ meta.url }}/assets/img/social-preview/{{ title | slugify }}-preview.jpeg{%- else -%}{{ meta.meta_data.opengraph_default }}{% endif -%}"
|
content="{%- if schema == 'blog' %}{{ meta.url }}/assets/img/social-preview/{{ title | slugify }}-preview.jpeg{%- else -%}{{ meta.meta_data.opengraph_default }}{% endif -%}"
|
||||||
/>
|
/>
|
||||||
|
<meta name="theme-color" content="{{ meta.themeColor }}" />
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
<meta name="robots" content="noai, noimageai">
|
<meta name="robots" content="noai, noimageai">
|
||||||
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
||||||
|
|
|
@ -26,7 +26,6 @@ Software and services that I use for work and my own enjoyment.
|
||||||
|
|
||||||
<h3>macOS + iOS</h3>
|
<h3>macOS + iOS</h3>
|
||||||
|
|
||||||
- [Orion](https://kagi.com/orion/): Kagi's Webkit-based browser. It's fast, has a built in ad-blocker and works with their search engine.
|
|
||||||
- [Bear](https://bear.app): native, fast and flexible — it's a breeze to use across Apple's ecosystem.
|
- [Bear](https://bear.app): native, fast and flexible — it's a breeze to use across Apple's ecosystem.
|
||||||
- [Doppler](https://brushedtype.com/doppler): a beautiful, simple native music player that supports scrobbling to Last.fm.
|
- [Doppler](https://brushedtype.com/doppler): a beautiful, simple native music player that supports scrobbling to Last.fm.
|
||||||
- [Ivory](https://tapbots.com/ivory/): the best, most polished Mastodon client for macOS and iOS.
|
- [Ivory](https://tapbots.com/ivory/): the best, most polished Mastodon client for macOS and iOS.
|
||||||
|
|
|
@ -14,7 +14,7 @@ In the spirit of following a trend, here are my default apps as of now (the end
|
||||||
- Launcher: [Alfred](https://alfredapp.com)
|
- Launcher: [Alfred](https://alfredapp.com)
|
||||||
- Cloud storage: iCloud
|
- Cloud storage: iCloud
|
||||||
- Photo library: iCloud
|
- Photo library: iCloud
|
||||||
- Web browser: [Orion](https://kagi.com/orion/)
|
- Web browser: Safari
|
||||||
- Calendar: [HEY](https://hey.com)
|
- Calendar: [HEY](https://hey.com)
|
||||||
- Weather: Weather.app
|
- Weather: Weather.app
|
||||||
- Podcasts: N/A
|
- Podcasts: N/A
|
||||||
|
|
Reference in a new issue