diff --git a/404.html b/404.html new file mode 100644 index 0000000..9bf1fd1 --- /dev/null +++ b/404.html @@ -0,0 +1,101 @@ + + + + + +404 | Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+

Lost?

+

This page does not exist.

+
+ +
+ + + + + +
+ + + diff --git a/about/index.html b/about/index.html new file mode 100644 index 0000000..7fe251e --- /dev/null +++ b/about/index.html @@ -0,0 +1,114 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+ +

About Me

+ + + + + +
+

Hello, World!

+ +
+ + +
+ +
+ + + + + +
+ + + diff --git a/archive/index.html b/archive/index.html new file mode 100644 index 0000000..384152f --- /dev/null +++ b/archive/index.html @@ -0,0 +1,158 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

Archive

+ + + + + + +
+ +
+ + + + + +
+ + + diff --git a/atom.xml b/atom.xml new file mode 100644 index 0000000..3e66b5e --- /dev/null +++ b/atom.xml @@ -0,0 +1,135 @@ + + + Zola Terminimal theme + + + Zola + 2019-02-04T00:00:00+00:00 + https://pawroman.github.io/zola-theme-terminimal/atom.xml + + Welcome to Terminimal Theme for Zola + 2019-02-04T00:00:00+00:00 + 2019-02-04T00:00:00+00:00 + + Unknown + + + https://pawroman.github.io/zola-theme-terminimal/welcome-terminimal-theme/ + + <p>Welcome to Terminimal! This is a theme showcase post.</p> +<p>Code block (using &quot;boron&quot; theme):</p> +<pre data-lang="python" style="background-color:#151515;color:#e8e8d3;" class="language-python "><code class="language-python" data-lang="python"><span style="color:#888888;">#!/usr/bin/python3 +</span><span> +</span><span style="color:#8fbfdc;">class </span><span style="color:#ffb964;">HelloPrinter</span><span>: +</span><span> </span><span style="color:#8fbfdc;">def </span><span style="color:#fad07a;">__init__</span><span>(</span><span style="color:#ffb964;">self</span><span>, </span><span style="color:#ffb964;">thing</span><span>): +</span><span> </span><span style="color:#ffb964;">self</span><span>.thing = thing +</span><span> +</span><span> </span><span style="color:#8fbfdc;">def </span><span style="color:#fad07a;">__call__</span><span>(</span><span style="color:#ffb964;">self</span><span>): +</span><span> </span><span style="color:#ffb964;">print</span><span>(</span><span style="color:#8fbfdc;">f</span><span style="color:#556633;">&quot;</span><span style="color:#99ad6a;">Hello, </span><span>{</span><span style="color:#ffb964;">self</span><span>.thing}</span><span style="color:#99ad6a;">!</span><span style="color:#556633;">&quot;</span><span>) +</span><span> +</span><span> +</span><span>printer = </span><span style="color:#ffb964;">HelloPrinter</span><span>(</span><span style="color:#556633;">&quot;</span><span style="color:#99ad6a;">World</span><span style="color:#556633;">&quot;</span><span>) +</span><span style="color:#ffb964;">printer</span><span>() +</span><span> +</span><span style="color:#888888;"># prints: Hello, World! +</span></code></pre> +<p>Inline code: <code>print(&quot;Hello world!&quot;)</code>.</p> +<p>Basic typography:</p> +<p><em>Italic text</em>. <strong>Bold text</strong>. <em><strong>Italic bold</strong></em>. Link: <a href="#">click me</a></p> +<h1 id="header-1">Header 1</h1> +<h2 id="header-2">Header 2</h2> +<h3 id="header-3">Header 3</h3> +<h4 id="header-4">Header 4</h4> +<p>Quote:</p> +<blockquote> +<p>&quot;Theory is when you know everything but nothing works. +Practice is when everything works but no one knows why. +In our lab, theory and practice are combined: nothing works and no one knows why.&quot;</p> +</blockquote> +<p>Lists:</p> +<ul> +<li>A</li> +<li>B</li> +<li>CDEF +<ul> +<li>Nested Item +<ul> +<li>And more nesting</li> +</ul> +</li> +<li>GHIJ</li> +</ul> +</li> +</ul> +<ol> +<li>One</li> +<li>Two</li> +<li>Three</li> +</ol> +<p>Horizontal line:</p> +<hr /> +<p>This is where the post summary ends.</p> + + + + + More ranting + 2019-02-03T00:00:00+00:00 + 2019-02-03T00:00:00+00:00 + + Unknown + + + https://pawroman.github.io/zola-theme-terminimal/more-ranting/ + + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.</p> + + + + + I don't like JavaScript + 2019-02-02T00:00:00+00:00 + 2019-02-02T00:00:00+00:00 + + Unknown + + + https://pawroman.github.io/zola-theme-terminimal/i-dont-like-javascript/ + + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien.</p> +<p><a href="https://wtfjs.com">wtfjs.com</a></p> +<pre data-lang="javascript" style="background-color:#151515;color:#e8e8d3;" class="language-javascript "><code class="language-javascript" data-lang="javascript"><span>&gt;&gt;&gt; [</span><span style="color:#cf6a4c;">1</span><span>, </span><span style="color:#cf6a4c;">2</span><span>, </span><span style="color:#cf6a4c;">3</span><span>, </span><span style="color:#cf6a4c;">15</span><span>, </span><span style="color:#cf6a4c;">30</span><span>, </span><span style="color:#cf6a4c;">7</span><span>, </span><span style="color:#cf6a4c;">5</span><span>, </span><span style="color:#cf6a4c;">45</span><span>, </span><span style="color:#cf6a4c;">60</span><span>].sort() +</span><span>[</span><span style="color:#cf6a4c;">1</span><span>, </span><span style="color:#cf6a4c;">15</span><span>, </span><span style="color:#cf6a4c;">2</span><span>, </span><span style="color:#cf6a4c;">3</span><span>, </span><span style="color:#cf6a4c;">30</span><span>, </span><span style="color:#cf6a4c;">45</span><span>, </span><span style="color:#cf6a4c;">5</span><span>, </span><span style="color:#cf6a4c;">60</span><span>, </span><span style="color:#cf6a4c;">7</span><span>] +</span></code></pre> + + + + + Zola is nice + 2019-02-01T00:00:00+00:00 + 2019-02-01T00:00:00+00:00 + + Unknown + + + https://pawroman.github.io/zola-theme-terminimal/zola-is-nice/ + + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.</p> + + + + + Learning JavaScript + 2019-01-03T00:00:00+00:00 + 2019-01-03T00:00:00+00:00 + + Unknown + + + https://pawroman.github.io/zola-theme-terminimal/learning-javascript/ + + <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.</p> + + + + diff --git a/buttons.css b/buttons.css new file mode 100644 index 0000000..462f45e --- /dev/null +++ b/buttons.css @@ -0,0 +1 @@ +.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin-bottom:5px;text-align:center;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none;}button.outline,.button.outline,a.button.outline{background:rgba(0,0,0,0);box-shadow:none;padding:8px 18px}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.primary,.button.primary,a.button.primary{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}button.primary:hover,.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px rgba(50,50,93,.21),0 1px 3px rgba(0,0,0,.08)}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.read-more,a.read-more:hover,a.read-more:active{display:inline-flex;background:none;box-shadow:none;padding:0;margin:20px 0;max-width:100%}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none} \ No newline at end of file diff --git a/color/background_auto.css b/color/background_auto.css new file mode 100644 index 0000000..a14b617 --- /dev/null +++ b/color/background_auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: light){:root{--background: white;--color: #101010}}@media (prefers-color-scheme: dark){:root{--background: #101010;--color: #A9B7C6}} \ No newline at end of file diff --git a/color/background_blue.css b/color/background_blue.css new file mode 100644 index 0000000..084eec8 --- /dev/null +++ b/color/background_blue.css @@ -0,0 +1 @@ +:root{--background: #1D212C} \ No newline at end of file diff --git a/color/background_dark.css b/color/background_dark.css new file mode 100644 index 0000000..c1b491b --- /dev/null +++ b/color/background_dark.css @@ -0,0 +1 @@ +:root{--background: #101010;--color: #A9B7C6} \ No newline at end of file diff --git a/color/background_green.css b/color/background_green.css new file mode 100644 index 0000000..de564d5 --- /dev/null +++ b/color/background_green.css @@ -0,0 +1 @@ +:root{--background: #1F222A} \ No newline at end of file diff --git a/color/background_light.css b/color/background_light.css new file mode 100644 index 0000000..ea0bc08 --- /dev/null +++ b/color/background_light.css @@ -0,0 +1 @@ +:root{--background: #f0f0f0} \ No newline at end of file diff --git a/color/background_orange.css b/color/background_orange.css new file mode 100644 index 0000000..8d64140 --- /dev/null +++ b/color/background_orange.css @@ -0,0 +1 @@ +:root{--background: #222129} \ No newline at end of file diff --git a/color/background_pink.css b/color/background_pink.css new file mode 100644 index 0000000..17693cb --- /dev/null +++ b/color/background_pink.css @@ -0,0 +1 @@ +:root{--background: #21202C} \ No newline at end of file diff --git a/color/background_red.css b/color/background_red.css new file mode 100644 index 0000000..3605399 --- /dev/null +++ b/color/background_red.css @@ -0,0 +1 @@ +:root{--background: #221F29} \ No newline at end of file diff --git a/color/blue-auto.css b/color/blue-auto.css new file mode 100644 index 0000000..56ff54f --- /dev/null +++ b/color/blue-auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: dark){:root{--accent: rgb(35,176,255);--accent-alpha-70: rgba(35,176,255,.7);--accent-alpha-20: rgba(35,176,255,.2);--background: #101010;--color: #f0f0f0;--border-color: rgba(255,240,224,.125)}:root div.logo{color:#000}}@media (prefers-color-scheme: light){:root{--accent: rgb(32,128,192);--accent-alpha-70: rgba(32,128,192,.7);--accent-alpha-20: rgba(32,128,192,.2);--background: white;--color: #201030;--border-color: rgba(0,0,16,.125)}:root div.logo{color:#fff}} \ No newline at end of file diff --git a/color/blue-light.css b/color/blue-light.css new file mode 100644 index 0000000..2e8deda --- /dev/null +++ b/color/blue-light.css @@ -0,0 +1 @@ +:root{--accent: rgb(32,128,192);--accent-alpha-70: rgba(32,128,192,.7);--accent-alpha-20: rgba(32,128,192,.2);--background: white;--color: #1D212C;--border-color: rgba(0, 0, 0, .1)}:root div.logo{color:#fff} \ No newline at end of file diff --git a/color/blue.css b/color/blue.css new file mode 100644 index 0000000..b5ee951 --- /dev/null +++ b/color/blue.css @@ -0,0 +1 @@ +:root{--accent: rgb(35,176,255);--accent-alpha-70: rgba(35,176,255,.7);--accent-alpha-20: rgba(35,176,255,.2);--background: #1D212C;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file diff --git a/color/green-auto.css b/color/green-auto.css new file mode 100644 index 0000000..e671b44 --- /dev/null +++ b/color/green-auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: dark){:root{--accent: rgb(120,226,160);--accent-alpha-70: rgba(120,226,160,.7);--accent-alpha-20: rgba(120,226,160,.2);--background: #101010;--color: #f0f0f0;--border-color: rgba(255,240,224,.125)}:root div.logo{color:#000}}@media (prefers-color-scheme: light){:root{--accent: rgb(24, 192, 128);--accent-alpha-70: rgba(24, 192, 128,.7);--accent-alpha-20: rgba(24, 192, 128,.2);--background: white;--color: #201030;--border-color: rgba(0,0,16,.125)}:root div.logo{color:#fff}} \ No newline at end of file diff --git a/color/green-light.css b/color/green-light.css new file mode 100644 index 0000000..6788de0 --- /dev/null +++ b/color/green-light.css @@ -0,0 +1 @@ +:root{--accent: rgb(24, 192, 128);--accent-alpha-70: rgba(24, 192, 128,.7);--accent-alpha-20: rgba(24, 192, 128,.2);--background: white;--color: #1D212C;--border-color: rgba(0, 0, 0, .1)}:root div.logo{color:#fff} \ No newline at end of file diff --git a/color/green.css b/color/green.css new file mode 100644 index 0000000..e622015 --- /dev/null +++ b/color/green.css @@ -0,0 +1 @@ +:root{--accent: rgb(120,226,160);--accent-alpha-70: rgba(120,226,160,.7);--accent-alpha-20: rgba(120,226,160,.2);--background: #1F222A;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file diff --git a/color/orange-auto.css b/color/orange-auto.css new file mode 100644 index 0000000..50ee1d8 --- /dev/null +++ b/color/orange-auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: dark){:root{--accent: rgb(255,168,106);--accent-alpha-70: rgba(255,168,106,.7);--accent-alpha-20: rgba(255,168,106,.2);--background: #101010;--color: #f0f0f0;--border-color: rgba(255,240,224,.125)}:root div.logo{color:#000}}@media (prefers-color-scheme: light){:root{--accent: rgb(240,128,48);--accent-alpha-70: rgba(240,128,48,.7);--accent-alpha-20: rgba(240,128,48,.2);--background: white;--color: #201030;--border-color: rgba(0,0,16,.125)}:root div.logo{color:#fff}} \ No newline at end of file diff --git a/color/orange-light.css b/color/orange-light.css new file mode 100644 index 0000000..979f284 --- /dev/null +++ b/color/orange-light.css @@ -0,0 +1 @@ +:root{--accent: rgb(240,128,48);--accent-alpha-70: rgba(240,128,48,.7);--accent-alpha-20: rgba(240,128,48,.2);--background: white;--color: #1D212C;--border-color: rgba(0, 0, 0, .1)}:root div.logo{color:#fff} \ No newline at end of file diff --git a/color/orange.css b/color/orange.css new file mode 100644 index 0000000..3f1a992 --- /dev/null +++ b/color/orange.css @@ -0,0 +1 @@ +:root{--accent: rgb(255,168,106);--accent-alpha-70: rgba(255,168,106,.7);--accent-alpha-20: rgba(255,168,106,.2);--background: #222129;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file diff --git a/color/pink-auto.css b/color/pink-auto.css new file mode 100644 index 0000000..34df818 --- /dev/null +++ b/color/pink-auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: dark){:root{--accent: rgb(224,64,192);--accent-alpha-70: rgba(224,64,192);--accent-alpha-20: rgba(224,64,192,.2);--background: #101010;--color: #f0f0f0;--border-color: rgba(255,240,224,.125)}:root div.logo{color:#000}}@media (prefers-color-scheme: light){:root{--accent: rgb(238,114,241);--accent-alpha-70: rgba(238,114,241,.7);--accent-alpha-20: rgba(238,114,241,.2);--background: white;--color: #201030;--border-color: rgba(0,0,16,.125)}:root div.logo{color:#fff}} \ No newline at end of file diff --git a/color/pink-light.css b/color/pink-light.css new file mode 100644 index 0000000..881f216 --- /dev/null +++ b/color/pink-light.css @@ -0,0 +1 @@ +:root{--accent: rgb(224,64,192);--accent-alpha-70: rgba(224,64,192);--accent-alpha-20: rgba(224,64,192,.2);--background: white;--color: #1D212C;--border-color: rgba(0, 0, 0, .1)}:root div.logo{color:#fff} \ No newline at end of file diff --git a/color/pink.css b/color/pink.css new file mode 100644 index 0000000..f2c4c43 --- /dev/null +++ b/color/pink.css @@ -0,0 +1 @@ +:root{--accent: rgb(238,114,241);--accent-alpha-70: rgba(238,114,241,.7);--accent-alpha-20: rgba(238,114,241,.2);--background: #21202C;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file diff --git a/color/red-auto.css b/color/red-auto.css new file mode 100644 index 0000000..d0c7147 --- /dev/null +++ b/color/red-auto.css @@ -0,0 +1 @@ +@media (prefers-color-scheme: dark){:root{--accent: rgb(255,98,102);--accent-alpha-70: rgba(255,98,102,.7);--accent-alpha-20: rgba(255,98,102,.2);--background: #101010;--color: #f0f0f0;--border-color: rgba(255,240,224,.125)}:root div.logo{color:#000}}@media (prefers-color-scheme: light){:root{--accent: rgb(240,48,64);--accent-alpha-70: rgba(240,48,64,.7);--accent-alpha-20: rgba(240,48,64,.2);--background: white;--color: #201030;--border-color: rgba(0,0,16,.125)}:root div.logo{color:#fff}} \ No newline at end of file diff --git a/color/red-light.css b/color/red-light.css new file mode 100644 index 0000000..a854a79 --- /dev/null +++ b/color/red-light.css @@ -0,0 +1 @@ +:root{--accent: rgb(240,48,64);--accent-alpha-70: rgba(240,48,64,.7);--accent-alpha-20: rgba(240,48,64,.2);--background: white;--color: #1D212C;--border-color: rgba(0, 0, 0, .1)}:root div.logo{color:#fff} \ No newline at end of file diff --git a/color/red.css b/color/red.css new file mode 100644 index 0000000..3b1e34a --- /dev/null +++ b/color/red.css @@ -0,0 +1 @@ +:root{--accent: rgb(255,98,102);--accent-alpha-70: rgba(255,98,102,.7);--accent-alpha-20: rgba(255,98,102,.2);--background: #221F29;--color: white;--border-color: rgba(255, 255, 255, .1)} \ No newline at end of file diff --git a/font-hack-subset.css b/font-hack-subset.css new file mode 100644 index 0000000..2707279 --- /dev/null +++ b/font-hack-subset.css @@ -0,0 +1,4 @@ +/*! + * Hack typeface https://github.com/source-foundry/Hack + * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md + */@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic-webfont.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic-subset.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic-subset.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic} \ No newline at end of file diff --git a/font-hack.css b/font-hack.css new file mode 100644 index 0000000..2a0205d --- /dev/null +++ b/font-hack.css @@ -0,0 +1,4 @@ +/*! + * Hack typeface https://github.com/source-foundry/Hack + * License: https://github.com/source-foundry/Hack/blob/master/LICENSE.md + */@font-face{font-family:"Hack";src:url("fonts/hack-regular.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-regular.woff?sha=3114f1256") format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-bold.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bold.woff?sha=3114f1256") format("woff");font-weight:700;font-style:normal}@font-face{font-family:"Hack";src:url("fonts/hack-italic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-italic.woff?sha=3114f1256") format("woff");font-weight:400;font-style:italic}@font-face{font-family:"Hack";src:url("fonts/hack-bolditalic.woff2?sha=3114f1256") format("woff2"),url("fonts/hack-bolditalic.woff?sha=3114f1256") format("woff");font-weight:700;font-style:italic} \ No newline at end of file diff --git a/fonts/hack-bold-subset.woff b/fonts/hack-bold-subset.woff new file mode 100644 index 0000000..a47c8aa Binary files /dev/null and b/fonts/hack-bold-subset.woff differ diff --git a/fonts/hack-bold-subset.woff2 b/fonts/hack-bold-subset.woff2 new file mode 100644 index 0000000..93d425e Binary files /dev/null and b/fonts/hack-bold-subset.woff2 differ diff --git a/fonts/hack-bold.woff b/fonts/hack-bold.woff new file mode 100644 index 0000000..368b913 Binary files /dev/null and b/fonts/hack-bold.woff differ diff --git a/fonts/hack-bold.woff2 b/fonts/hack-bold.woff2 new file mode 100644 index 0000000..1155477 Binary files /dev/null and b/fonts/hack-bold.woff2 differ diff --git a/fonts/hack-bolditalic-subset.woff b/fonts/hack-bolditalic-subset.woff new file mode 100644 index 0000000..0da4750 Binary files /dev/null and b/fonts/hack-bolditalic-subset.woff differ diff --git a/fonts/hack-bolditalic-subset.woff2 b/fonts/hack-bolditalic-subset.woff2 new file mode 100644 index 0000000..236b7de Binary files /dev/null and b/fonts/hack-bolditalic-subset.woff2 differ diff --git a/fonts/hack-bolditalic.woff b/fonts/hack-bolditalic.woff new file mode 100644 index 0000000..ce87fe2 Binary files /dev/null and b/fonts/hack-bolditalic.woff differ diff --git a/fonts/hack-bolditalic.woff2 b/fonts/hack-bolditalic.woff2 new file mode 100644 index 0000000..46ff1c4 Binary files /dev/null and b/fonts/hack-bolditalic.woff2 differ diff --git a/fonts/hack-italic-subset.woff b/fonts/hack-italic-subset.woff new file mode 100644 index 0000000..1d1f511 Binary files /dev/null and b/fonts/hack-italic-subset.woff differ diff --git a/fonts/hack-italic-subset.woff2 b/fonts/hack-italic-subset.woff2 new file mode 100644 index 0000000..b6f5fc9 Binary files /dev/null and b/fonts/hack-italic-subset.woff2 differ diff --git a/fonts/hack-italic.woff b/fonts/hack-italic.woff new file mode 100644 index 0000000..bd545e4 Binary files /dev/null and b/fonts/hack-italic.woff differ diff --git a/fonts/hack-italic.woff2 b/fonts/hack-italic.woff2 new file mode 100644 index 0000000..1e7630c Binary files /dev/null and b/fonts/hack-italic.woff2 differ diff --git a/fonts/hack-regular-subset.woff b/fonts/hack-regular-subset.woff new file mode 100644 index 0000000..85583a5 Binary files /dev/null and b/fonts/hack-regular-subset.woff differ diff --git a/fonts/hack-regular-subset.woff2 b/fonts/hack-regular-subset.woff2 new file mode 100644 index 0000000..1e3abb9 Binary files /dev/null and b/fonts/hack-regular-subset.woff2 differ diff --git a/fonts/hack-regular.woff b/fonts/hack-regular.woff new file mode 100644 index 0000000..e835381 Binary files /dev/null and b/fonts/hack-regular.woff differ diff --git a/fonts/hack-regular.woff2 b/fonts/hack-regular.woff2 new file mode 100644 index 0000000..524465c Binary files /dev/null and b/fonts/hack-regular.woff2 differ diff --git a/footer.css b/footer.css new file mode 100644 index 0000000..435ff7b --- /dev/null +++ b/footer.css @@ -0,0 +1 @@ +.footer{padding:40px 0;flex-grow:0;opacity:.5}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin:0;width:760px;max-width:100%}@media (max-width: 899px){.footer__inner{flex-direction:column}}.footer a{color:inherit}.footer .copyright{display:flex;flex-direction:row;align-items:center;font-size:1rem;color:var(--light-color-secondary)}.footer .copyright--user{margin:auto;text-align:center}.footer .copyright>*:first-child:not(:only-child){margin-right:10px}@media (max-width: 899px){.footer .copyright>*:first-child:not(:only-child){border:none;padding:0;margin:0}}@media (max-width: 899px){.footer .copyright{flex-direction:column;margin-top:10px}}@media (max-width: 899px){.footer .copyright-theme-sep{display:none}}@media (max-width: 899px){.footer .copyright-theme{font-size:.75rem}} \ No newline at end of file diff --git a/header.css b/header.css new file mode 100644 index 0000000..8961941 --- /dev/null +++ b/header.css @@ -0,0 +1 @@ +.header{display:flex;flex-direction:column;position:relative}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex:1}.header__logo:after{content:"";background:repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, rgba(0,0,0,0) 0, rgba(0,0,0,0) 16px);display:block;width:100%;right:10px}.header__logo a{flex:0 0 auto;max-width:100%}.header .menu{margin:20px 0}.header .menu__inner{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.header .menu__inner li.active{color:var(--accent-alpha-70)}.header .menu__inner li:not(:last-of-type){margin-right:20px;margin-bottom:10px;flex:0 0 auto}.header .menu__sub-inner{position:relative;list-style:none;padding:0;margin:0}.header .menu__sub-inner:not(:only-child){margin-left:20px}.header .menu__sub-inner-more{position:absolute;background:var(--background);box-shadow:var(--shadow);color:#fff;border:2px solid;margin:0;padding:10px;list-style:none;z-index:99;top:35px;left:0}.header .menu__sub-inner-more-trigger{color:var(--accent);user-select:none;cursor:pointer}.header .menu__sub-inner-more li{margin:0;padding:5px;white-space:nowrap} \ No newline at end of file diff --git a/i-dont-like-javascript/index.html b/i-dont-like-javascript/index.html new file mode 100644 index 0000000..c09512c --- /dev/null +++ b/i-dont-like-javascript/index.html @@ -0,0 +1,157 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+ +

