Commit b70f563f authored by Murukesh Mohanan's avatar Murukesh Mohanan

switch to fb comments

parent e39d1928
......@@ -16,32 +16,34 @@
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu">
</head>
<body>
<header id="title">
<h1>
Murukesh Mohanan
</h1>
</header>
<nav>
<ul>
{% for page in site.pages_list %}
<a href="{{ site.base-url }}/{{ page[1] }}#main">
<li>
{{ page[0] }}
</li>
<div id="container">
<header id="title">
<h1>
Murukesh Mohanan
</h1>
</header>
<nav>
<ul>
{% for page in site.pages_list %}
<a href="{{ site.base-url }}/{{ page[1] }}#main">
<li>
{{ page[0] }}
</li>
</a>
{% endfor %}
</ul>
</nav>
<div id="vim-proposal">
<a href="http://vi.stackexchange.com">
<img src="http://i.stack.imgur.com/LMMOe.png" alt="Vi and Vim Stack Exchange" />
</a>
{% endfor %}
</ul>
</nav>
<div id="vim-proposal">
<a href="http://vi.stackexchange.com">
<img src="http://i.stack.imgur.com/LMMOe.png" alt="Vi and Vim Stack Exchange" />
</a>
</div>
<article id="main">
</div>
<article id="main">
{{ content }}
{{ content }}
</article>
</article>
</div>
<footer>
<section>
<!-- Copyleft FTW! -->
......
......@@ -2,7 +2,7 @@
layout: default
pagestyle: posts
---
<!--<div id="fb-root"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
......@@ -10,7 +10,6 @@ pagestyle: posts
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
-->
<header class="section post-title">
<h1>
<a href="{{ site.base-url }}{{ page.url }}">
......@@ -40,13 +39,13 @@ pagestyle: posts
{% endfor %}
<section class="comments">
<!--
<div class="fb-comments"
data-href="{{site.myurl}}{{page.url}}"
data-width="100%"
data-numposts="10"
data-colorscheme="dark"></div>
-->
data-colorscheme="dark">
</div>
<!--
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
......@@ -61,5 +60,6 @@ pagestyle: posts
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</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>
......@@ -47,15 +47,17 @@ You might wanna update some of the plugins inside `.vim/bundle`:
# Some scripts {#scripts}
- [`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):
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)
<!-- 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):
- (outdated) tarball: [CV-LaTeX.tar.gz]({{ site.base-url }}/files/CV-LaTeX.tar.gz)
......
......@@ -9,6 +9,10 @@
color: whitesmoke;
}
#container {
min-height: 80vh;
}
/** The #main div is given a min-height so that it isn't
* squished on pages with little content, or for displays
* that are tall (like phones in portrait mode).
......@@ -17,7 +21,6 @@
*/
#main {
padding: 1em 2em;
min-height: 80vh;
/*margin-left: 15%;
float: right;
display: inline-block;*/
......@@ -94,6 +97,7 @@ body {
background-color: #B0BEC5; /*#CCCCCC;*/
width: 100%;
/* width: 60em;*/
min-height: 100vh;
}
/*h1 {
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