site.json
4.5 kB · json · 130 lines
1{2 "title": "carlomitchener",3 "name": "carlomitchener.com",4 "root": "https://carlomitchener.com",5 "since": 2013,6 "prefix": "cm-",7 "font": true,8 "settings": true,9 "menu": "/menu/",10 "cart": "/cart/",11 "tint": "blue",12 "live": 14,13 "country": "US",14 "api": "2026-07",15 "printful": "https://www.printful.com/custom/products/all/",16 "cdn": "/cdn/printful",17 "tiles": [1, 3, 5, 7, 9],18 "company": "MrlyProd, Inc.",19 "tagline": "One design at a time, and every printfile and tile is a free download.",20 "contact": "help@mrly.net",21 "tree": [22 { "name": "Home", "href": "/" },23 { "name": "Collections", "href": "/collections/", "fill": "collections", "open": true },24 { "name": "Cart", "href": "/cart/" },25 { "name": "Code", "href": "/git/" },26 { "name": "About", "href": "/about/" },27 { "name": "Contact", "href": "/contact/" },28 { "name": "FAQ", "href": "/faq/" }29 ],30 "socials": [31 { "name": "GitHub", "href": "https://github.com/carlomitchener" },32 { "name": "YouTube", "href": "https://www.youtube.com/@carlomitchener" },33 { "name": "Instagram", "href": "https://www.instagram.com/carlo.mitchener" },34 { "name": "X", "href": "https://twitter.com/carlomitchener" },35 { "name": "Pinterest", "href": "https://www.pinterest.com/carlomitchener" }36 ],37 "emoji": {38 "all": "💈",39 "accessories": "🧢",40 "bags": "🎒",41 "kids": "🧸",42 "men": "👨",43 "unisex": "🦄",44 "women": "👩",45 "youth": "🛼"46 },47 "git": { "root": "..", "slug": "carlomitchener/carlomitchener", "branch": "main" },48 "llms": {49 "about": "carlomitchener.com is a shop that publishes one design at a time. Every product is printed on demand by Printful and sold through Shopify; a design stays live for 14 days and then goes. Nothing digital is sold: every printfile and every tile on a product page is a free download. The whole repository behind the shop, the pipeline that makes the designs and the code that renders these pages, is browsable at /git/ and served byte for byte under /raw/.",50 "links": [51 { "href": "/collections/", "name": "Collections", "note": "every design, by category and by product" },52 { "href": "/git/", "name": "Code", "note": "the whole repository, browsable, raw bytes under /raw/" },53 { "href": "/raw/README.md", "name": "README", "note": "who Carlo is, in markdown" },54 { "href": "/faq/", "name": "FAQ", "note": "printing, shipping, returns and the 14 days" },55 { "href": "/contact/", "name": "Contact", "note": "where to write" }56 ]57 },58 "inputs": {59 "shop": { "path": "data/shop.json" },60 "catalog": { "path": "../shop/files/catalog.json" },61 "tasks": { "path": "data/tasks", "deep": true, "ext": ".json" },62 "pages": { "path": "pages", "ext": ".md" },63 "public": { "path": "public" }64 },65 "kit": {66 "path": "data/kit/ui",67 "out": "ui",68 "hash": false,69 "files": [70 "palette.css",71 "tokens.css",72 "base.css",73 "chrome.css",74 "chrome.js",75 "palette.js",76 "logo.js",77 "code.css",78 "seti/seti.css",79 "seti/seti.woff2",80 "font.js",81 "font.json",82 "savers/index.js",83 "savers/frame.js",84 "savers/gl.js",85 "savers/matrix.js",86 "savers/sleep.js",87 "savers/tiles.js",88 "savers/fractal.js",89 "fonts/fonts.css",90 "fonts/sans.woff2",91 "fonts/serif.woff2",92 "fonts/mono.woff2",93 "fonts/mrly.woff2",94 "fonts/symbols.ttf",95 "fonts/emoji.0.woff2",96 "fonts/emoji.1.woff2",97 "fonts/emoji.2.woff2",98 "fonts/emoji.3.woff2",99 "fonts/emoji.4.woff2",100 "fonts/emoji.5.woff2",101 "fonts/emoji.6.woff2",102 "fonts/emoji.7.woff2",103 "fonts/emoji.8.woff2",104 "fonts/emoji.9.woff2",105 "fonts/LICENSE-emoji.txt",106 "fonts/LICENSE-mono.txt",107 "fonts/LICENSE-sans.txt",108 "fonts/LICENSE-serif.txt",109 "fonts/LICENSE-symbols.txt"110 ]111 },112 "assets": [113 { "path": "ui", "out": "ui", "hash": true, "ext": ".css" },114 { "path": "js", "out": "js", "hash": true, "ext": ".js" }115 ],116 "robots": { "disallow": ["/cart/"] },117 "manifest": {118 "name": "carlomitchener.com",119 "short_name": "carlomitchener",120 "start_url": "/",121 "display": "standalone",122 "background_color": "#070707",123 "theme_color": "#070707",124 "icons": [125 { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },126 { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },127 { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }128 ]129 }130}