{"id":13553428,"url":"https://github.com/dschapman/dschapman-com","last_synced_at":"2025-04-03T05:30:54.158Z","repository":{"id":37109533,"uuid":"155470019","full_name":"dschapman/dschapman-com","owner":"dschapman","description":"Gatsby Blog built as a digital garden. It's is meant to be curated, read, and explored. Trying to think about this as a place I want to use first and foremost.","archived":false,"fork":false,"pushed_at":"2023-05-06T20:52:25.000Z","size":25417,"stargazers_count":41,"open_issues_count":8,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-22T03:35:42.139Z","etag":null,"topics":["bidirectional-links","blog","creative","digital-garden","gatsby","gatsby-theme-brain","poetry","writing"],"latest_commit_sha":null,"homepage":"https://www.dschapman.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dschapman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-30T23:30:36.000Z","updated_at":"2024-07-13T18:08:20.545Z","dependencies_parsed_at":"2024-07-13T18:19:08.363Z","dependency_job_id":null,"html_url":"https://github.com/dschapman/dschapman-com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschapman%2Fdschapman-com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschapman%2Fdschapman-com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschapman%2Fdschapman-com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschapman%2Fdschapman-com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dschapman","download_url":"https://codeload.github.com/dschapman/dschapman-com/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944377,"owners_count":20858773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bidirectional-links","blog","creative","digital-garden","gatsby","gatsby-theme-brain","poetry","writing"],"created_at":"2024-08-01T12:02:24.476Z","updated_at":"2025-04-03T05:30:53.446Z","avatar_url":"https://github.com/dschapman.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# About this Website\n\nThe website currently has three different types of posts - articles, poems, and notes. All three are implemented with gatsby-plugin-mdx and I curate links on /articles and /poetry respectively. On the backend I write my notes using [Dendron](https://dendron.so)\n\n## 📝 Notes\n\nDendron notes use wikilinks, are hierarchical, and context aware. Currently I use gatsby-remark-double-brackets-link to handle the wikilinks and gatsby-remark-copy-linked-files to display when these notes are referenced by another note.\n\n## 📘 Articles\n\nImplemented in gatsby-plugin-mdx. The slug is drawn from slug in the frontmatter, title, and excerpt are also important values. A list of all tags used in articles can be viewed at /articles/tags. These tags will also list links to any note pages that are tagged as well.\n\n## 📜 Poems\n\nLike Articles, all the poems on the site can be seen at /poetry/all. Much of the frontmatter for articles and poems are the same, the exception is the `recording` element which takes the location of an MP3 file and will generate a player at the top of the poem if one exists. Poems have the same tagging system as Articles.\n\n## 📄 Pages\n\nMake sure to import a layout if you're creating an .mdx page in src/pages\n\n## 📁 Directory Structure\n\n```\n.\n├── LICENSE\n├── README.md\n├── content\n│   ├── assets\n│   ├── notes \u003c-- Note .mdx or .md files go here\n│   ├── poems \u003c-- Poem .mdx or .md files go here\n│   │   └── seasons-of-thought\n│   └── posts \u003c-- Article .mdx or .md files go here\n├── src\n│   ├── @aengusm / gatsby-theme-brain\n│   ├── components\n│   │   ├── layout \u003c-- General Layout\n│   │   ├── notes \u003c-- Modified layout for the notes\n│   │   ├── poems \u003c-- Modified layout for poems\n│   │   ├── posts \u003c-- Modified layout for articles\n│   │   └── tags \u003c-- information on generating tags\n│   └── pages \u003c-- Pages (often .mdx) go here\n├── static \u003c-- It might not be optimized but its sometimes easier to link to images stored here.\n├── gatsby-config.js\n├── gatsby-node.js\n└── yarn.lock\n```\n\n## ↔️ Bidirectional Links / Link Previews\n\nLink Previews are implemented using Tippy JS Tooltips. gatsby-theme-brain provides native bidirectional linking and the information to easily implement link previews (with a slightly modified GraphQL query); however, in order to get this working across the site I added an MDX component that cycles through every single mdx page and puts the childMdx.body value inside of a tooltip if the slugs match.\n\nLink Previews only show up on larger screen size so make sure to check out the website on your desktop.\n\n## 🕺🏼 Styling\n\nThis site uses emotion for CSS in JS styling as well as some vanilla CSS. The CSS is inspired and adapted from [Tufte's CSS](https://github.com/edwardtufte/tufte-css).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschapman%2Fdschapman-com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdschapman%2Fdschapman-com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschapman%2Fdschapman-com/lists"}