I don't like JavaScript

+ + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien.

+

wtfjs.com

+
>>> [1, 2, 3, 15, 30, 7, 5, 45, 60].sort()
+[1, 15, 2, 3, 30, 45, 5, 60, 7]
+
+ +
+
+ + + Read more  + ↩︎ + +
+ + + + + +
+ +
+ + + + + +
+ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..31595a4 --- /dev/null +++ b/index.html @@ -0,0 +1,229 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+
+ +

Welcome to Terminimal Theme for Zola

+ + + + + + + + +
+

Welcome to Terminimal! This is a theme showcase post.

+

Code block (using "boron" theme):

+
#!/usr/bin/python3
+
+class HelloPrinter:
+    def __init__(self, thing):
+        self.thing = thing
+        
+    def __call__(self):
+        print(f"Hello, {self.thing}!")
+
+
+printer = HelloPrinter("World")
+printer()
+
+# prints: Hello, World!
+
+

Inline code: print("Hello world!").

+

Basic typography:

+

Italic text. Bold text. Italic bold. Link: click me

+

Header 1

+

Header 2

+

Header 3

+

Header 4

+

Quote:

+
+

"Theory is when you know everything but nothing works. +Practice is when everything works but no one knows why. +In our lab, theory and practice are combined: nothing works and no one knows why."

