Commit 1a71f851 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Switch to sass for minified CSS via jekyll

parent 562ac0d4
Pipeline #1269 failed with stage
......@@ -30,3 +30,6 @@ exclude: [vendor, "Gemfile", "Gemfile.lock", "README.md", "LICENSE"]
paginate: 5
paginate_path: "/blog/page:num/"
future: true
sass:
style: compressed
<!DOCTYPE html>
<html lang="en">
<head>
<!-- If you want to fix the weird fonts on Chrome or Firefox
on Android, uncomment this meta tag. The weird font size
is due to "font boosting".
-->
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<meta name="HandheldFriendly" content="true">
<meta charset="utf-8">
<meta name="HandheldFriendly" content="true">
<meta name="author" content="Murukesh Mohanan">
{% if page.description %}
<meta name="description" content="{{ page.description }}">
{% endif %}
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
<title>
{{ page.title }} &ndash; Muru
</title>
......@@ -26,9 +26,6 @@
{% endif %}
<!-- Web Fonts FTW! -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu">
{% if page.description %}
<meta name="description" content="{{ page.description }}">
{% endif %}
{% if page.usemathjax %}
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
......
---
---
@import 'resources.css';
#cann-table {
......
---
---
.hll { background-color: #404040 }
.c { color: #999999; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
......
---
---
.domain::before {
content: "@";
}
---
---
#main section {
width: 60vw;
height: 60vw;
......
---
---
table {
border: 2px solid grey;
border-radius: 0.3em;
......
---
---
ul#i18n li {
display: inline-block;
list-style: none;
......
---
---
@import 'code.css';
.post-title a {
......
---
---
#main ul li {
padding: 0.2em 0;
margin-left: 0.5em;
......
---
---
html {
background-color: black; /*#404040;*/
}
......
---
---
@import 'posts.css';
section.tag-title {
......
......@@ -5,7 +5,7 @@ permalink: /cv/
description: What have I been upto?
---
# Yahoo! Japan (Tokyo)
# Yahoo! JAPAN (Tokyo)
{:.org}
<details markdown="1">
......
......@@ -13,15 +13,14 @@ description: Who am I?
Call me Muru.
{:.en .active}
ムッラセレル ムルケシュと申します。
<span lang="ja" class="jp inactive" markdown="1"> ムッラセレル ムルケシュと申します。
ムルと呼んでください。
宜しくお願い致します。
{:.jp .inactive}
宜しくお願い致します。</span>
എന്റെ പേര മുരുകെഷ് ആണു.
<span lang="ml" class="ml inactive" markdown="1">എന്റെ പേര മുരുകെഷ് ആണു.
എന്നെ മുരു എന്നു വിളിക്കുക.
മലയാളി ആണെങ്കിലും വളര്‍നതു ബോംബെയില്‍ ആണു.
{:.ml .inactive}
</span>
I know English, മലയാളം (Malayalam), हिंदी (Hindi), and a smattering of 日本語 (Japanese) and मराठी (Marathi).
......
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