all repos — website @ 5bfab2b958460fc94246fde42915e044a016e51f

personal website hosted at prithu.xyz, built using hugo

c  h  a  n  g  e  s
Prithu Goswami prithugoswami524@gmail.com
Mon, 24 Aug 2020 23:55:55 +0530
commit

5bfab2b958460fc94246fde42915e044a016e51f

parent

9d33cbc3abb23b6ec514f0dc501a3364d7686ba4

3 files changed, 3 insertions(+), 6 deletions(-)

jump to
M content/snippets/_index.mdcontent/snippets/_index.md

@@ -11,12 +11,6 @@ ```

git remote -v | awk '{print $2}' | head -1 | tr -d '\n' | xsel -ib ``` -{{< highlight bash >}} - -git remote -v | awk '{print $2}' | head -1 | tr -d '\n' | xsel -ib - -{{< /highlight >}} - ## Using image magick to create single color canvas This create a 100x100 image with the color #131313
M layouts/partials/footer.htmllayouts/partials/footer.html

@@ -13,6 +13,7 @@ <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">

<img alt="Creative Commons License" style="width:18px;transform:translateY(4px);margin-right:4px" src="/img/cc.svg" /> </a> <a href="/">Prithu Goswami</a> &bull; + <a href="gpg.txt">gpg</a> &bull; <a href="mailto:prithugoswami524@gmail.com">Email me</a> &bull; <a href="https://github.com/prithugoswami/personal-website"> View source
M layouts/partials/nav.htmllayouts/partials/nav.html

@@ -7,6 +7,8 @@ </a>

</div> <!-- <div><a href="/projects">Projects</a></div> --> <div><a href="/posts">Posts</a></div> + <div><a href="/snippets">Snippets</a></div> + <div><a href="https://x.prithu.xyz/pub">pub/</a></div> <!-- <div><a href="/links">Links</a></div> --> </div> </nav>