aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:54:41 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 16:54:41 +0200
commit8fc456190349cf22491191cc47d031d81c48f763 (patch)
tree97ecd2c99acd0b40e3b38b3caa6254f37cf8ab32
parent5efbd8f8867233ad9d4a9dc295188fc34a21c915 (diff)
downloadmitjafelicijan.com-8fc456190349cf22491191cc47d031d81c48f763.tar.gz
update
-rw-r--r--.jekyll-metadatabin27689 -> 28805 bytes
-rw-r--r--_includes/site.min.css1
-rw-r--r--_layouts/index.html6
-rw-r--r--_layouts/page.html6
-rw-r--r--_layouts/post.html6
5 files changed, 7 insertions, 12 deletions
diff --git a/.jekyll-metadata b/.jekyll-metadata
index c8cda86..0b51cb9 100644
--- a/.jekyll-metadata
+++ b/.jekyll-metadata
Binary files differ
diff --git a/_includes/site.min.css b/_includes/site.min.css
new file mode 100644
index 0000000..824c05a
--- /dev/null
+++ b/_includes/site.min.css
@@ -0,0 +1 @@
*{box-sizing:border-box}body{font-family:'Times New Roman',Times,serif;font-size:16px;line-height:1.6;color:#000;margin:0;padding:0 0 50px}article,footer,header,main,nav{max-width:700px;margin:0 auto}header,main ul{margin-top:30px}header a,nav ul li a{text-decoration:none}header a{font-size:150%;font-weight:700;color:#000}nav ul{margin-top:10px;padding:0}nav ul li{display:inline-block}nav ul li a{color:#888;font-size:85%;margin-right:10px}h1{font-size:200%}h2{font-size:160%}h3{font-size:140%}h4{font-size:120%}article img{max-width:100%;display:block;border:2px solid #f1f1f1;border-radius:2px}time{display:block;font-size:85%;color:#444}main ul{padding:0 20px}main ul li{margin-bottom:20px}main ul div{font-size:116%}blockquote{margin:40px 0 40px 20px;border-left:5px solid #eee;padding:5px 0 10px 20px}.highlighter-rouge,table,table td,table th{border:2px solid #f1f1f1}table{width:100%;border-collapse:collapse;border-spacing:0}table td,table th{text-align:left;padding:5px 10px}.highlighter-rouge{padding:0 15px;font-size:80%;border-radius:2px;overflow:auto}.highlighter-rouge table,.highlighter-rouge table td{border:0!important}::selection{background:#ff0;color:#000}::-moz-selection{background:#ff0;color:#000}@media only screen and (max-width:768px){body{padding:0 20px}footer,header,nav{text-align:center}.responsive-table{width:100%;overflow:scroll}}@media print{body{padding:50px auto}} \ No newline at end of file
diff --git a/_layouts/index.html b/_layouts/index.html
index f612da7..ca7055c 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -31,6 +31,8 @@
31 <meta name="twitter:description" content="{{ site.description }}"> 31 <meta name="twitter:description" content="{{ site.description }}">
32 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> 32 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}">
33 33
34 <style>{% include site.min.css %}</style>
35
34 </head> 36 </head>
35 37
36 <body> 38 <body>
@@ -54,10 +56,6 @@
54 56
55 {% include footer.html %} 57 {% include footer.html %}
56 58
57 <style>
58 {% include site.css %}
59 </style>
60
61 </body> 59 </body>
62 60
63</html> 61</html>
diff --git a/_layouts/page.html b/_layouts/page.html
index af43ea7..debf6ed 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -33,6 +33,8 @@
33 <meta name="twitter:description" content="{{ page.description }}"> 33 <meta name="twitter:description" content="{{ page.description }}">
34 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> 34 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}">
35 35
36 <style>{% include site.min.css %}</style>
37
36 </head> 38 </head>
37 39
38 <body> 40 <body>
@@ -49,10 +51,6 @@
49 51
50 {% include footer.html %} 52 {% include footer.html %}
51 53
52 <style>
53 {% include site.css %}
54 </style>
55
56 </body> 54 </body>
57 55
58</html> 56</html>
diff --git a/_layouts/post.html b/_layouts/post.html
index 2fb4a75..17416f2 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -30,6 +30,8 @@
30 <meta name="twitter:description" content="{{ page.description }}"> 30 <meta name="twitter:description" content="{{ page.description }}">
31 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}"> 31 <meta name="twitter:image" content="https://mitjafelicijan.com/{{ site.avatar }}?ver={{ site.cache_version }}">
32 32
33 <style>{% include site.min.css %}</style>
34
33 </head> 35 </head>
34 36
35 <body> 37 <body>
@@ -72,10 +74,6 @@
72 74
73 {% include footer.html %} 75 {% include footer.html %}
74 76
75 <style>
76 {% include site.css %}
77 </style>
78
79 </body> 77 </body>
80 78
81</html> 79</html>