Commit b70f563f authored by Murukesh Mohanan's avatar Murukesh Mohanan

switch to fb comments

parent e39d1928
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu"> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu">
</head> </head>
<body> <body>
<div id="container">
<header id="title"> <header id="title">
<h1> <h1>
Murukesh Mohanan Murukesh Mohanan
...@@ -42,6 +43,7 @@ ...@@ -42,6 +43,7 @@
{{ content }} {{ content }}
</article> </article>
</div>
<footer> <footer>
<section> <section>
<!-- Copyleft FTW! --> <!-- Copyleft FTW! -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
layout: default layout: default
pagestyle: posts pagestyle: posts
--- ---
<!--<div id="fb-root"></div> <div id="fb-root"></div>
<script>(function(d, s, id) { <script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0]; var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return; if (d.getElementById(id)) return;
...@@ -10,7 +10,6 @@ pagestyle: posts ...@@ -10,7 +10,6 @@ pagestyle: posts
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4"; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs); fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script> }(document, 'script', 'facebook-jssdk'));</script>
-->
<header class="section post-title"> <header class="section post-title">
<h1> <h1>
<a href="{{ site.base-url }}{{ page.url }}"> <a href="{{ site.base-url }}{{ page.url }}">
...@@ -40,13 +39,13 @@ pagestyle: posts ...@@ -40,13 +39,13 @@ pagestyle: posts
{% endfor %} {% endfor %}
<section class="comments"> <section class="comments">
<!--
<div class="fb-comments" <div class="fb-comments"
data-href="{{site.myurl}}{{page.url}}" data-href="{{site.myurl}}{{page.url}}"
data-width="100%" data-width="100%"
data-numposts="10" data-numposts="10"
data-colorscheme="dark"></div> data-colorscheme="dark">
--> </div>
<!--
<div id="disqus_thread"></div> <div id="disqus_thread"></div>
<script type="text/javascript"> <script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */ /* * * CONFIGURATION VARIABLES * * */
...@@ -61,5 +60,6 @@ pagestyle: posts ...@@ -61,5 +60,6 @@ pagestyle: posts
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> -->
<noscript>Please enable JavaScript to view the comments powered by Facebook.</noscript>
</section> </section>
...@@ -47,15 +47,17 @@ You might wanna update some of the plugins inside `.vim/bundle`: ...@@ -47,15 +47,17 @@ You might wanna update some of the plugins inside `.vim/bundle`:
# Some scripts {#scripts} # Some scripts {#scripts}
- [`curlwc.sh`](https://github.com/murukeshm/scripts/blob/master/curlwc.sh): - [`curlwc.sh`](https://github.com/murukeshm/scripts/blob/master/curlwc.sh):
This script uses [curl(1)](http://manpages.ubuntu.com/curl.1) to download the target file in parts. Not very robust. This script uses [curl(1)](http://manpages.ubuntu.com/curl.1) to download the
target file in parts. Not very robust.
- [`mtcd.sh`](https://github.com/murukeshm/scripts/blob/master/mtcd.sh): - [`mtcd.sh`](https://github.com/murukeshm/scripts/blob/master/mtcd.sh):
This script mounts all arguments in directories within `~/cdrom` (as ISO9660 images), and also handles unmounting. This script mounts all arguments in directories within `~/cdrom` (as ISO9660
images), and also handles unmounting.
These and more can be found on my scripts repo. [Github](https://github.com/murukeshm/scripts) These and more can be found on my scripts repo. [Github](https://github.com/murukeshm/scripts)
<!-- section --> <!-- section -->
# CV [CSE Git](https://git.cse.iitb.ac.in/murukesh/cv) # CV [CSE Git](https://git.cse.iitb.ac.in/murukesh/cv) {#cv}
A CV template in LaTeX (modified from one obtained online, original included): A CV template in LaTeX (modified from one obtained online, original included):
- (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz) - (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz)
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
color: whitesmoke; color: whitesmoke;
} }
#container {
min-height: 80vh;
}
/** The #main div is given a min-height so that it isn't /** The #main div is given a min-height so that it isn't
* squished on pages with little content, or for displays * squished on pages with little content, or for displays
* that are tall (like phones in portrait mode). * that are tall (like phones in portrait mode).
...@@ -17,7 +21,6 @@ ...@@ -17,7 +21,6 @@
*/ */
#main { #main {
padding: 1em 2em; padding: 1em 2em;
min-height: 80vh;
/*margin-left: 15%; /*margin-left: 15%;
float: right; float: right;
display: inline-block;*/ display: inline-block;*/
...@@ -94,6 +97,7 @@ body { ...@@ -94,6 +97,7 @@ body {
background-color: #B0BEC5; /*#CCCCCC;*/ background-color: #B0BEC5; /*#CCCCCC;*/
width: 100%; width: 100%;
/* width: 60em;*/ /* width: 60em;*/
min-height: 100vh;
} }
/*h1 { /*h1 {
font-size: 2em; font-size: 2em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment