Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'refs/heads/main' into dev

+86
+2
content/docs/implementations.mdx
··· 28 28 29 29 <LinkCard url="https://docs.surf" /> 30 30 31 + <LinkCard url="https://potatonet.app" /> 32 + 31 33 <LinkCard url="https://standard-search.octet-stream.net/" /> 32 34 33 35 ## Building Your Own
+84
package-lock.json
··· 19 19 "react-dom": "19.2.3", 20 20 "react-progressive-blur": "^1.0.6", 21 21 "rehype-slug": "^6.0.0", 22 + "remark-frontmatter": "^5.0.0", 22 23 "remark-gfm": "^4.0.1" 23 24 }, 24 25 "devDependencies": { ··· 4004 4005 "reusify": "^1.0.4" 4005 4006 } 4006 4007 }, 4008 + "node_modules/fault": { 4009 + "version": "2.0.1", 4010 + "resolved": "https://registry.npmjs.org/fault/-/fault-2.0.1.tgz", 4011 + "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==", 4012 + "license": "MIT", 4013 + "dependencies": { 4014 + "format": "^0.2.0" 4015 + }, 4016 + "funding": { 4017 + "type": "github", 4018 + "url": "https://github.com/sponsors/wooorm" 4019 + } 4020 + }, 4007 4021 "node_modules/file-entry-cache": { 4008 4022 "version": "8.0.0", 4009 4023 "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", ··· 4082 4096 }, 4083 4097 "funding": { 4084 4098 "url": "https://github.com/sponsors/ljharb" 4099 + } 4100 + }, 4101 + "node_modules/format": { 4102 + "version": "0.2.2", 4103 + "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", 4104 + "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", 4105 + "engines": { 4106 + "node": ">=0.4.x" 4085 4107 } 4086 4108 }, 4087 4109 "node_modules/framer-motion": { ··· 5640 5662 "url": "https://opencollective.com/unified" 5641 5663 } 5642 5664 }, 5665 + "node_modules/mdast-util-frontmatter": { 5666 + "version": "2.0.1", 5667 + "resolved": "https://registry.npmjs.org/mdast-util-frontmatter/-/mdast-util-frontmatter-2.0.1.tgz", 5668 + "integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==", 5669 + "license": "MIT", 5670 + "dependencies": { 5671 + "@types/mdast": "^4.0.0", 5672 + "devlop": "^1.0.0", 5673 + "escape-string-regexp": "^5.0.0", 5674 + "mdast-util-from-markdown": "^2.0.0", 5675 + "mdast-util-to-markdown": "^2.0.0", 5676 + "micromark-extension-frontmatter": "^2.0.0" 5677 + }, 5678 + "funding": { 5679 + "type": "opencollective", 5680 + "url": "https://opencollective.com/unified" 5681 + } 5682 + }, 5683 + "node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp": { 5684 + "version": "5.0.0", 5685 + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", 5686 + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", 5687 + "license": "MIT", 5688 + "engines": { 5689 + "node": ">=12" 5690 + }, 5691 + "funding": { 5692 + "url": "https://github.com/sponsors/sindresorhus" 5693 + } 5694 + }, 5643 5695 "node_modules/mdast-util-gfm": { 5644 5696 "version": "3.1.0", 5645 5697 "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz", ··· 5964 6016 "micromark-util-subtokenize": "^2.0.0", 5965 6017 "micromark-util-symbol": "^2.0.0", 5966 6018 "micromark-util-types": "^2.0.0" 6019 + } 6020 + }, 6021 + "node_modules/micromark-extension-frontmatter": { 6022 + "version": "2.0.0", 6023 + "resolved": "https://registry.npmjs.org/micromark-extension-frontmatter/-/micromark-extension-frontmatter-2.0.0.tgz", 6024 + "integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==", 6025 + "license": "MIT", 6026 + "dependencies": { 6027 + "fault": "^2.0.0", 6028 + "micromark-util-character": "^2.0.0", 6029 + "micromark-util-symbol": "^2.0.0", 6030 + "micromark-util-types": "^2.0.0" 6031 + }, 6032 + "funding": { 6033 + "type": "opencollective", 6034 + "url": "https://opencollective.com/unified" 5967 6035 } 5968 6036 }, 5969 6037 "node_modules/micromark-extension-gfm": { ··· 7388 7456 "hast-util-heading-rank": "^3.0.0", 7389 7457 "hast-util-to-string": "^3.0.0", 7390 7458 "unist-util-visit": "^5.0.0" 7459 + }, 7460 + "funding": { 7461 + "type": "opencollective", 7462 + "url": "https://opencollective.com/unified" 7463 + } 7464 + }, 7465 + "node_modules/remark-frontmatter": { 7466 + "version": "5.0.0", 7467 + "resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-5.0.0.tgz", 7468 + "integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==", 7469 + "license": "MIT", 7470 + "dependencies": { 7471 + "@types/mdast": "^4.0.0", 7472 + "mdast-util-frontmatter": "^2.0.0", 7473 + "micromark-extension-frontmatter": "^2.0.0", 7474 + "unified": "^11.0.0" 7391 7475 }, 7392 7476 "funding": { 7393 7477 "type": "opencollective",