all repos — website @ 5be5df6c99bcd544798f4a7d94a750dd24013982

personal website hosted at prithu.xyz, built using hugo

change link to hn
Prithu Goswami prithugoswami524@gmail.com
Fri, 18 Dec 2020 22:07:44 +0530
commit

5be5df6c99bcd544798f4a7d94a750dd24013982

parent

ef62dbf5be7dfb6582a2ce9cd8ab31e725497051

3 files changed, 56 insertions(+), 2 deletions(-)

jump to
M content/posts/unix-pipeline/index.mdcontent/posts/unix-pipeline/index.md

@@ -7,6 +7,7 @@ - unix

- command line - scripts --- +> View discussion on [Hacker News](https://news.ycombinator.com/item?id=23420786) The Unix philosophy lays emphasis on building software that is simple and extensible. Each piece of software must do one thing and do it well. And that

@@ -407,5 +408,3 @@ {{< /highlight >}}

These were just a few examples, there are so many things you can accomplish in a single line of shell using pipes. - -[View discussion on Hacker News](https://news.ycombinator.com/item?id=23420786)
M static/css/blog.cssstatic/css/blog.css

@@ -125,6 +125,16 @@ .post-text a {

color:#B554E3; } +/* .post-text a::after { */ +/* display: inline-block; */ +/* content: ' '; */ +/* background-image: url('../img/ext-arrow.svg'); */ +/* margin-left: 6px; */ +/* /1* background-size: 28px 28px; *1/ */ +/* height: 12px; */ +/* width: 12px; */ +/* } */ + .post-text a:hover { color: #8a3ead; text-decoration: underline;
A static/img/ext-arrow.svg

@@ -0,0 +1,45 @@

+<?xml version="1.0" encoding="iso-8859-1"?> +<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 26 26" style="enable-background:new 0 0 26 26;" xml:space="preserve"> +<g> + <path style="fill:#b554e3;" d="M18,17.759v3.366C18,22.159,17.159,23,16.125,23H4.875C3.841,23,3,22.159,3,21.125V9.875 + C3,8.841,3.841,8,4.875,8h3.429l3.001-3h-6.43C2.182,5,0,7.182,0,9.875v11.25C0,23.818,2.182,26,4.875,26h11.25 + C18.818,26,21,23.818,21,21.125v-6.367L18,17.759z"/> + <g> + <path style="fill:#b554e3;" d="M22.581,0H12.322c-1.886,0.002-1.755,0.51-0.76,1.504l3.22,3.22l-5.52,5.519 + c-1.145,1.144-1.144,2.998,0,4.141l2.41,2.411c1.144,1.141,2.996,1.142,4.14-0.001l5.52-5.52l3.16,3.16 + c1.101,1.1,1.507,1.129,1.507-0.757L26,3.419C25.999-0.018,26.024-0.001,22.581,0z"/> + </g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +<g> +</g> +</svg>