+
+

Lists:

+
    +
  • A
  • +
  • B
  • +
  • CDEF +
      +
    • Nested Item +
        +
      • And more nesting
      • +
      +
    • +
    • GHIJ
    • +
    +
  • +
+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+

Horizontal line:

+
+

This is where the post summary ends.

+ +
+
+ + + Read more  + ↩︎ + +
+ + +
+ +
+ +

More ranting

+ + + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + +
+ +
+ +
+ + + + + +
+ + + diff --git a/learning-javascript/index.html b/learning-javascript/index.html new file mode 100644 index 0000000..73ca3e7 --- /dev/null +++ b/learning-javascript/index.html @@ -0,0 +1,145 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+ +

Learning JavaScript

+ + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + + + + +
+ +
+ + + + + +
+ + + diff --git a/logo.css b/logo.css new file mode 100644 index 0000000..b5150a4 --- /dev/null +++ b/logo.css @@ -0,0 +1 @@ +.logo{display:flex;align-items:center;text-decoration:none;background:var(--accent);color:#000;padding:5px 10px} \ No newline at end of file diff --git a/main.css b/main.css new file mode 100644 index 0000000..8c6731b --- /dev/null +++ b/main.css @@ -0,0 +1 @@ +html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-size:1rem;line-height:1.54;background-color:var(--background);color:var(--color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%}@media (max-width: 683px){body{font-size:1rem}}h1,h2,h3,h4,h5,h6{display:flex;align-items:center;font-weight:bold;line-height:1.3}h1{font-size:1.4rem}h2{font-size:1.3rem}h3{font-size:1.2rem}h4,h5,h6{font-size:1.15rem}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}p{margin-bottom:20px}figure{display:table;max-width:100%;margin:25px 0}figure.left,figure img{margin-right:auto}figure.center,figure img{margin-left:auto;margin-right:auto}figure.right,figure img{margin-left:auto}figure figcaption{font-size:14px;padding:5px 10px;margin-top:5px;background:var(--accent);color:var(--background)}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}code{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-feature-settings:normal;background:var(--accent-alpha-20);padding:1px 6px;margin:0 2px;font-size:.95rem}pre{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;padding:20px;font-size:.95rem;overflow:auto;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 683px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{padding:0;margin:0;background:none}blockquote{border-top:1px solid var(--accent);border-bottom:1px solid var(--accent);margin:40px 0;padding:25px}@media (max-width: 683px){blockquote{padding-right:0}}blockquote:before{content:"”";font-family:Georgia,serif;font-size:3.875rem;position:absolute;left:-40px;top:-20px}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}blockquote p{position:relative}blockquote p:before{content:">";display:block;position:absolute;left:-25px;color:var(--accent)}table{table-layout:fixed;border-collapse:collapse;width:100%;margin:40px 0}table,th,td{border:1px dashed var(--accent);padding:10px}th{color:var(--accent)}ul,ol{margin-left:30px;padding:0}ul li,ol li{position:relative}@media (max-width: 683px){ul,ol{margin-left:20px}}ol ol{list-style-type:lower-alpha}.container{display:flex;flex-direction:column;padding:40px;max-width:864px;min-height:100vh;margin:0 auto}@media (max-width: 683px){.container{padding:20px}}.content{display:flex}hr{width:100%;border:none;background:var(--border-color);height:1px}.hidden{display:none} \ No newline at end of file diff --git a/more-ranting/index.html b/more-ranting/index.html new file mode 100644 index 0000000..bc1082f --- /dev/null +++ b/more-ranting/index.html @@ -0,0 +1,152 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+ +

More ranting

+ + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + + + + +
+ +
+ + + + + +
+ + + diff --git a/page/1/index.html b/page/1/index.html new file mode 100644 index 0000000..6b66764 --- /dev/null +++ b/page/1/index.html @@ -0,0 +1,6 @@ + + + + +Redirect +

Click here to be redirected.

diff --git a/page/2/index.html b/page/2/index.html new file mode 100644 index 0000000..fb4b027 --- /dev/null +++ b/page/2/index.html @@ -0,0 +1,188 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+
+ +

I don't like JavaScript

+ + + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien.

+

wtfjs.com

+
>>> [1, 2, 3, 15, 30, 7, 5, 45, 60].sort()
+[1, 15, 2, 3, 30, 45, 5, 60, 7]
+
+ +
+
+ + + Read more  + ↩︎ + +
+ + +
+ +
+ +

Zola is nice

+ + + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + +
+ +
+ +
+ + + + + +
+ + + diff --git a/page/3/index.html b/page/3/index.html new file mode 100644 index 0000000..ee8ae72 --- /dev/null +++ b/page/3/index.html @@ -0,0 +1,141 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+
+ +

Learning JavaScript

+ + + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + +
+ +
+ +
+ + + + + +
+ + + diff --git a/pagination.css b/pagination.css new file mode 100644 index 0000000..defd6c0 --- /dev/null +++ b/pagination.css @@ -0,0 +1 @@ +.pagination{margin-top:50px}.pagination__title{display:flex;text-align:center;position:relative;margin:100px 0 20px}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;background:var(--background);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;z-index:1}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center}@media (max-width: 683px){.pagination__buttons{flex-direction:column}}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;border-radius:8px;max-width:40%;padding:0;cursor:pointer;appearance:none}@media (max-width: 683px){.button{max-width:80%}}.button+.button{margin-left:10px}.button a{display:flex;padding:8px 16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden} \ No newline at end of file diff --git a/post.css b/post.css new file mode 100644 index 0000000..2d8fd20 --- /dev/null +++ b/post.css @@ -0,0 +1 @@ +.posts{width:100%;margin:0 auto}.post{width:100%;text-align:left;margin:20px auto;padding:20px 0}@media (max-width: 899px){.post{max-width:660px}}.post:not(:last-of-type){border-bottom:1px solid var(--border-color)}.post .post-meta-inline,.post .post-meta{font-size:1rem;margin-bottom:10px;color:var(--accent-alpha-70)}.post-meta-inline{display:inline}.post-title{--border: 2px dashed var(--accent);position:relative;color:var(--accent);margin:0 0 15px;padding-bottom:15px;border-bottom:var(--border);font-weight:normal}.post-title a{text-decoration:none}.post .post-tags-inline,.post .post-tags{margin-bottom:20px;font-size:1rem;opacity:.5}.post-tags{display:block}.post-tags-inline{display:inline}@media (max-width: 683px){.post-tags-inline{display:block}}.post-content{margin-top:30px}.post-cover{border:20px solid var(--accent);background:rgba(0,0,0,0);margin:40px 0;padding:20px}@media (max-width: 683px){.post-cover{padding:10px;border-width:10px}}.post ul{list-style:none}.post ul li:before{content:"►";position:absolute;left:-20px;color:var(--accent)}.post--regulation h1{justify-content:center}.post--regulation h2{justify-content:center;margin-bottom:10px}.post--regulation h2+h2{margin-top:-10px;margin-bottom:20px}.post-list .post-date{color:var(--accent-alpha-70);text-decoration:none}.post-list a{text-decoration:none}.post-list .post-list-title{text-decoration:underline}.post-list .post-tag{text-decoration:underline} \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..bb13076 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Allow: / +Sitemap: https://pawroman.github.io/zola-theme-terminimal/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..2952268 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,62 @@ + + + + https://pawroman.github.io/zola-theme-terminimal/ + + + https://pawroman.github.io/zola-theme-terminimal/about/ + + + https://pawroman.github.io/zola-theme-terminimal/archive/ + + + https://pawroman.github.io/zola-theme-terminimal/i-dont-like-javascript/ + 2019-02-02 + + + https://pawroman.github.io/zola-theme-terminimal/learning-javascript/ + 2019-01-03 + + + https://pawroman.github.io/zola-theme-terminimal/more-ranting/ + 2019-02-03 + + + https://pawroman.github.io/zola-theme-terminimal/page/1/ + + + https://pawroman.github.io/zola-theme-terminimal/page/2/ + + + https://pawroman.github.io/zola-theme-terminimal/page/3/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/javascript/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/nice/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/rant/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/showcase/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/theme/ + + + https://pawroman.github.io/zola-theme-terminimal/tags/zola/ + + + https://pawroman.github.io/zola-theme-terminimal/welcome-terminimal-theme/ + 2019-02-04 + + + https://pawroman.github.io/zola-theme-terminimal/zola-is-nice/ + 2019-02-01 + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..d51f5f1 --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin-bottom:5px;text-align:center;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none;}button.outline,.button.outline,a.button.outline{background:rgba(0,0,0,0);box-shadow:none;padding:8px 18px}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.primary,.button.primary,a.button.primary{box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)}button.primary:hover,.button.primary:hover,a.button.primary:hover{box-shadow:0 2px 6px rgba(50,50,93,.21),0 1px 3px rgba(0,0,0,.08)}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.read-more,a.read-more:hover,a.read-more:active{display:inline-flex;background:none;box-shadow:none;padding:0;margin:20px 0;max-width:100%}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid rgba(0,0,0,0);appearance:none;cursor:pointer;outline:none}.header{display:flex;flex-direction:column;position:relative}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex:1}.header__logo:after{content:"";background:repeating-linear-gradient(90deg, var(--accent), var(--accent) 2px, rgba(0,0,0,0) 0, rgba(0,0,0,0) 16px);display:block;width:100%;right:10px}.header__logo a{flex:0 0 auto;max-width:100%}.header .menu{margin:20px 0}.header .menu__inner{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.header .menu__inner li.active{color:var(--accent-alpha-70)}.header .menu__inner li:not(:last-of-type){margin-right:20px;margin-bottom:10px;flex:0 0 auto}.header .menu__sub-inner{position:relative;list-style:none;padding:0;margin:0}.header .menu__sub-inner:not(:only-child){margin-left:20px}.header .menu__sub-inner-more{position:absolute;background:var(--background);box-shadow:var(--shadow);color:#fff;border:2px solid;margin:0;padding:10px;list-style:none;z-index:99;top:35px;left:0}.header .menu__sub-inner-more-trigger{color:var(--accent);user-select:none;cursor:pointer}.header .menu__sub-inner-more li{margin:0;padding:5px;white-space:nowrap}.logo{display:flex;align-items:center;text-decoration:none;background:var(--accent);color:#000;padding:5px 10px}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-size:1rem;line-height:1.54;background-color:var(--background);color:var(--color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%}@media (max-width: 683px){body{font-size:1rem}}h1,h2,h3,h4,h5,h6{display:flex;align-items:center;font-weight:bold;line-height:1.3}h1{font-size:1.4rem}h2{font-size:1.3rem}h3{font-size:1.2rem}h4,h5,h6{font-size:1.15rem}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}p{margin-bottom:20px}figure{display:table;max-width:100%;margin:25px 0}figure.left,figure img{margin-right:auto}figure.center,figure img{margin-left:auto;margin-right:auto}figure.right,figure img{margin-left:auto}figure figcaption{font-size:14px;padding:5px 10px;margin-top:5px;background:var(--accent);color:var(--background)}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}code{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;font-feature-settings:normal;background:var(--accent-alpha-20);padding:1px 6px;margin:0 2px;font-size:.95rem}pre{font-family:Hack,DejaVu Sans Mono,Monaco,Consolas,Ubuntu Mono,monospace;padding:20px;font-size:.95rem;overflow:auto;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 683px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{padding:0;margin:0;background:none}blockquote{border-top:1px solid var(--accent);border-bottom:1px solid var(--accent);margin:40px 0;padding:25px}@media (max-width: 683px){blockquote{padding-right:0}}blockquote:before{content:"”";font-family:Georgia,serif;font-size:3.875rem;position:absolute;left:-40px;top:-20px}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}blockquote p{position:relative}blockquote p:before{content:">";display:block;position:absolute;left:-25px;color:var(--accent)}table{table-layout:fixed;border-collapse:collapse;width:100%;margin:40px 0}table,th,td{border:1px dashed var(--accent);padding:10px}th{color:var(--accent)}ul,ol{margin-left:30px;padding:0}ul li,ol li{position:relative}@media (max-width: 683px){ul,ol{margin-left:20px}}ol ol{list-style-type:lower-alpha}.container{display:flex;flex-direction:column;padding:40px;max-width:864px;min-height:100vh;margin:0 auto}@media (max-width: 683px){.container{padding:20px}}.content{display:flex}hr{width:100%;border:none;background:var(--border-color);height:1px}.hidden{display:none}.posts{width:100%;margin:0 auto}.post{width:100%;text-align:left;margin:20px auto;padding:20px 0}@media (max-width: 899px){.post{max-width:660px}}.post:not(:last-of-type){border-bottom:1px solid var(--border-color)}.post .post-meta-inline,.post .post-meta{font-size:1rem;margin-bottom:10px;color:var(--accent-alpha-70)}.post-meta-inline{display:inline}.post-title{--border: 2px dashed var(--accent);position:relative;color:var(--accent);margin:0 0 15px;padding-bottom:15px;border-bottom:var(--border);font-weight:normal}.post-title a{text-decoration:none}.post .post-tags-inline,.post .post-tags{margin-bottom:20px;font-size:1rem;opacity:.5}.post-tags{display:block}.post-tags-inline{display:inline}@media (max-width: 683px){.post-tags-inline{display:block}}.post-content{margin-top:30px}.post-cover{border:20px solid var(--accent);background:rgba(0,0,0,0);margin:40px 0;padding:20px}@media (max-width: 683px){.post-cover{padding:10px;border-width:10px}}.post ul{list-style:none}.post ul li:before{content:"►";position:absolute;left:-20px;color:var(--accent)}.post--regulation h1{justify-content:center}.post--regulation h2{justify-content:center;margin-bottom:10px}.post--regulation h2+h2{margin-top:-10px;margin-bottom:20px}.post-list .post-date{color:var(--accent-alpha-70);text-decoration:none}.post-list a{text-decoration:none}.post-list .post-list-title{text-decoration:underline}.post-list .post-tag{text-decoration:underline}.pagination{margin-top:50px}.pagination__title{display:flex;text-align:center;position:relative;margin:100px 0 20px}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;background:var(--background);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;z-index:1}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center}@media (max-width: 683px){.pagination__buttons{flex-direction:column}}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;border-radius:8px;max-width:40%;padding:0;cursor:pointer;appearance:none}@media (max-width: 683px){.button{max-width:80%}}.button+.button{margin-left:10px}.button a{display:flex;padding:8px 16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.footer{padding:40px 0;flex-grow:0;opacity:.5}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin:0;width:760px;max-width:100%}@media (max-width: 899px){.footer__inner{flex-direction:column}}.footer a{color:inherit}.footer .copyright{display:flex;flex-direction:row;align-items:center;font-size:1rem;color:var(--light-color-secondary)}.footer .copyright--user{margin:auto;text-align:center}.footer .copyright>*:first-child:not(:only-child){margin-right:10px}@media (max-width: 899px){.footer .copyright>*:first-child:not(:only-child){border:none;padding:0;margin:0}}@media (max-width: 899px){.footer .copyright{flex-direction:column;margin-top:10px}}@media (max-width: 899px){.footer .copyright-theme-sep{display:none}}@media (max-width: 899px){.footer .copyright-theme{font-size:.75rem}} \ No newline at end of file diff --git a/tags/index.html b/tags/index.html new file mode 100644 index 0000000..36c7c84 --- /dev/null +++ b/tags/index.html @@ -0,0 +1,141 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

