Skip to content

Commit e45e101

Browse files
Nikola auto commit.
Source commit: 7a8ca8c Nikola version: 8.2.0
1 parent 73627d2 commit e45e101

File tree

70 files changed

+1229
-1266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1229
-1266
lines changed

2016/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="../assets/css/nikola_ipython.css" rel="stylesheet" type="text/css">
1212
<meta name="theme-color" content="#5670d4">
1313
<meta name="generator" content="Nikola (getnikola.com)">
14-
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
14+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../rss.xml">
1515
<link rel="canonical" href="https://narendramukherjee.github.io/2016/">
1616
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]-->
1717
</head>
@@ -21,10 +21,11 @@
2121
<!-- Menubar -->
2222

2323
<nav class="navbar navbar-expand-md static-top mb-4
24-
navbar-dark bg-dark
24+
navbar-dark
25+
bg-dark
2526
"><div class="container">
2627
<!-- This keeps the margins nice -->
27-
<a class="navbar-brand" href="https://narendramukherjee.github.io/">
28+
<a class="navbar-brand" href="../">
2829

2930
<span id="blog-title">Narendra Mukherjee</span>
3031
</a>
@@ -80,7 +81,7 @@
8081
<time class="listdate" datetime="2016-11-04T21:50:19-05:00" title="2016-11-04 21:50">2016-11-04 21:50</time><a href="../blog/installing-the-latest-version-of-texlive-2016-right-now-on-ubuntu-without-a-headache/" class="listtitle">Installing the latest version of Texlive (2016 right now) on Ubuntu without a headache</a>
8182
</li>
8283
</ul></article><!--End of body content--><footer id="footer">
83-
Contents © 2021 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
84+
Contents © 2022 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
8485

8586

8687
</footer>
@@ -91,9 +92,7 @@
9192
<script src="../assets/js/all-nocdn.js"></script><script>
9293
baguetteBox.run('div#content', {
9394
ignoreClass: 'islink',
94-
captions: function(element) {
95-
return element.getElementsByTagName('img')[0].alt;
96-
}});
95+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
9796
</script>
9897
</body>
9998
</html>

2017/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="../assets/css/nikola_ipython.css" rel="stylesheet" type="text/css">
1212
<meta name="theme-color" content="#5670d4">
1313
<meta name="generator" content="Nikola (getnikola.com)">
14-
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
14+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../rss.xml">
1515
<link rel="canonical" href="https://narendramukherjee.github.io/2017/">
1616
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]-->
1717
</head>
@@ -21,10 +21,11 @@
2121
<!-- Menubar -->
2222

2323
<nav class="navbar navbar-expand-md static-top mb-4
24-
navbar-dark bg-dark
24+
navbar-dark
25+
bg-dark
2526
"><div class="container">
2627
<!-- This keeps the margins nice -->
27-
<a class="navbar-brand" href="https://narendramukherjee.github.io/">
28+
<a class="navbar-brand" href="../">
2829

2930
<span id="blog-title">Narendra Mukherjee</span>
3031
</a>
@@ -83,7 +84,7 @@
8384
<time class="listdate" datetime="2017-02-03T22:00:23-05:00" title="2017-02-03 22:00">2017-02-03 22:00</time><a href="../blog/string-completion-as-you-move-to-python-3-or-how-curly-braces-became-important/" class="listtitle">String completion as you move to Python 3 (OR, how curly braces became important)</a>
8485
</li>
8586
</ul></article><!--End of body content--><footer id="footer">
86-
Contents © 2021 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
87+
Contents © 2022 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
8788

8889

8990
</footer>
@@ -94,9 +95,7 @@
9495
<script src="../assets/js/all-nocdn.js"></script><script>
9596
baguetteBox.run('div#content', {
9697
ignoreClass: 'islink',
97-
captions: function(element) {
98-
return element.getElementsByTagName('img')[0].alt;
99-
}});
98+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
10099
</script>
101100
</body>
102101
</html>

2020/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="../assets/css/nikola_ipython.css" rel="stylesheet" type="text/css">
1212
<meta name="theme-color" content="#5670d4">
1313
<meta name="generator" content="Nikola (getnikola.com)">
14-
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
14+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../rss.xml">
1515
<link rel="canonical" href="https://narendramukherjee.github.io/2020/">
1616
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]-->
1717
</head>
@@ -21,10 +21,11 @@
2121
<!-- Menubar -->
2222

2323
<nav class="navbar navbar-expand-md static-top mb-4
24-
navbar-dark bg-dark
24+
navbar-dark
25+
bg-dark
2526
"><div class="container">
2627
<!-- This keeps the margins nice -->
27-
<a class="navbar-brand" href="https://narendramukherjee.github.io/">
28+
<a class="navbar-brand" href="../">
2829

2930
<span id="blog-title">Narendra Mukherjee</span>
3031
</a>
@@ -83,7 +84,7 @@
8384
<time class="listdate" datetime="2020-08-12T10:48:23-04:00" title="2020-08-12 10:48">2020-08-12 10:48</time><a href="../blog/using-the-logitech-unifying-receiver-on-linux/" class="listtitle">Using the Logitech Unifying Receiver on Linux</a>
8485
</li>
8586
</ul></article><!--End of body content--><footer id="footer">
86-
Contents © 2021 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
87+
Contents © 2022 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
8788

8889

8990
</footer>
@@ -94,9 +95,7 @@
9495
<script src="../assets/js/all-nocdn.js"></script><script>
9596
baguetteBox.run('div#content', {
9697
ignoreClass: 'islink',
97-
captions: function(element) {
98-
return element.getElementsByTagName('img')[0].alt;
99-
}});
98+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
10099
</script>
101100
</body>
102101
</html>

Narendra_CV.pdf

40.3 KB
Binary file not shown.

Narendra_resume.pdf

41.7 KB
Binary file not shown.

archive.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="assets/css/nikola_ipython.css" rel="stylesheet" type="text/css">
1212
<meta name="theme-color" content="#5670d4">
1313
<meta name="generator" content="Nikola (getnikola.com)">
14-
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
14+
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="rss.xml">
1515
<link rel="canonical" href="https://narendramukherjee.github.io/archive.html">
1616
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]-->
1717
</head>
@@ -21,10 +21,11 @@
2121
<!-- Menubar -->
2222

2323
<nav class="navbar navbar-expand-md static-top mb-4
24-
navbar-dark bg-dark
24+
navbar-dark
25+
bg-dark
2526
"><div class="container">
2627
<!-- This keeps the margins nice -->
27-
<a class="navbar-brand" href="https://narendramukherjee.github.io/">
28+
<a class="navbar-brand" href=".">
2829

2930
<span id="blog-title">Narendra Mukherjee</span>
3031
</a>
@@ -89,7 +90,7 @@
8990
(1)
9091
</li>
9192
</ul></article><!--End of body content--><footer id="footer">
92-
Contents © 2021 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
93+
Contents © 2022 <a href="mailto:narendra.mukherjee@gmail.com">Narendra Mukherjee</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a>
9394

9495

9596
</footer>
@@ -100,9 +101,7 @@
100101
<script src="assets/js/all-nocdn.js"></script><script>
101102
baguetteBox.run('div#content', {
102103
ignoreClass: 'islink',
103-
captions: function(element) {
104-
return element.getElementsByTagName('img')[0].alt;
105-
}});
104+
captions: function(element){var i=element.getElementsByTagName('img')[0];return i===undefined?'':i.alt;}});
106105
</script>
107106
</body>
108107
</html>

assets/css/all-nocdn.css

Lines changed: 266 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)