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
32508fa2
Commit
32508fa2
authored
9 years ago
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor updates
parent
2d1d540e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
_layouts/default.html
_layouts/default.html
+9
-7
_layouts/post.html
_layouts/post.html
+13
-0
index.md
index.md
+0
-1
No files found.
_layouts/default.html
View file @
32508fa2
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
<title>
<title>
{{ page.title }}
–
Muru's home page.
{{ page.title }}
–
Muru's home page.
</title>
</title>
<link
rel=
"stylesheet"
href=
"styles/{{ page.pagestyle }}.css"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"
/
styles/{{ page.pagestyle }}.css"
type=
"text/css"
>
<!-- Web Fonts FTW! -->
<!-- Web Fonts FTW! -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://fonts.googleapis.com/css?family=Ubuntu"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"http://fonts.googleapis.com/css?family=Ubuntu"
>
<script
type=
"text/javascript"
src=
"murujs.js"
></script>
<script
type=
"text/javascript"
src=
"
/
murujs.js"
></script>
</head>
</head>
<body>
<body>
<div
id=
"header"
>
<div
id=
"header"
>
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
<!-- Navigational link. -->
<!-- Navigational link. -->
<h3>
<h3>
<ul>
<ul>
<li><a
href=
"
index
"
>
Main
</a></li>
<li><a
href=
"
/
"
>
Main
</a></li>
<li><a
href=
"acad"
>
Acads
</a></li>
<li><a
href=
"
/
acad"
>
Acads
</a></li>
<li><a
href=
"resources"
>
Resources
</a></li>
<li><a
href=
"
/
resources"
>
Resources
</a></li>
<li><a
href=
"contact"
>
Contact
<br>
<span
id=
"contact-comment"
>
(Please don't!)
</span></a></li>
<li><a
href=
"
/
contact"
>
Contact
<br>
<span
id=
"contact-comment"
>
(Please don't!)
</span></a></li>
</ul>
</ul>
</h3>
</h3>
</div>
</div>
...
@@ -42,11 +42,13 @@
...
@@ -42,11 +42,13 @@
</div>
</div>
<div
id=
"footer"
>
<div
id=
"footer"
>
<div
class=
"section"
>
<!-- Copyleft FTW! -->
<!-- Copyleft FTW! -->
<img
src=
"images/Copyleft.png"
style=
"height: 1em;"
alt=
"copyleft"
>
Murukesh Mohanan.
<img
src=
"
/
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/"
target=
"_blank"
>
the CC BY-SA license
</a>
.
<p>
Permission to use content is granted under
<a
href=
"https://creativecommons.org/licenses/by-sa/3.0/"
target=
"_blank"
>
the CC BY-SA license
</a>
.
<p>
The font used here is the Ubuntu font, via Google Web Fonts.
<p>
The font used here is the Ubuntu font, via Google Web Fonts.
</div>
</div>
</div>
</body>
</body>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
/*
/*
...
...
This diff is collapsed.
Click to expand it.
_layouts/post.html
0 → 100644
View file @
32508fa2
---
layout: default
permalink: /blogs/:title
---
<div
class=
"section"
>
<h1>
{{ page.title }}
</h1>
<p
class=
"meta"
>
{{ page.date | date_to_string }}
</p>
</div>
<div
class=
"section post"
>
{{ content }}
</div>
This diff is collapsed.
Click to expand it.
index.md
View file @
32508fa2
---
---
title
:
Murukesh Mohanan
title
:
Murukesh Mohanan
permalink
:
/index/
---
---
<div
markdown=
"1"
class=
"section"
>
<div
markdown=
"1"
class=
"section"
>
...
...
This diff is collapsed.
Click to expand it.
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