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
21f3618f
Commit
21f3618f
authored
Aug 29, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved to Disqus, new style, sectioned pages FTW!
parent
e175c875
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
125 additions
and
105 deletions
+125
-105
README.md
README.md
+3
-3
_config.yml
_config.yml
+6
-2
_layouts/default.html
_layouts/default.html
+7
-13
_layouts/page.html
_layouts/page.html
+11
-0
_layouts/post.html
_layouts/post.html
+25
-5
_posts/2015-08-28-vim-for-man.md
_posts/2015-08-28-vim-for-man.md
+20
-7
_sitename.yml
_sitename.yml
+1
-1
acad.md
acad.md
+9
-16
blog.html
blog.html
+3
-2
contact.md
contact.md
+4
-6
index.md
index.md
+10
-9
resources.md
resources.md
+16
-22
styles/posts.css
styles/posts.css
+1
-1
styles/style.css
styles/style.css
+9
-18
No files found.
README.md
View file @
21f3618f
...
@@ -32,8 +32,8 @@ cd ~/devel/web &&
...
@@ -32,8 +32,8 @@ cd ~/devel/web &&
---
---
`_sitename.yml`
is a way of tricking Jekyll into adding a
`
root_
url`
to
`_sitename.yml`
is a way of tricking Jekyll into adding a
`
base-
url`
to
the generated URLs. On Github, the file isn't read and
`
root_
url`
is
the generated URLs. On Github, the file isn't read and
`
base-
url`
is
empty, leading to absolute URLs from the root of the site. On the CSE
empty, leading to absolute URLs from the root of the site. On the CSE
home folder,
`_sitename.yml`
defines
`
root_
url`
to be
`~murukesh`
,
home folder,
`_sitename.yml`
defines
`
base-
url`
to be
`~murukesh`
,
making the URLs relative to my home directory.
making the URLs relative to my home directory.
_config.yml
View file @
21f3618f
name
:
Murukesh Mohanan, IIT Bombay
name
:
Murukesh Mohanan, IIT Bombay
markdown
:
kramdown
markdown
:
kramdown
root_
url
:
"
"
base-
url
:
"
"
timezone
:
Asia/Kolkatta
timezone
:
Asia/Kolkatta
highlighter
:
pygments
highlighter
:
pygments
myurl
:
http://murukesh.me/
myurl
:
http://murukesh.me/
section_separator
:
"
<!--
section
-->"
gems
:
-
jekyll-sitemap
kramdown
:
kramdown
:
input
:
GFM
input
:
GFM
...
@@ -14,7 +18,7 @@ defaults:
...
@@ -14,7 +18,7 @@ defaults:
scope
:
scope
:
path
:
"
"
path
:
"
"
values
:
values
:
layout
:
"
default
"
layout
:
"
page
"
pages_list
:
pages_list
:
Main
:
'
'
Main
:
'
'
...
...
_layouts/default.html
View file @
21f3618f
...
@@ -11,8 +11,9 @@
...
@@ -11,8 +11,9 @@
<title>
<title>
{{ page.title }}
–
Muru's home page.
{{ page.title }}
–
Muru's home page.
</title>
</title>
<link
rel=
"stylesheet"
href=
"{{ site.root_url }}/styles/style.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/styles/style.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.root_url }}/styles/{{ page.pagestyle }}.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/styles/{{ page.pagestyle }}.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{{ site.base-url }}/public/css/gpgc_style.css"
>
<!-- Web Fonts FTW! -->
<!-- Web Fonts FTW! -->
<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>
...
@@ -21,20 +22,11 @@
...
@@ -21,20 +22,11 @@
<h1>
<h1>
Murukesh Mohanan
Murukesh Mohanan
</h1>
</h1>
<ul>
<li>
Third year, Master of Technology in Computer Science
and Engineering
</li>
<li>
RA, System Administration, CSE
</li>
</ul>
</header>
</header>
<nav>
<nav>
<ul>
<ul>
{% for page in site.pages_list %}
{% for page in site.pages_list %}
<a
href=
"{{ site.
root_
url }}/{{ page[1] }}#main"
>
<a
href=
"{{ site.
base-
url }}/{{ page[1] }}#main"
>
<li>
<li>
{{ page[0] }}
{{ page[0] }}
</li>
</li>
...
@@ -42,11 +34,13 @@
...
@@ -42,11 +34,13 @@
{% endfor %}
{% endfor %}
</ul>
</ul>
</nav>
</nav>
<!--
<div id="vim-proposal">
<div id="vim-proposal">
<a href="http://area51.stackexchange.com/proposals/80441/vi-and-vim?referrer=cSyv9sCu62iNAfGtTTKvSg2">
<a href="http://area51.stackexchange.com/proposals/80441/vi-and-vim?referrer=cSyv9sCu62iNAfGtTTKvSg2">
<img src="http://area51.stackexchange.com/ads/proposal/80441.png" alt="Stack Exchange Q&A site proposal: Vi and vim" />
<img src="http://area51.stackexchange.com/ads/proposal/80441.png" alt="Stack Exchange Q&A site proposal: Vi and vim" />
</a>
</a>
</div>
</div>
-->
<article
id=
"main"
>
<article
id=
"main"
>
{{ content }}
{{ content }}
...
@@ -55,7 +49,7 @@
...
@@ -55,7 +49,7 @@
<footer>
<footer>
<section>
<section>
<!-- Copyleft FTW! -->
<!-- Copyleft FTW! -->
<img
src=
"{{ site.
root_
url }}/images/Copyleft.png"
style=
"height: 1em;"
alt=
"copyleft"
>
Murukesh Mohanan.
<img
src=
"{{ site.
base-
url }}/images/Copyleft.png"
style=
"height: 1em;"
alt=
"copyleft"
>
Murukesh Mohanan.
<p>
Permission to use content is granted under
<a
href=
"https://creativecommons.org/licenses/by-sa/3.0/"
rel=
"license"
>
the CC BY-SA license
</a>
.
</p>
<p>
Permission to use content is granted under
<a
href=
"https://creativecommons.org/licenses/by-sa/3.0/"
rel=
"license"
>
the CC BY-SA license
</a>
.
</p>
<p>
The font used here is the Ubuntu font, via Google Web Fonts.
</p>
<p>
The font used here is the Ubuntu font, via Google Web Fonts.
</p>
</section>
</section>
...
...
_layouts/page.html
0 → 100644
View file @
21f3618f
---
layout: default
---
{% assign sections = content | split: site.section_separator %}
{% for section in sections %}
<section>
{{ section }}
</section>
{% endfor %}
_layouts/post.html
View file @
21f3618f
...
@@ -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,10 +10,10 @@ pagestyle: posts
...
@@ -10,10 +10,10 @@ 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.
root_
url }}{{ page.url }}"
>
<a
href=
"{{ site.
base-
url }}{{ page.url }}"
>
{{ page.title }}
{{ page.title }}
</a>
</a>
<time
datetime=
"{{ page.date | date_to_xmlschema }}"
class=
"post-date"
>
<time
datetime=
"{{ page.date | date_to_xmlschema }}"
class=
"post-date"
>
...
@@ -22,14 +22,34 @@ pagestyle: posts
...
@@ -22,14 +22,34 @@ pagestyle: posts
</h1>
</h1>
</header>
</header>
<section
id=
"post"
>
{% assign sections = content | split: site.section_separator %}
{{ content }}
{% for section in sections %}
<section
class=
"post"
>
{{ section }}
</section>
</section>
{% 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>
<script
type=
"text/javascript"
>
/* * * CONFIGURATION VARIABLES * * */
var
disqus_shortname
=
'
muru
'
;
var
disqus_identifier
=
'
{{ page.url }}
'
;
var
disqus_url
=
'
{{ site.myurl }}{{ page.url }}
'
;
/* * * DON'T EDIT BELOW THIS LINE * * */
(
function
()
{
var
dsq
=
document
.
createElement
(
'
script
'
);
dsq
.
type
=
'
text/javascript
'
;
dsq
.
async
=
true
;
dsq
.
src
=
'
//
'
+
disqus_shortname
+
'
.disqus.com/embed.js
'
;
(
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>
</section>
</section>
_posts/2015-08-28-vim-for-man.md
View file @
21f3618f
...
@@ -55,6 +55,8 @@ command in `sh -c`:
...
@@ -55,6 +55,8 @@ command in `sh -c`:
**Ugly.**
I also hate having to deal with quoting.
**Ugly.**
I also hate having to deal with quoting.
<!-- section -->
At this point, it struck me: Why should I run this via a pipe? Once Vim starts,
At this point, it struck me: Why should I run this via a pipe? Once Vim starts,
I can perfectly well use
`%! col -b`
to do the job. So:
I can perfectly well use
`%! col -b`
to do the job. So:
...
@@ -69,7 +71,7 @@ quit a manpage, you'd have to do `:q!`, not just `:q`. Thankfully, one of the
...
@@ -69,7 +71,7 @@ quit a manpage, you'd have to do `:q!`, not just `:q`. Thankfully, one of the
options set (
[
`nomod`
][
nomod
]
) tells Vim that the buffer hasn't been modified.
options set (
[
`nomod`
][
nomod
]
) tells Vim that the buffer hasn't been modified.
Therefore, we can just use
`:q`
:
Therefore, we can just use
`:q`
:
nnoremap q :q
nnoremap q :q
<CR>
Other considerations arise:
Other considerations arise:
...
@@ -104,10 +106,10 @@ I picked [`VimEnter`][vimenter] since it runs after any commands specified using
...
@@ -104,10 +106,10 @@ I picked [`VimEnter`][vimenter] since it runs after any commands specified using
However, I realised that:
However, I realised that:
-
I wanted to apply some of these settings to manpages irrespective of how they
-
I wanted to apply some of these settings to manpages irrespective of how they
were
made
; and
were
opened
; and
-
I'd rather not specify
`set ft=man`
from the command line, keeping an eye on
-
I'd rather not specify
`set ft=man`
from the command line, keeping an eye on
using Vim as a general-purpose pager
using Vim as a general-purpose pager
;
-
Using
`VimEnter *`
felt
*wrong*
-
Using
`VimEnter *`
felt
*wrong*
.
A bit of experimentation later, I found that:
A bit of experimentation later, I found that:
...
@@ -115,6 +117,14 @@ A bit of experimentation later, I found that:
...
@@ -115,6 +117,14 @@ A bit of experimentation later, I found that:
what the manpage says.
what the manpage says.
2.
`man`
sets
`MAN_PN`
to the manpage name (
`man(1)`
, for example)
2.
`man`
sets
`MAN_PN`
to the manpage name (
`man(1)`
, for example)
<aside
markdown=
"1"
>
Git does something similar. When opening logs via
`PAGER='vim -' git log`
, for
example, you'll find that an environment variable name
`GIT_PREFIX`
exists
(though, oddly enough, possibly empty).
</aside>
<!-- section -->
Knowing that I'm reading from
`stdin`
and that
`MAN_PN`
is set (to the manpage
Knowing that I'm reading from
`stdin`
and that
`MAN_PN`
is set (to the manpage
name!), I came up with this version:
name!), I came up with this version:
...
@@ -156,7 +166,8 @@ Beautiful!
...
@@ -156,7 +166,8 @@ Beautiful!
What does this do?
What does this do?
1.
In the main
`vimrc`
, I check if I'm reading from
`stdin`
and if
`MAN_PN`
is
1.
In the main
`vimrc`
, I check if I'm reading from
`stdin`
and if
`MAN_PN`
is
set. If so, set the filetype
*and the filename*
.
set. If so, set the filetype to
`man`
*
and the filename to the contents of
`MAN_PN`
*
.
2.
In the filetype-specific setting, use an
`autocmd`
the relies on the filename
2.
In the filetype-specific setting, use an
`autocmd`
the relies on the filename
being
`$MAN_PN`
to apply
`col -b`
.
being
`$MAN_PN`
to apply
`col -b`
.
3.
Set
`nomodified`
to tell Vim that the buffer hasn't been modified, and
3.
Set
`nomodified`
to tell Vim that the buffer hasn't been modified, and
...
@@ -192,11 +203,13 @@ I have no idea how to suppress the `stdin` message from Vim itself.
...
@@ -192,11 +203,13 @@ I have no idea how to suppress the `stdin` message from Vim itself.
---
---
All told:
All told:
[
![man in Vim
](
{{
site.
root_url }}/images/vim-man.png)]({{ site.root_
url }}/images/vim-man.png)
[
![man in Vim
](
{{
site.
base-url }}/images/vim-man.png)]({{ site.base-
url }}/images/vim-man.png)
---
---
Footnote:
<!-- section -->
## Footnote
This is my first blog post using
[
Jekyll
](
http://jekyllrb.com/
)
. Writing it, I
This is my first blog post using
[
Jekyll
](
http://jekyllrb.com/
)
. Writing it, I
have learned quite a bit, which I will write about in another post soon.
have learned quite a bit, which I will write about in another post soon.
...
...
_sitename.yml
View file @
21f3618f
root_
url
:
"
/~murukesh"
base-
url
:
"
/~murukesh"
acad.md
View file @
21f3618f
...
@@ -3,45 +3,38 @@ title: Academics
...
@@ -3,45 +3,38 @@ title: Academics
pagestyle
:
acad
pagestyle
:
acad
permalink
:
/acad/
permalink
:
/acad/
---
---
<section
markdown=
"1"
>
# Sem IV
Sem IV courses:
-
HS 625: Philosophy of Education
-
HS 625: Philosophy of Education
-
CS 691: R & D Project
-
CS 691: R & D Project
<
/section
>
<
!-- section --
>
<section
markdown=
"1"
>
# Sem III
Sem III courses:
-
[
CS 601
](
http://www.cse.iitb.ac.in/page134?course=CS+601
)
: Algorithms and Complexity
-
[
CS 601
](
http://www.cse.iitb.ac.in/page134?course=CS+601
)
: Algorithms and Complexity
-
[
CS 626
](
http://www.cse.iitb.ac.in/page134?course=CS+626
)
: Speech, Natural Language Processing and the Web
-
[
CS 626
](
http://www.cse.iitb.ac.in/page134?course=CS+626
)
: Speech, Natural Language Processing and the Web
-
[
CS 724
](
http://www.cse.iitb.ac.in/page134?course=CS+724
)
: Network Security and Cryptography - 2
-
[
CS 724
](
http://www.cse.iitb.ac.in/page134?course=CS+724
)
: Network Security and Cryptography - 2
<
/section
>
<
!-- section --
>
<section
markdown=
"1"
>
# Sem II
Sem II courses:
-
CS 534: Quantum Information and Computing
-
CS 534: Quantum Information and Computing
-
[
CS 715
](
http://www.cse.iitb.ac.in/page134?course=CS+715
)
: Design and Implementation of GNU Compiler Generation Framework
-
[
CS 715
](
http://www.cse.iitb.ac.in/page134?course=CS+715
)
: Design and Implementation of GNU Compiler Generation Framework
-
[
CS 726
](
http://www.cse.iitb.ac.in/page134?course=CS+726
)
: Advanced Machine Learning
-
[
CS 726
](
http://www.cse.iitb.ac.in/page134?course=CS+726
)
: Advanced Machine Learning
<
/section
>
<
!-- section --
>
<section
markdown=
"1"
>
# Sem I
Sem I courses:
-
[
CS 613
](
http://www.cse.iitb.ac.in/page134?course=CS+613
)
: Design and Implementation of Functional Programming Languages
-
[
CS 613
](
http://www.cse.iitb.ac.in/page134?course=CS+613
)
: Design and Implementation of Functional Programming Languages
-
[
CS 618
](
http://www.cse.iitb.ac.in/page134?course=CS+618
)
: Program Analysis
-
[
CS 618
](
http://www.cse.iitb.ac.in/page134?course=CS+618
)
: Program Analysis
-
[
CS 621
](
http://www.cse.iitb.ac.in/page134?course=CS+621
)
: Artificial Intelligence
-
[
CS 621
](
http://www.cse.iitb.ac.in/page134?course=CS+621
)
: Artificial Intelligence
-
[
CS 719
](
http://www.cse.iitb.ac.in/page134?course=CS+719
)
: Topics in Mathematical Foundations of Formal Verification
-
[
CS 719
](
http://www.cse.iitb.ac.in/page134?course=CS+719
)
: Topics in Mathematical Foundations of Formal Verification
<
/section
>
<
!-- section --
>
<section
markdown=
"1"
>
# Past
Past:
-
Bachelor of Technology in Mechanical Engineering from IIT Guwahati
-
Bachelor of Technology in Mechanical Engineering from IIT Guwahati
</section>
blog.html
View file @
21f3618f
...
@@ -2,13 +2,14 @@
...
@@ -2,13 +2,14 @@
title: Blog
title: Blog
permalink: /blog/
permalink: /blog/
pagestyle: posts
pagestyle: posts
layout: default
---
---
{% for post in site.posts %}
{% for post in site.posts %}
<section
markdown=
"1"
>
<section>
<header
class=
"post-title"
>
<header
class=
"post-title"
>
<h1>
<h1>
<a
href=
"{{site.
root_
url}}{{ post.url }}#main"
>
{{ post.title }}
</a>
<a
href=
"{{site.
base-
url}}{{ post.url }}#main"
>
{{ post.title }}
</a>
<time
datetime=
"{{ post.date | date_to_xmlschema }}"
class=
"post-date"
>
{{ post.date | date: "%B %e, %Y" }}
</time>
<time
datetime=
"{{ post.date | date_to_xmlschema }}"
class=
"post-date"
>
{{ post.date | date: "%B %e, %Y" }}
</time>
</h1>
</h1>
</header>
</header>
...
...
contact.md
View file @
21f3618f
...
@@ -3,25 +3,23 @@ title: Contact
...
@@ -3,25 +3,23 @@ title: Contact
permalink
:
/contact/
permalink
:
/contact/
---
---
<section
markdown=
"1"
>
Currently at:
Currently at:
-
C-227, Hostel 13, IIT Bombay
-
C-227, Hostel 13, IIT Bombay
</section>
<section
markdown=
"1"
>
<!-- section -->
Email me at:
Email me at:
-
murukesh.mohanan [AT] gmail.com
-
murukesh.mohanan [AT] gmail.com
-
murukesh [AT] cse.iitb.ac.in
-
murukesh [AT] cse.iitb.ac.in
-
m.mohanan [AT] alumni.iitg.ernet.in (defunct)
-
m.mohanan [AT] alumni.iitg.ernet.in (defunct)
</section>
<section
markdown=
"1"
>
<!-- section -->
Online:
Online:
-
[
Facebook
](
https://facebook.com/murukesh
)
-
[
Facebook
](
https://facebook.com/murukesh
)
-
[
Google+
](
https://plus.google.com/+murukeshmohanan/
)
-
[
Google+
](
https://plus.google.com/+murukeshmohanan/
)
-
[
Main Blog
](
http://murukeshm.blogspot.in/
)
-
[
Main Blog
](
http://murukeshm.blogspot.in/
)
-
[
Second Blog
](
http://linuxexperiments.blogspot.in/
)
-
[
Second Blog
](
http://linuxexperiments.blogspot.in/
)
</section>
index.md
View file @
21f3618f
...
@@ -2,22 +2,23 @@
...
@@ -2,22 +2,23 @@
title
:
Murukesh Mohanan
title
:
Murukesh Mohanan
---
---
<section
markdown=
"1"
>
Call me Muru.
Call me Muru.
</section>
<section
markdown=
"1"
>
<!-- section -->
I am an aspiring BOFH. Often called a psycho.
</section>
I am an aspiring BOFH. Often called a psycho. Now in my third year of the Master
of Technology in Computer Science and Engineering course in IIT Bombay, and
working for the department as an RA in System Administration, I get plenty of
opportunity to hone my skills. :)
<!-- section -->
<section
markdown=
"1"
>
I share the hobby of the masses - reading. :P Favourite books include
*
The
I share the hobby of the masses - reading. :P Favourite books include
*
The
Green Mile
*, *
The Wheel of Time
* series, the *
Foundation
* series and the *
Rama
*
Green Mile
*, *
The Wheel of Time
* series, the *
Foundation
* series and the *
Rama
*
series.
series.
</section>
<section
markdown=
"1"
>
<!-- section -->
I am a Gooner. Favourite players include "Mad Jens" Lehmann, Dennis Bergkamp
I am a Gooner. Favourite players include "Mad Jens" Lehmann, Dennis Bergkamp
and Wojciech Szczęsny. I have been an Arsenal fan since the Champions League
and Wojciech Szczęsny. I have been an Arsenal fan since the Champions League
final in Paris, 2006.
final in Paris, 2006.
</section>
resources.md
View file @
21f3618f
...
@@ -3,24 +3,13 @@ title: Resources
...
@@ -3,24 +3,13 @@ title: Resources
pagestyle
:
cann-table
pagestyle
:
cann-table
permalink
:
/resources/
permalink
:
/resources/
---
---
<section
markdown=
"1"
>
# Vim: `vimrc` and plugins {#vim}
A CV template in LaTeX (modified from one obtained online, original included):
-
(outdated) tarball:
[
CV-LaTeX.tar.gz
](
{{
site.root_url }}/files/CV-LaTeX.tar.gz)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/cv
)
</section>
<section
markdown=
"1"
>
-
(outdated) tarball:
[
vim.tar.bz2
](
{{
site.base-url }}/files/vim.tar.bz2)
Some stuff that I drag around with me on my various Linux boxes:
## Vimrc and vim plugins {#vim}
-
(outdated) tarball:
[
vim.tar.bz2
](
{{
site.root_url }}/files/vim.tar.bz2)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/vimrc
)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/vimrc
)
-
[
Github
](
https://github.com/murukeshm/vimrc
)
-
[
Github
](
https://github.com/murukeshm/vimrc
)
<div
markdown=
"1"
class=
"resources-list"
id=
"plugins-list"
>
<div
markdown=
"1"
id=
"plugins-list"
>
Currently contains a nifty
`vimrc`
, and some plugins:
Currently contains a nifty
`vimrc`
, and some plugins:
...
@@ -49,22 +38,28 @@ You might wanna do a `git pull` on some of the plugins inside `.vim/bundle`:
...
@@ -49,22 +38,28 @@ You might wanna do a `git pull` on some of the plugins inside `.vim/bundle`:
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/home
)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/home
)
-
[
Github
](
https://github.com/murukeshm/home
)
-
[
Github
](
https://github.com/murukeshm/home
)
---
<!-- section -->
#
#
Some scripts {#scripts}
# Some scripts {#scripts}
<div
markdown=
"1"
class=
"resources-list"
>
-
[
curlwc.sh
](
files/curlwc.sh
)
:
-
[
curlwc.sh
](
files/curlwc.sh
)
:
This script uses
[
curl(1)
](
http://linux.die.net/man/1/curl
)
to download the target file in parts. Not very robust.
This script uses
[
curl(1)
](
http://linux.die.net/man/1/curl
)
to download the target file in parts. Not very robust.
-
[
mtcd.sh
](
files/mtcd.sh
)
:
-
[
mtcd.sh
](
files/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.
</div>
These and more can be found on my
[
Github scrips repo
](
https://github.com/murukeshm/scripts
)
.
These and more can be found on my
[
Github scrips repo
](
https://github.com/murukeshm/scripts
)
.
</section>
<section
markdown=
"1"
>
<!-- section -->
## [A Cann Table][cann-table] {#cann}
# 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)
-
[
CSE Git
](
https://git.cse.iitb.ac.in/murukesh/cv
)
<!-- section -->
# [A Cann Table][cann-table] {#cann}
<div
id=
"cann-table-area"
>
<div
id=
"cann-table-area"
>
{% include_relative cann-table.html %}
{% include_relative cann-table.html %}
...
@@ -79,4 +74,3 @@ Hopefully this will count as personal use. :)
...
@@ -79,4 +74,3 @@ Hopefully this will count as personal use. :)
[
cann-table
]:
http://www.sussex.ac.uk/Users/iane/cannyclubs.php
[
cann-table
]:
http://www.sussex.ac.uk/Users/iane/cannyclubs.php
[
7amkickoff
]:
http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/
[
7amkickoff
]:
http://www.7amkickoff.com/2012/cann-tables-show-the-gap-between-arsenal-and-the-top-is-smaller-than-you-think/
[
epl
]:
http://www.premierleague.com/en-gb/matchday/league-table.html
[
epl
]:
http://www.premierleague.com/en-gb/matchday/league-table.html
</section>
styles/posts.css
View file @
21f3618f
...
@@ -56,7 +56,7 @@ pre span.lineno {
...
@@ -56,7 +56,7 @@ pre span.lineno {
}
}
.comments
{
.comments
{
background-color
:
grey
;
background-color
:
darkslate
grey
;
}
}
@media
screen
and
(
orientation
:
landscape
)
{
@media
screen
and
(
orientation
:
landscape
)
{
.post-date
{
.post-date
{
...
...
styles/style.css
View file @
21f3618f
#title
{
#title
{
border-bottom
:
0.2em
solid
white
;
border-bottom
:
0.2em
solid
white
;
padding
:
0.1em
3%
;
padding
:
0.1em
3%
;
margin
:
0
;
font-size
:
x-large
;
font-size
:
x-large
;
font-variant
:
small-caps
;
font-variant
:
small-caps
;
text-align
:
center
;
text-align
:
center
;
min-height
:
5em
;
background-color
:
lightslategrey
;
color
:
whitesmoke
;
}
}
/** 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
...
@@ -48,20 +50,12 @@ footer {
...
@@ -48,20 +50,12 @@ footer {
display
:
none
;
display
:
none
;
}
}
#title
ul
{
padding
:
0
;
font-size
:
larger
;
}
#title
li
{
list-style
:
none
;
}
nav
li
{
nav
li
{
margin-bottom
:
0.1em
;
margin-bottom
:
0.1em
;
padding
:
0.5em
0.5em
;
padding
:
0.5em
0.5em
;
border-radius
:
0.3em
;
border-radius
:
0
0.3em
0.3em
0
;
background-color
:
#999999
;
background-color
:
#37474F
;
color
:
white
;
}
}
nav
a
{
nav
a
{
...
@@ -69,7 +63,7 @@ nav a {
...
@@ -69,7 +63,7 @@ nav a {
}
}
nav
a
:visited
{
nav
a
:visited
{
color
:
black
;
color
:
silver
;
}
}
footer
img
{
footer
img
{
...
@@ -96,7 +90,7 @@ body {
...
@@ -96,7 +90,7 @@ body {
margin
:
0
auto
;
margin
:
0
auto
;
padding
:
0
;
padding
:
0
;
color
:
#121212
;
color
:
#121212
;
background-color
:
silver
;
/*#CCCCCC;*/
background-color
:
#B0BEC5
;
/*#CCCCCC;*/
width
:
100%
;
width
:
100%
;
/* width: 60em;*/
/* width: 60em;*/
}
}
...
@@ -146,7 +140,7 @@ pre code {
...
@@ -146,7 +140,7 @@ pre code {
overflow
:
auto
;
overflow
:
auto
;
display
:
block
;
display
:
block
;
padding
:
1em
0.5em
;
padding
:
1em
0.5em
;
color
:
silver
;
color
:
whitesmoke
;
background-color
:
black
;
background-color
:
black
;
}
}
...
@@ -166,9 +160,6 @@ pre code strong {
...
@@ -166,9 +160,6 @@ pre code strong {
}
}
@media
screen
and
(
orientation
:
landscape
)
{
@media
screen
and
(
orientation
:
landscape
)
{
header
h1
,
header
h2
{
margin
:
0
;
}
nav
{
nav
{
padding-top
:
1%
;
padding-top
:
1%
;
/* min-height: 42em;
/* min-height: 42em;
...
...
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