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