all repos — website @ fbbdbf366dd6d8ccc33d536c342380e7997761fd

personal website hosted at prithu.xyz, built using hugo

change to prithu.dev in some places
Prithu Goswami prithugoswami524@gmail.com
Thu, 15 Apr 2021 04:43:45 +0530
commit

fbbdbf366dd6d8ccc33d536c342380e7997761fd

parent

58bc1737df3c0bec929ee5fa02ea200c31f36cbd

4 files changed, 5 insertions(+), 5 deletions(-)

jump to
M README.mdREADME.md

@@ -1,3 +1,3 @@

## My Personal Website -Built using Hugo. Visit [prithu.xyz](https://www.prithu.xyz) +Built using Hugo. Visit [prithu.dev](https://www.prithu.dev)
M config.tomlconfig.toml

@@ -1,7 +1,7 @@

-baseURL = "https://prithu.xyz/" +baseURL = "https://prithu.dev/" languageCode = "en-us" title = "Prithu Goswami" -ignoreFiles = [ "snippets" ] +#ignoreFiles = [ "snippets" ] [author] name = "Prithu Goswami"
M layouts/partials/nav.htmllayouts/partials/nav.html

@@ -9,7 +9,7 @@ </svg>

</a> </div> <div><a href="/posts">Posts</a></div> - <div><a href="https://git.prithu.xyz">Git</a></div> + <div><a href="https://git.prithu.dev">Git</a></div> </div> <div class="nav-group"> <select id=theme>
M layouts/posts/list.htmllayouts/posts/list.html

@@ -5,7 +5,7 @@ <div class="bcontainer">

<div class="bcontent" id=blist> <h1>{{.Title}} <span id=rss> - <a href="https://prithu.xyz/posts/index.xml"> + <a href="https://prithu.dev/posts/index.xml"> <svg id=rss-icon role="img" width=16 viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"/></svg> (RSS) </a>