this repo has no description
0
fork

Configure Feed

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

deno cache

Altagos 1502d215 b382d57d

+111 -2
+1 -1
.build.yml
··· 14 14 - package: | 15 15 cd $site 16 16 set +x 17 - deno cache 17 + deno cache _config.ts 18 18 set -x 19 19 deno task deploy 20 20 cp ./site.tar.gz ../site.tar.gz
+110 -1
deno.lock
··· 5 5 "npm:@js-temporal/polyfill@0.4.4": "npm:@js-temporal/polyfill@0.4.4", 6 6 "npm:@mdx-js/mdx@3.0.0": "npm:@mdx-js/mdx@3.0.0", 7 7 "npm:@mdx-js/mdx@3.0.1": "npm:@mdx-js/mdx@3.0.1", 8 + "npm:@types/estree@1.0.5": "npm:@types/estree@1.0.5", 9 + "npm:@types/nunjucks@3.2.6": "npm:@types/nunjucks@3.2.6", 8 10 "npm:date-fns@2.30.0": "npm:date-fns@2.30.0", 9 11 "npm:date-fns@3.6.0": "npm:date-fns@3.6.0", 10 12 "npm:estree-walker@3.0.3": "npm:estree-walker@3.0.3", ··· 27 29 "npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0", 28 30 "npm:react@18.2.0": "npm:react@18.2.0", 29 31 "npm:rehype-katex": "npm:rehype-katex@7.0.0", 32 + "npm:rehype-raw@7.0.0": "npm:rehype-raw@7.0.0", 33 + "npm:rehype-sanitize@6.0.0": "npm:rehype-sanitize@6.0.0", 34 + "npm:rehype-stringify@10.0.0": "npm:rehype-stringify@10.0.0", 30 35 "npm:remark-gfm@4.0.0": "npm:remark-gfm@4.0.0", 31 36 "npm:remark-math": "npm:remark-math@6.0.0", 37 + "npm:remark-parse@11.0.0": "npm:remark-parse@11.0.0", 38 + "npm:remark-rehype@11.1.0": "npm:remark-rehype@11.1.0", 32 39 "npm:sass@1.69.7": "npm:sass@1.69.7", 33 40 "npm:sass@1.75.0": "npm:sass@1.75.0", 34 41 "npm:sharp@0.33.2": "npm:sharp@0.33.2", 35 42 "npm:sharp@0.33.3": "npm:sharp@0.33.3", 36 43 "npm:svg2png-wasm@1.4.1": "npm:svg2png-wasm@1.4.1", 37 44 "npm:unidecode@0.1.8": "npm:unidecode@0.1.8", 38 - "npm:unidecode@1.0.1": "npm:unidecode@1.0.1" 45 + "npm:unidecode@1.0.1": "npm:unidecode@1.0.1", 46 + "npm:unified@11.0.4": "npm:unified@11.0.4" 39 47 }, 40 48 "npm": { 41 49 "@babel/runtime@7.23.7": { ··· 592 600 "integrity": "sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==", 593 601 "dependencies": {} 594 602 }, 603 + "@types/nunjucks@3.2.6": { 604 + "integrity": "sha512-pHiGtf83na1nCzliuAdq8GowYiXvH5l931xZ0YEHaLMNFgynpEqx+IPStlu7UaDkehfvl01e4x/9Tpwhy7Ue3w==", 605 + "dependencies": {} 606 + }, 595 607 "@types/unist@2.0.10": { 596 608 "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", 597 609 "dependencies": {} ··· 922 934 "@types/hast": "@types/hast@3.0.3" 923 935 } 924 936 }, 937 + "hast-util-raw@9.0.2": { 938 + "integrity": "sha512-PldBy71wO9Uq1kyaMch9AHIghtQvIwxBUkv823pKmkTM3oV1JxtsTNYdevMxvUHqcnOAuO65JKU2+0NOxc2ksA==", 939 + "dependencies": { 940 + "@types/hast": "@types/hast@3.0.3", 941 + "@types/unist": "@types/unist@3.0.2", 942 + "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", 943 + "hast-util-from-parse5": "hast-util-from-parse5@8.0.1", 944 + "hast-util-to-parse5": "hast-util-to-parse5@8.0.0", 945 + "html-void-elements": "html-void-elements@3.0.0", 946 + "mdast-util-to-hast": "mdast-util-to-hast@13.0.2", 947 + "parse5": "parse5@7.1.2", 948 + "unist-util-position": "unist-util-position@5.0.0", 949 + "unist-util-visit": "unist-util-visit@5.0.0", 950 + "vfile": "vfile@6.0.1", 951 + "web-namespaces": "web-namespaces@2.0.1", 952 + "zwitch": "zwitch@2.0.4" 953 + } 954 + }, 955 + "hast-util-sanitize@5.0.1": { 956 + "integrity": "sha512-IGrgWLuip4O2nq5CugXy4GI2V8kx4sFVy5Hd4vF7AR2gxS0N9s7nEAVUyeMtZKZvzrxVsHt73XdTsno1tClIkQ==", 957 + "dependencies": { 958 + "@types/hast": "@types/hast@3.0.3", 959 + "@ungap/structured-clone": "@ungap/structured-clone@1.2.0", 960 + "unist-util-position": "unist-util-position@5.0.0" 961 + } 962 + }, 925 963 "hast-util-to-estree@3.1.0": { 926 964 "integrity": "sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==", 927 965 "dependencies": { ··· 943 981 "zwitch": "zwitch@2.0.4" 944 982 } 945 983 }, 984 + "hast-util-to-html@9.0.1": { 985 + "integrity": "sha512-hZOofyZANbyWo+9RP75xIDV/gq+OUKx+T46IlwERnKmfpwp81XBFbT9mi26ws+SJchA4RVUQwIBJpqEOBhMzEQ==", 986 + "dependencies": { 987 + "@types/hast": "@types/hast@3.0.3", 988 + "@types/unist": "@types/unist@3.0.2", 989 + "ccount": "ccount@2.0.1", 990 + "comma-separated-tokens": "comma-separated-tokens@2.0.3", 991 + "hast-util-raw": "hast-util-raw@9.0.2", 992 + "hast-util-whitespace": "hast-util-whitespace@3.0.0", 993 + "html-void-elements": "html-void-elements@3.0.0", 994 + "mdast-util-to-hast": "mdast-util-to-hast@13.0.2", 995 + "property-information": "property-information@6.4.0", 996 + "space-separated-tokens": "space-separated-tokens@2.0.2", 997 + "stringify-entities": "stringify-entities@4.0.3", 998 + "zwitch": "zwitch@2.0.4" 999 + } 1000 + }, 946 1001 "hast-util-to-jsx-runtime@2.3.0": { 947 1002 "integrity": "sha512-H/y0+IWPdsLLS738P8tDnrQ8Z+dj12zQQ6WC11TIM21C8WFVoIxcqWXf2H3hiTVZjF1AWqoimGwrTWecWrnmRQ==", 948 1003 "dependencies": { ··· 963 1018 "vfile-message": "vfile-message@4.0.2" 964 1019 } 965 1020 }, 1021 + "hast-util-to-parse5@8.0.0": { 1022 + "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", 1023 + "dependencies": { 1024 + "@types/hast": "@types/hast@3.0.3", 1025 + "comma-separated-tokens": "comma-separated-tokens@2.0.3", 1026 + "devlop": "devlop@1.1.0", 1027 + "property-information": "property-information@6.4.0", 1028 + "space-separated-tokens": "space-separated-tokens@2.0.2", 1029 + "web-namespaces": "web-namespaces@2.0.1", 1030 + "zwitch": "zwitch@2.0.4" 1031 + } 1032 + }, 966 1033 "hast-util-to-text@4.0.0": { 967 1034 "integrity": "sha512-EWiE1FSArNBPUo1cKWtzqgnuRQwEeQbQtnFJRYV1hb1BWDgrAlBU0ExptvZMM/KSA82cDpm2sFGf3Dmc5Mza3w==", 968 1035 "dependencies": { ··· 987 1054 "property-information": "property-information@6.4.0", 988 1055 "space-separated-tokens": "space-separated-tokens@2.0.2" 989 1056 } 1057 + }, 1058 + "html-void-elements@3.0.0": { 1059 + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", 1060 + "dependencies": {} 990 1061 }, 991 1062 "ico-endec@0.1.6": { 992 1063 "integrity": "sha512-ZdLU38ZoED3g1j3iEyzcQj+wAkY2xfWNkymszfJPoxucIUhK7NayQ+/C4Kv0nDFMIsbtbEHldv3V8PU494/ueQ==", ··· 1881 1952 "vfile": "vfile@6.0.1" 1882 1953 } 1883 1954 }, 1955 + "rehype-raw@7.0.0": { 1956 + "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", 1957 + "dependencies": { 1958 + "@types/hast": "@types/hast@3.0.3", 1959 + "hast-util-raw": "hast-util-raw@9.0.2", 1960 + "vfile": "vfile@6.0.1" 1961 + } 1962 + }, 1963 + "rehype-sanitize@6.0.0": { 1964 + "integrity": "sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==", 1965 + "dependencies": { 1966 + "@types/hast": "@types/hast@3.0.3", 1967 + "hast-util-sanitize": "hast-util-sanitize@5.0.1" 1968 + } 1969 + }, 1970 + "rehype-stringify@10.0.0": { 1971 + "integrity": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==", 1972 + "dependencies": { 1973 + "@types/hast": "@types/hast@3.0.3", 1974 + "hast-util-to-html": "hast-util-to-html@9.0.1", 1975 + "unified": "unified@11.0.4" 1976 + } 1977 + }, 1884 1978 "remark-gfm@4.0.0": { 1885 1979 "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", 1886 1980 "dependencies": { ··· 1919 2013 }, 1920 2014 "remark-rehype@11.0.0": { 1921 2015 "integrity": "sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==", 2016 + "dependencies": { 2017 + "@types/hast": "@types/hast@3.0.3", 2018 + "@types/mdast": "@types/mdast@4.0.3", 2019 + "mdast-util-to-hast": "mdast-util-to-hast@13.0.2", 2020 + "unified": "unified@11.0.4", 2021 + "vfile": "vfile@6.0.1" 2022 + } 2023 + }, 2024 + "remark-rehype@11.1.0": { 2025 + "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", 1922 2026 "dependencies": { 1923 2027 "@types/hast": "@types/hast@3.0.3", 1924 2028 "@types/mdast": "@types/mdast@4.0.3", ··· 2648 2752 "https://deno.land/std@0.223.0/front_matter/_formats.ts": "9a8ac1524f93b3ae093bd66864a49fc0088037920c6d60863da136d10f92e04d", 2649 2753 "https://deno.land/std@0.223.0/front_matter/any.ts": "f2d8a6d87df5404e767069a7b9560631b1fa11e7370986d273a6b1923c6c30af", 2650 2754 "https://deno.land/std@0.223.0/front_matter/create_extractor.ts": "642e6e55cd07864b7c8068f88d271290d5d0a13d979ad335e10a7f52046b1f80", 2755 + "https://deno.land/std@0.223.0/front_matter/json.ts": "bc9dc5d4caebd0aa8957734e29f16362f9fa127768c1590fc201a250cfb7804d", 2651 2756 "https://deno.land/std@0.223.0/front_matter/mod.ts": "ed57ed6de52ec90bd1212852c5a1daa0dcc0df8110d18444fb55b9aa5f86fbb5", 2652 2757 "https://deno.land/std@0.223.0/front_matter/test.ts": "6a72a690ef9bd606411e3e78dfd44f382fce58f722ed6e56ce57d65140368822", 2758 + "https://deno.land/std@0.223.0/front_matter/toml.ts": "784fb9e496198ac0434edd40f23d1579b9bc42c563906e3a6efedd713d060c4e", 2653 2759 "https://deno.land/std@0.223.0/front_matter/yaml.ts": "103b8338bec480c6b7a7e245cf6bda72682eb78ed2231c799a4526d52cb6888a", 2654 2760 "https://deno.land/std@0.223.0/fs/_create_walk_entry.ts": "5d9d2aaec05bcf09a06748b1684224d33eba7a4de24cf4cf5599991ca6b5b412", 2655 2761 "https://deno.land/std@0.223.0/fs/_get_file_info_type.ts": "da7bec18a7661dba360a1db475b826b18977582ce6fc9b25f3d4ee0403fe8cbd", ··· 2672 2778 "https://deno.land/std@0.223.0/http/etag.ts": "9ca56531be682f202e4239971931060b688ee5c362688e239eeaca39db9e72cb", 2673 2779 "https://deno.land/std@0.223.0/http/file_server.ts": "fe0a77a4de8c3dae3afa206b4317e2dce0b497252fb7319bf7febd6e65fded80", 2674 2780 "https://deno.land/std@0.223.0/http/status.ts": "ed61b4882af2514a81aefd3245e8df4c47b9a8e54929a903577643d2d1ebf514", 2781 + "https://deno.land/std@0.223.0/io/types.ts": "acecb3074c730b5ff487ba4fe9ce51e67bd982aa07c95e5f5679b7b2f24ad129", 2675 2782 "https://deno.land/std@0.223.0/io/write_all.ts": "24aac2312bb21096ae3ae0b102b22c26164d3249dff96dbac130958aa736f038", 2783 + "https://deno.land/std@0.223.0/json/common.ts": "33f1a4f39a45e2f9f357823fd0b5cf88b63fb4784b8c9a28f8120f70a20b23e9", 2676 2784 "https://deno.land/std@0.223.0/jsonc/mod.ts": "1756f094e00894ec27416b4fcccbcf445e73892a83cf1937de3aad7de2d5da7c", 2677 2785 "https://deno.land/std@0.223.0/jsonc/parse.ts": "06fbe10f0bb0cba684f7902bf7de5126b16eb0e5a82220c98a4b86675c7f9cff", 2678 2786 "https://deno.land/std@0.223.0/log/_config.ts": "489e11b6d3c917bf5fc954c5e914c095d3480efd924d1e85f2fc576468581c54", ··· 3206 3314 "https://deno.land/x/lume@v2.1.4/deps/nunjucks.ts": "55e88a22192b3d87ac4cde3dcb3fe23db610bc4f7e373c1ca6df9610aa2ac632", 3207 3315 "https://deno.land/x/lume@v2.1.4/deps/path.ts": "ecd2b53c808e4d4049c0ce441725f5a49fd1c71c5b283c7f05ed624b018c3b9f", 3208 3316 "https://deno.land/x/lume@v2.1.4/deps/preact.ts": "92a9719c2de83e83edc28233fa51e1655aee0936b059de1c5123bedb5afa1846", 3317 + "https://deno.land/x/lume@v2.1.4/deps/remark.ts": "c8d33cd94c16ab1e11c3c295f70a48722d77f75909555484b51c71841de7f0c7", 3209 3318 "https://deno.land/x/lume@v2.1.4/deps/sass.ts": "791efecf99447e9bfb7b03b68e215ced2824cd229e87fcf66dbad86f43d28536", 3210 3319 "https://deno.land/x/lume@v2.1.4/deps/sharp.ts": "d2a91d7e3b606e4b4f93ca127ee84b1bb2e949a640190beba91f8d6bd40d6203", 3211 3320 "https://deno.land/x/lume@v2.1.4/deps/svg2png.ts": "0d86ae8c7fc92a256c5674581f2778cf827aff21992ec138830f39971c02c0bd",