Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
b70f563f
Commit
b70f563f
authored
Jan 28, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
switch to fb comments
parent
e39d1928
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
33 deletions
+41
-33
_layouts/default.html
_layouts/default.html
+25
-23
_layouts/post.html
_layouts/post.html
+6
-6
resources.md
resources.md
+5
-3
styles/style.css
styles/style.css
+5
-1
No files found.
_layouts/default.html
View file @
b70f563f
...
@@ -16,32 +16,34 @@
...
@@ -16,32 +16,34 @@
<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>
<header
id=
"title"
>
<div
id=
"container"
>
<h1>
<header
id=
"title"
>
Murukesh Mohanan
<h1>
</h1>
Murukesh Mohanan
</header>
</h1>
<nav>
</header>
<ul>
<nav>
{% for page in site.pages_list %}
<ul>
<a
href=
"{{ site.base-url }}/{{ page[1] }}#main"
>
{% for page in site.pages_list %}
<li>
<a
href=
"{{ site.base-url }}/{{ page[1] }}#main"
>
{{ page[0] }}
<li>
</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>
</a>
{% endfor %}
</div>
</ul>
<article
id=
"main"
>
</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"
>
{{ content }}
{{ content }}
</article>
</article>
</div>
<footer>
<footer>
<section>
<section>
<!-- Copyleft FTW! -->
<!-- Copyleft FTW! -->
...
...
_layouts/post.html
View file @
b70f563f
...
@@ -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>
resources.md
View file @
b70f563f
...
@@ -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)
...
...
styles/style.css
View file @
b70f563f
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment