Skip to content

Commit 0c3dcca

Browse files
Aiaspre-commit-ci[bot]janosh
authored
Add barnsworthburning.net (#126)
* Add barnsworthburning * Fix spacing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add barnsworthburning to readme + fetch GH metadata * downgrade eslint to v8 till typescript support * Update screenshots for barnsworthburning * fix outdated module doc str --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Janosh Riebesell <[email protected]>
1 parent 24ed312 commit 0c3dcca

File tree

9 files changed

+64
-4
lines changed

9 files changed

+64
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
stages: [commit, commit-msg]
5555

5656
- repo: https://github.com/pre-commit/mirrors-eslint
57-
rev: v9.6.0
57+
rev: v9.8.0
5858
hooks:
5959
- id: eslint
6060
types: [file]

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
754754

755755
uses: [TypeScript], [SMUI], [Sass]
756756

757+
1. **[barnsworthburning](https://barnsworthburning.net)**&nbsp;
758+
[[code](https://github.com/Aias/barnsworthburning)]&ensp;
759+
<a href="https://github.com/Aias/barnsworthburning/stargazers">
760+
<img src="https://img.shields.io/github/stars/Aias/barnsworthburning?logo=github" alt="GitHub stars" valign="middle">
761+
</a>
762+
763+
An experimental commonplace book / digital garden with a richly interconnected set of links, notes, and ideas.<br>
764+
765+
uses: [TypeScript], [Airtable], [Radix], [MarkedJS], [Cloudflare Pages]
766+
757767
1. **[puruvj.dev](https://puruvj.dev)**&nbsp;
758768
[[code](https://github.com/puruvj/puruvjdev3)]&ensp;
759769
<a href="https://github.com/puruvj/puruvjdev3/stargazers">
@@ -854,6 +864,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
854864

855865
uses: [Typescript], [SCSS], [PostCSS], [Motion One], [OGL], [WebGL], [Directus], [Swell Commerce], [Vercel]
856866

867+
[airtable]: https://airtable.com
857868
[algolia]: https://algolia.com
858869
[anime.js]: https://animejs.com
859870
[aws]: https://aws.amazon.com
@@ -932,6 +943,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
932943
[prisma]: https://prisma.io
933944
[prosemirror]: https://prosemirror.net
934945
[python]: https://python.org
946+
[radix]: https://radix-ui.com
935947
[rehype]: https://github.com/rehypejs/rehype
936948
[release it]: https://github.com/release-it/release-it
937949
[remark]: https://github.com/remarkjs/remark

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sveltejs/kit": "^2.5.18",
2525
"@sveltejs/vite-plugin-svelte": "^3.1.1",
2626
"dotenv": "^16.4.5",
27-
"eslint": "^9.6.0",
27+
"eslint": "8",
2828
"eslint-plugin-svelte": "^2.41.0",
2929
"js-yaml": "^4.1.0",
3030
"marked": "^13.0.2",

site/src/sites.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,3 +3117,34 @@
31173117
name: Mend Renovate
31183118
location: null
31193119
company: '@mend'
3120+
- title: barnsworthburning
3121+
url: https://barnsworthburning.net
3122+
repo: https://github.com/Aias/barnsworthburning
3123+
description: >-
3124+
An experimental commonplace book / digital garden with a richly
3125+
interconnected set of links, notes, and ideas.
3126+
uses:
3127+
- TypeScript
3128+
- Airtable
3129+
- Radix
3130+
- MarkedJS
3131+
- Cloudflare Pages
3132+
tags:
3133+
- commonplace
3134+
- digital garden
3135+
- networks
3136+
- notes
3137+
- open source
3138+
- themes
3139+
date_created: 2019-07-09T00:00:00.000Z
3140+
date_added: 2024-07-28T00:00:00.000Z
3141+
slug: barnsworthburning
3142+
repo_stars: 24
3143+
contributors:
3144+
- github: Aias
3145+
twitter: null
3146+
url: https://barnsworthburning.net
3147+
avatar: https://avatars.githubusercontent.com/u/6697904?v=4
3148+
name: Nick Trombley
3149+
location: Boston
3150+
company: '@logrhythm '

site/src/tasks/screenshots.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* This file parses sites.yml, generates low+hi-res screenshots for each site,
2-
saves them as WebP to site/static/screenshots/ and compresses them. */
1+
/* This file parses sites.yml, generates low+hi-res screenshots for each site and
2+
saves them as AVIF to site/static/screenshots. */
33

44
import type { Site } from '$lib'
55
import fs from 'fs'
113 KB
Binary file not shown.
31.1 KB
Binary file not shown.

sites.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,3 +919,18 @@
919919
tags: [component library]
920920
date_created: 2022-05-15
921921
date_added: 2024-05-31
922+
923+
- title: barnsworthburning
924+
url: https://barnsworthburning.net
925+
repo: https://github.com/Aias/barnsworthburning
926+
description: An experimental commonplace book / digital garden with a richly
927+
interconnected set of links, notes, and ideas.
928+
uses:
929+
- TypeScript
930+
- Airtable
931+
- Radix
932+
- MarkedJS
933+
- Cloudflare Pages
934+
tags: [digital garden, commonplace, notes, networks, themes]
935+
date_created: 2019-07-09
936+
date_added: 2024-07-28

tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
airtable: https://airtable.com
12
algolia: https://algolia.com
23
anime.js: https://animejs.com
34
aws: https://aws.amazon.com
@@ -76,6 +77,7 @@ prism: https://prismjs.com
7677
prisma: https://prisma.io
7778
prosemirror: https://prosemirror.net
7879
python: https://python.org
80+
radix: https://radix-ui.com
7981
rehype: https://github.com/rehypejs/rehype
8082
release it: https://github.com/release-it/release-it
8183
remark: https://github.com/remarkjs/remark

0 commit comments

Comments
 (0)