Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add barnsworthburning.net #126

Merged
merged 7 commits into from
Jul 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
stages: [commit, commit-msg]

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.6.0
rev: v9.8.0
hooks:
- id: eslint
types: [file]
Expand Down
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,16 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

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

1. **[barnsworthburning](https://barnsworthburning.net)** 
[[code](https://github.com/Aias/barnsworthburning)] 
<a href="https://github.com/Aias/barnsworthburning/stargazers">
<img src="https://img.shields.io/github/stars/Aias/barnsworthburning?logo=github" alt="GitHub stars" valign="middle">
</a>

An experimental commonplace book / digital garden with a richly interconnected set of links, notes, and ideas.<br>

uses: [TypeScript], [Airtable], [Radix], [MarkedJS], [Cloudflare Pages]

1. **[puruvj.dev](https://puruvj.dev)**&nbsp;
[[code](https://github.com/puruvj/puruvjdev3)]&ensp;
<a href="https://github.com/puruvj/puruvjdev3/stargazers">
Expand Down Expand Up @@ -854,6 +864,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve

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

[airtable]: https://airtable.com
[algolia]: https://algolia.com
[anime.js]: https://animejs.com
[aws]: https://aws.amazon.com
Expand Down Expand Up @@ -932,6 +943,7 @@ Awesome examples of SvelteKit in the wild. Visit **[janosh.github.io/awesome-sve
[prisma]: https://prisma.io
[prosemirror]: https://prosemirror.net
[python]: https://python.org
[radix]: https://radix-ui.com
[rehype]: https://github.com/rehypejs/rehype
[release it]: https://github.com/release-it/release-it
[remark]: https://github.com/remarkjs/remark
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"dotenv": "^16.4.5",
"eslint": "^9.6.0",
"eslint": "8",
"eslint-plugin-svelte": "^2.41.0",
"js-yaml": "^4.1.0",
"marked": "^13.0.2",
Expand Down
31 changes: 31 additions & 0 deletions site/src/sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3117,3 +3117,34 @@
name: Mend Renovate
location: null
company: '@mend'
- title: barnsworthburning
url: https://barnsworthburning.net
repo: https://github.com/Aias/barnsworthburning
description: >-
An experimental commonplace book / digital garden with a richly
interconnected set of links, notes, and ideas.
uses:
- TypeScript
- Airtable
- Radix
- MarkedJS
- Cloudflare Pages
tags:
- commonplace
- digital garden
- networks
- notes
- open source
- themes
date_created: 2019-07-09T00:00:00.000Z
date_added: 2024-07-28T00:00:00.000Z
slug: barnsworthburning
repo_stars: 24
contributors:
- github: Aias
twitter: null
url: https://barnsworthburning.net
avatar: https://avatars.githubusercontent.com/u/6697904?v=4
name: Nick Trombley
location: Boston
company: '@logrhythm '
4 changes: 2 additions & 2 deletions site/src/tasks/screenshots.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This file parses sites.yml, generates low+hi-res screenshots for each site,
saves them as WebP to site/static/screenshots/ and compresses them. */
/* This file parses sites.yml, generates low+hi-res screenshots for each site and
saves them as AVIF to site/static/screenshots. */

import type { Site } from '$lib'
import fs from 'fs'
Expand Down
Binary file added site/static/screenshots/barnsworthburning.avif
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -919,3 +919,18 @@
tags: [component library]
date_created: 2022-05-15
date_added: 2024-05-31

- title: barnsworthburning
url: https://barnsworthburning.net
repo: https://github.com/Aias/barnsworthburning
description: An experimental commonplace book / digital garden with a richly
interconnected set of links, notes, and ideas.
uses:
- TypeScript
- Airtable
- Radix
- MarkedJS
- Cloudflare Pages
tags: [digital garden, commonplace, notes, networks, themes]
date_created: 2019-07-09
date_added: 2024-07-28
2 changes: 2 additions & 0 deletions tools.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
airtable: https://airtable.com
algolia: https://algolia.com
anime.js: https://animejs.com
aws: https://aws.amazon.com
Expand Down Expand Up @@ -76,6 +77,7 @@ prism: https://prismjs.com
prisma: https://prisma.io
prosemirror: https://prosemirror.net
python: https://python.org
radix: https://radix-ui.com
rehype: https://github.com/rehypejs/rehype
release it: https://github.com/release-it/release-it
remark: https://github.com/remarkjs/remark
Expand Down