Skip to content

Commit

Permalink
feat: update projects and socials
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Nov 11, 2024
1 parent b8a6235 commit eb5ce2d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ contact_links:
- name: 🤔 Question
url: https://github.com/lihbr/lihbr-apex/discussions
about: Ask a question about the package. You will usually get support there more quickly!
- name: 🐦 Lucie's Twitter
url: https://twitter.com/li_hbr
about: Get in touch with me about this package, or anything else 🤷‍♀️
- name: 🦋 Lucie's Bluesky
url: https://bsky.app/profile/lihbr.com
about: Get in touch with me about this package, or anything else on Bluesky
- name: 🐦 Lucie's X
url: https://x.com/li_hbr
about: Get in touch with me about this package, or anything else on X
- name: 🐘 Lucie's Mastodon
url: https://mastodon.social/@lihbr
about: Get in touch with me about this package, or anything else on Mastodon
2 changes: 1 addition & 1 deletion data/projects/200930-utils-netlify.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"slug": "utils-netlify",
"title": "Utils Netlify",
"start": "2020-09-30",
"active": true,
"active": false,
"url": "https://utils-netlify.lihbr.com"
}
2 changes: 1 addition & 1 deletion data/projects/200930-utils-nuxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"slug": "utils-nuxt",
"title": "Utils Nuxt",
"start": "2020-09-30",
"active": true,
"active": false,
"url": "https://utils-nuxt.lihbr.com"
}
2 changes: 1 addition & 1 deletion data/projects/210401-nuxt-hue.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"slug": "nuxt-hue",
"title": "Nuxt Hue",
"start": "2021-04-01",
"active": true,
"active": false,
"url": "https://nuxt-hue.lihbr.com"
}
2 changes: 1 addition & 1 deletion data/projects/210426-eleventy-plugin-prismic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"slug": "eleventy-plugin-prismic",
"title": "eleventy-plugin-prismic",
"start": "2021-04-26",
"active": true,
"active": false,
"url": "https://github.com/prismicio-community/eleventy-plugin-prismic"
}
7 changes: 7 additions & 0 deletions data/projects/240529-eslint-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"slug": "eslint-config",
"title": "@lihbr/eslint-config",
"start": "2024-05-19",
"active": true,
"url": "https://github.com/lihbr/eslint-config"
}
7 changes: 7 additions & 0 deletions data/projects/241017-vscode-theme-farben.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"slug": "vscode-theme-farben",
"title": "vscode-theme-farben",
"start": "2024-10-17",
"active": true,
"url": "https://github.com/lihbr/vscode-theme-farben"
}
2 changes: 1 addition & 1 deletion src/components/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function footer(): string {
You can support it through <a href="https://github.com/sponsors/lihbr" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's GitHub Sponsors page">GitHub Sponsors</a>
</p>
<p>
Read more and chat with me on <a href="https://twitter.com/li_hbr" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's Twitter">Twitter</a> and <a href="https://mastodon.social/@lihbr" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's Mastodon">Mastodon</a><br />
Read more and chat with me on <a href="https://bsky.app/profile/lihbr.com" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's Bluesky">Bluesky</a>, <a href="https://twitter.com/li_hbr" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's Twitter">Twitter</a>, or <a href="https://mastodon.social/@lihbr" target="_blank" rel="noopener noreferrer" class="underline" title="Permalink to Lucie's Mastodon">Mastodon</a><br />
To contact me, here's <a href="mailto:[email protected]" class="underline" title="Write an email to Lucie">a mail</a> and a <a href="/contact" class="underline">contact page</a>.
</p>
<br />
Expand Down
3 changes: 3 additions & 0 deletions src/files/contact/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const index = defineAkteFile<GlobalData>().from({
<li>
<a href="mailto:[email protected]" class="lowercase underline">Mail</a>
</li>
<li>
<a href="https://bsky.app/profile/lihbr.com" class="lowercase underline" target="_blank" rel="noopener noreferrer">Bluesky</a>
</li>
<li>
<a href="https://twitter/li_hbr" class="lowercase underline" target="_blank" rel="noopener noreferrer">Twitter</a>
</li>
Expand Down

0 comments on commit eb5ce2d

Please sign in to comment.