Import all nix files in a directory tree. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ dendrix.oeiuwq.com/Dendritic.html
dendritic inputs

remove ignored files

+26 -17
-8
docs/node_modules/.vite/deps/_metadata.json
··· 1 - { 2 - "hash": "f68e01cf", 3 - "configHash": "1d81e718", 4 - "lockfileHash": "e3b0c442", 5 - "browserHash": "d917ec6f", 6 - "optimized": {}, 7 - "chunks": {} 8 - }
-3
docs/node_modules/.vite/deps/package.json
··· 1 - { 2 - "type": "module" 3 - }
+26 -6
docs/src/components/Ad.astro
··· 12 12 <LinkButton href="https://dendritic.oeiuwq.com/sponsor" variant="primary">Become a Sponsor</LinkButton> 13 13 14 14 <p class="description"> 15 - flake-file is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion. 15 + import-tree is part of <a href="https://dendritic.oeiuwq.com">@vic's Dendritic Ecosystem</a> — made with love and maintained with passion. 16 16 </p> 17 17 18 18 <ul class="ecosystem"> 19 - <li><a href="https://github.com/vic/flake-file">flake-file</a></li> 20 19 <li><a href="https://github.com/vic/flake-aspects">flake-aspects</a></li> 20 + <li><a href="https://github.com/vic/flake-file">flake-file</a></li> 21 21 <li><a href="https://github.com/vic/with-inputs">with-inputs</a></li> 22 22 <li><a href="https://github.com/vic/den">den</a></li> 23 23 <li><a href="https://github.com/vic/denful">denful</a></li> ··· 43 43 transform: translateY(-2px); 44 44 } 45 45 46 + .content * { 47 + color: var(--sl-color-fg); 48 + } 49 + 46 50 .content { 47 - color: white; 48 51 text-align: center; 49 52 } 50 53 54 + .content:hover * { 55 + color: white; 56 + } 57 + 58 + .content a:link { 59 + color: inherit; 60 + } 61 + 62 + .content a.primary:link { 63 + color: var(--sl-color-bg); 64 + } 65 + 66 + .content a.primary:visited { 67 + color: var(--sl-color-bg); 68 + } 69 + 70 + .content a:visited { 71 + color: inherit; 72 + } 73 + 51 74 .header { 52 75 display: flex; 53 76 align-items: center; ··· 84 107 } 85 108 86 109 .description a { 87 - color: white; 88 110 font-weight: 600; 89 111 text-decoration: underline; 90 112 text-decoration-thickness: 2px; ··· 113 135 } 114 136 115 137 .ecosystem a { 116 - color: white; 117 138 text-decoration: none; 118 139 font-weight: 500; 119 140 transition: opacity 0.2s; ··· 129 150 align-items: center; 130 151 gap: 0.5rem; 131 152 background: rgba(255, 255, 255, 0.25); 132 - color: white; 133 153 padding: 0.875rem 1.75rem; 134 154 border-radius: 0.75rem; 135 155 font-weight: 600;