all tags

+ + +
+ +
+ + + + + +
+ + + diff --git a/tags/javascript/index.html b/tags/javascript/index.html new file mode 100644 index 0000000..130b2de --- /dev/null +++ b/tags/javascript/index.html @@ -0,0 +1,134 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #javascript + (2 posts) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/tags/nice/index.html b/tags/nice/index.html new file mode 100644 index 0000000..114d2b9 --- /dev/null +++ b/tags/nice/index.html @@ -0,0 +1,124 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #nice + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/tags/rant/index.html b/tags/rant/index.html new file mode 100644 index 0000000..e48759e --- /dev/null +++ b/tags/rant/index.html @@ -0,0 +1,134 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #rant + (2 posts) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/tags/showcase/index.html b/tags/showcase/index.html new file mode 100644 index 0000000..d879598 --- /dev/null +++ b/tags/showcase/index.html @@ -0,0 +1,125 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #showcase + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/tags/theme/index.html b/tags/theme/index.html new file mode 100644 index 0000000..4bb4f46 --- /dev/null +++ b/tags/theme/index.html @@ -0,0 +1,125 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #theme + (1 post) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/tags/zola/index.html b/tags/zola/index.html new file mode 100644 index 0000000..f833ff2 --- /dev/null +++ b/tags/zola/index.html @@ -0,0 +1,136 @@ + + + + + +Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +
+ +
+

