just a website
0
fork

Configure Feed

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

change github link to tangled, set favicon to none to prevent 404

+13 -12
+2 -2
.tangled/workflows/deploy.yaml
··· 1 1 when: 2 - - event: ["push", "manual"] 2 + - event: ["push"] 3 3 branch: ["main"] 4 4 5 5 engine: "nixery" ··· 10 10 11 11 steps: 12 12 - name: deploy 13 - command: "bunx wrangler deploy --config ./wrangler.jsonc" 13 + command: "bunx wrangler deploy"
+5 -4
_quarto.yml
··· 12 12 description: "A personal website" 13 13 site-url: https://rorylawless.com 14 14 title: "Rory Lawless" 15 - repo-url: https://github.com/rorsome/website 15 + repo-url: https://tangled.org/rorylawless.com/website 16 16 llms-txt: true 17 17 page-footer: 18 18 background: "#fbf5f5" ··· 38 38 - icon: linkedin 39 39 href: https://www.linkedin.com/in/rory-lawless/ 40 40 aria-label: "Rory's LinkedIn" 41 - - icon: github 42 - href: https://github.com/RoryLawless 43 - aria-label: "Rory's GitHub" 41 + - icon: git 42 + href: https://tangled.org/rorylawless.com 43 + aria-label: "Rory's Tangled" 44 44 format: 45 45 html: 46 46 theme: ··· 57 57 email-obfuscation: references 58 58 include-before-body: html/skip-link.html 59 59 include-after-body: html/a11y.html 60 + favicon: none 60 61 metadata-files: 61 62 - drafts.yml
+1 -1
_site/404.html
··· 95 95 <span class="menu-text"></span></a> 96 96 </li> 97 97 <li class="nav-item compact"> 98 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 98 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 99 99 </i> 100 100 <span class="menu-text"></span></a> 101 101 </li>
+1 -1
_site/about.html
··· 94 94 <span class="menu-text"></span></a> 95 95 </li> 96 96 <li class="nav-item compact"> 97 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 97 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 98 98 </i> 99 99 <span class="menu-text"></span></a> 100 100 </li>
+1 -1
_site/index.html
··· 154 154 <span class="menu-text"></span></a> 155 155 </li> 156 156 <li class="nav-item compact"> 157 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 157 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 158 158 </i> 159 159 <span class="menu-text"></span></a> 160 160 </li>
+1 -1
_site/posts/the-basics-of-duckdb-in-r/index.html
··· 131 131 <span class="menu-text"></span></a> 132 132 </li> 133 133 <li class="nav-item compact"> 134 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 134 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 135 135 </i> 136 136 <span class="menu-text"></span></a> 137 137 </li>
+1 -1
_site/posts/using-1password-secret-references-in-r/index.html
··· 131 131 <span class="menu-text"></span></a> 132 132 </li> 133 133 <li class="nav-item compact"> 134 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 134 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 135 135 </i> 136 136 <span class="menu-text"></span></a> 137 137 </li>
+1 -1
_site/resume.html
··· 95 95 <span class="menu-text"></span></a> 96 96 </li> 97 97 <li class="nav-item compact"> 98 - <a class="nav-link" href="https://github.com/RoryLawless"> <i class="bi bi-github" role="img" aria-label="Rory's GitHub"> 98 + <a class="nav-link" href="https://tangled.org/rorylawless.com"> <i class="bi bi-git" role="img" aria-label="Rory's Tangled"> 99 99 </i> 100 100 <span class="menu-text"></span></a> 101 101 </li>