My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

Change repository from GitHub to Tangled

+3 -1
+2
config.toml
··· 28 28 for_hire = true 29 29 theme_color = "blue" 30 30 31 + source = "https://tangled.sh/hauleth.dev/blog" 32 + 31 33 logo_text = "~hauleth" 32 34 logo_home_link = "/" 33 35
+1 -1
templates/index.html
··· 38 38 public tracking available at <a href="https://plausible.io/hauleth.dev">Plausible.io</a> 39 39 </div> 40 40 <div class="copyright--source"> 41 - <a href="https://github.com/hauleth/hauleth">source code</a> 41 + <a href="{{ config.extra.source }}">source code</a> 42 42 </div> 43 43 </div> 44 44 {% endblock copyright %}