+ tag: #zola + (2 posts) +

+ + + Show all tags + + + + + +
+ +
+ + + + + +
+ + + diff --git a/variables.css b/variables.css new file mode 100644 index 0000000..e69de29 diff --git a/welcome-terminimal-theme/index.html b/welcome-terminimal-theme/index.html new file mode 100644 index 0000000..72e980e --- /dev/null +++ b/welcome-terminimal-theme/index.html @@ -0,0 +1,199 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+ +

Welcome to Terminimal Theme for Zola

+ + + + + + + +
+

Welcome to Terminimal! This is a theme showcase post.

+

Code block (using "boron" theme):

+
#!/usr/bin/python3
+
+class HelloPrinter:
+    def __init__(self, thing):
+        self.thing = thing
+        
+    def __call__(self):
+        print(f"Hello, {self.thing}!")
+
+
+printer = HelloPrinter("World")
+printer()
+
+# prints: Hello, World!
+
+

Inline code: print("Hello world!").

+

Basic typography:

+

Italic text. Bold text. Italic bold. Link: click me

+

Header 1

+

Header 2

+

Header 3

+

Header 4

+

Quote:

+
+

"Theory is when you know everything but nothing works. +Practice is when everything works but no one knows why. +In our lab, theory and practice are combined: nothing works and no one knows why."

+
+

Lists:

+
    +
  • A
  • +
  • B
  • +
  • CDEF +
      +
    • Nested Item +
        +
      • And more nesting
      • +
      +
    • +
    • GHIJ
    • +
    +
  • +
+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+

Horizontal line:

+
+

This is where the post summary ends.

+ +
+
+ + + Read more  + ↩︎ + +
+ + + + + +
+ +
+ + + + + +
+ + + diff --git a/zola-is-nice/index.html b/zola-is-nice/index.html new file mode 100644 index 0000000..854d755 --- /dev/null +++ b/zola-is-nice/index.html @@ -0,0 +1,153 @@ + + + + + Zola Terminimal theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ + +
+ +
+ +

Zola is nice

+ + + + + + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu feugiat sapien. Aenean ligula nunc, laoreet id sem in, interdum bibendum felis. Donec vel dui neque. Praesent ac sem ut justo volutpat rutrum a imperdiet tellus. Nam lobortis massa non hendrerit hendrerit. Vivamus porttitor dignissim turpis, eget aliquam urna tincidunt non. Aliquam et fringilla turpis. Nullam eros est, eleifend in ornare sed, hendrerit eget est. Aliquam tellus felis, suscipit vitae ex vel, fringilla tempus massa. Nulla facilisi. Pellentesque lobortis consequat lectus. Maecenas ac libero elit.

+ +
+
+ + + Read more  + ↩︎ + +
+ + + + + +
+ +
+ + + + + +
+ + +