aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml6
-rw-r--r--sass/css/_colors.scss6
-rw-r--r--sass/css/_fonts.scss (renamed from static/css/fonts.css)3
-rw-r--r--sass/css/_normalize.scss349
-rw-r--r--sass/css/yaroslavps.scss (renamed from static/css/yaroslavps.css)51
-rw-r--r--templates/base.html34
6 files changed, 409 insertions, 40 deletions
diff --git a/config.toml b/config.toml
index e31e91d..009ac8a 100644
--- a/config.toml
+++ b/config.toml
@@ -2,10 +2,12 @@ title = "A weblog by Yaroslav de la Peña Smirnov"
base_url = "https://www.yaroslavps.com/"
generate_rss = true
-compile_sass = false
-highlight_code = true
+compile_sass = true
build_search_index = true
+highlight_code = true
+highlight_theme = "ayu-dark"
+
default_language = "en"
languages = [
{code = "es", search = true},
diff --git a/sass/css/_colors.scss b/sass/css/_colors.scss
new file mode 100644
index 0000000..480b290
--- /dev/null
+++ b/sass/css/_colors.scss
@@ -0,0 +1,6 @@
+$bg: #000000;
+$white: #e5e9f0;
+$gray: #a1a6b2;
+$magenta: #9c6992;
+$cyan: #7fac96;
+$dark_cyan: #5b8277;
diff --git a/static/css/fonts.css b/sass/css/_fonts.scss
index be3d523..de85b23 100644
--- a/static/css/fonts.css
+++ b/sass/css/_fonts.scss
@@ -51,3 +51,6 @@
src: url("/fonts/BlexMono.ttf");
}
+$font_sans: "IBM Plex Sans", Verdana, Helvetica, sans-serif;
+$font_serif: "IBM Plex Serif", Georgia, serif;
+$font_mono: "IBM Plex Mono", monospace;
diff --git a/sass/css/_normalize.scss b/sass/css/_normalize.scss
new file mode 100644
index 0000000..192eb9c
--- /dev/null
+++ b/sass/css/_normalize.scss
@@ -0,0 +1,349 @@
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
+
+/* Document
+ ========================================================================== */
+
+/**
+ * 1. Correct the line height in all browsers.
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
+ */
+
+html {
+ line-height: 1.15; /* 1 */
+ -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/* Sections
+ ========================================================================== */
+
+/**
+ * Remove the margin in all browsers.
+ */
+
+body {
+ margin: 0;
+}
+
+/**
+ * Render the `main` element consistently in IE.
+ */
+
+main {
+ display: block;
+}
+
+/**
+ * Correct the font size and margin on `h1` elements within `section` and
+ * `article` contexts in Chrome, Firefox, and Safari.
+ */
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+/* Grouping content
+ ========================================================================== */
+
+/**
+ * 1. Add the correct box sizing in Firefox.
+ * 2. Show the overflow in Edge and IE.
+ */
+
+hr {
+ box-sizing: content-box; /* 1 */
+ height: 0; /* 1 */
+ overflow: visible; /* 2 */
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+pre {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/* Text-level semantics
+ ========================================================================== */
+
+/**
+ * Remove the gray background on active links in IE 10.
+ */
+
+a {
+ background-color: transparent;
+}
+
+/**
+ * 1. Remove the bottom border in Chrome 57-
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
+ */
+
+abbr[title] {
+ border-bottom: none; /* 1 */
+ text-decoration: underline; /* 2 */
+ text-decoration: underline dotted; /* 2 */
+}
+
+/**
+ * Add the correct font weight in Chrome, Edge, and Safari.
+ */
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+/**
+ * 1. Correct the inheritance and scaling of font size in all browsers.
+ * 2. Correct the odd `em` font sizing in all browsers.
+ */
+
+code,
+kbd,
+samp {
+ font-family: monospace, monospace; /* 1 */
+ font-size: 1em; /* 2 */
+}
+
+/**
+ * Add the correct font size in all browsers.
+ */
+
+small {
+ font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` elements from affecting the line height in
+ * all browsers.
+ */
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+/* Embedded content
+ ========================================================================== */
+
+/**
+ * Remove the border on images inside links in IE 10.
+ */
+
+img {
+ border-style: none;
+}
+
+/* Forms
+ ========================================================================== */
+
+/**
+ * 1. Change the font styles in all browsers.
+ * 2. Remove the margin in Firefox and Safari.
+ */
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ font-family: inherit; /* 1 */
+ font-size: 100%; /* 1 */
+ line-height: 1.15; /* 1 */
+ margin: 0; /* 2 */
+}
+
+/**
+ * Show the overflow in IE.
+ * 1. Show the overflow in Edge.
+ */
+
+button,
+input { /* 1 */
+ overflow: visible;
+}
+
+/**
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
+ * 1. Remove the inheritance of text transform in Firefox.
+ */
+
+button,
+select { /* 1 */
+ text-transform: none;
+}
+
+/**
+ * Correct the inability to style clickable types in iOS and Safari.
+ */
+
+button,
+[type="button"],
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button;
+}
+
+/**
+ * Remove the inner border and padding in Firefox.
+ */
+
+button::-moz-focus-inner,
+[type="button"]::-moz-focus-inner,
+[type="reset"]::-moz-focus-inner,
+[type="submit"]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+/**
+ * Restore the focus styles unset by the previous rule.
+ */
+
+button:-moz-focusring,
+[type="button"]:-moz-focusring,
+[type="reset"]:-moz-focusring,
+[type="submit"]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+/**
+ * Correct the padding in Firefox.
+ */
+
+fieldset {
+ padding: 0.35em 0.75em 0.625em;
+}
+
+/**
+ * 1. Correct the text wrapping in Edge and IE.
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
+ * 3. Remove the padding so developers are not caught out when they zero out
+ * `fieldset` elements in all browsers.
+ */
+
+legend {
+ box-sizing: border-box; /* 1 */
+ color: inherit; /* 2 */
+ display: table; /* 1 */
+ max-width: 100%; /* 1 */
+ padding: 0; /* 3 */
+ white-space: normal; /* 1 */
+}
+
+/**
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
+ */
+
+progress {
+ vertical-align: baseline;
+}
+
+/**
+ * Remove the default vertical scrollbar in IE 10+.
+ */
+
+textarea {
+ overflow: auto;
+}
+
+/**
+ * 1. Add the correct box sizing in IE 10.
+ * 2. Remove the padding in IE 10.
+ */
+
+[type="checkbox"],
+[type="radio"] {
+ box-sizing: border-box; /* 1 */
+ padding: 0; /* 2 */
+}
+
+/**
+ * Correct the cursor style of increment and decrement buttons in Chrome.
+ */
+
+[type="number"]::-webkit-inner-spin-button,
+[type="number"]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+/**
+ * 1. Correct the odd appearance in Chrome and Safari.
+ * 2. Correct the outline style in Safari.
+ */
+
+[type="search"] {
+ -webkit-appearance: textfield; /* 1 */
+ outline-offset: -2px; /* 2 */
+}
+
+/**
+ * Remove the inner padding in Chrome and Safari on macOS.
+ */
+
+[type="search"]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+/**
+ * 1. Correct the inability to style clickable types in iOS and Safari.
+ * 2. Change font properties to `inherit` in Safari.
+ */
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button; /* 1 */
+ font: inherit; /* 2 */
+}
+
+/* Interactive
+ ========================================================================== */
+
+/*
+ * Add the correct display in Edge, IE 10+, and Firefox.
+ */
+
+details {
+ display: block;
+}
+
+/*
+ * Add the correct display in all browsers.
+ */
+
+summary {
+ display: list-item;
+}
+
+/* Misc
+ ========================================================================== */
+
+/**
+ * Add the correct display in IE 10+.
+ */
+
+template {
+ display: none;
+}
+
+/**
+ * Add the correct display in IE 10.
+ */
+
+[hidden] {
+ display: none;
+}
diff --git a/static/css/yaroslavps.css b/sass/css/yaroslavps.scss
index 8f3d4cd..bd231e5 100644
--- a/static/css/yaroslavps.css
+++ b/sass/css/yaroslavps.scss
@@ -1,15 +1,15 @@
-@import url("/css/fonts.css");
+@import "normalize";
+@import "colors";
+@import "fonts";
html, body {
width: 100%;
min-height: 100vh;
- background-color: #000;
+ background-color: $bg;
background-image: url("/svg/background.svg");
background-size: 45px 45px;
background-repeat: repeat;
- margin: 0;
- padding: 0;
- font-size: 18px;
+ background-attachment: fixed;
}
h1,
@@ -22,7 +22,7 @@ ul,
ol,
li,
p {
- color: #dedede;
+ color: $white;
}
ol,
@@ -31,16 +31,16 @@ li,
a,
p {
line-height: 1.3;
- font-family: "IBM Plex Sans", Verdana, Helvetica, sans-serif;
+ font-family: $font_sans;
}
a, a:visited {
- color: #7fac96;
+ color: $cyan;
text-decoration: none;
}
a:hover {
- color: #5b8277;
+ color: $dark_cyan;
}
h1,
@@ -55,32 +55,37 @@ h3 > a,
h4 > a,
h5 > a,
h6 > a {
- font-family: "IBM Plex Serif", Georgia, serif;
- font-weight: 300;
+ font-family: $font_serif;
+ font-weight: normal;
}
hr {
border-style: solid;
- border-color: #dedede;
+ border-color: $white;
border-width: 1px 0 0 0;
}
pre {
padding: 1em 0;
overflow-x: auto;
- max-width: calc(100vw/3*2 - 4em);
+ font-family: $font_mono;
+}
+
+code {
+ color: $gray;
+ font-family: $font_mono;
}
span.icon {
- font-family: "IBM Plex Mono";
+ font-family: $font_mono;
font-size: 2em;
margin: auto 0.5em;
}
.publish-date {
- color: #a1a6b2;
- font-family: "IBM Plex Sans";
- font-weight: 300;
+ color: $gray;
+ font-family: $font_sans;
+ font-weight: normal;
font-style: italic;
}
@@ -90,13 +95,13 @@ h2 > span.publish-date {
.main-container {
display: grid;
- grid-template-columns: 5fr 2fr;
+ grid-template-columns: minmax(0, 5fr) 2fr;
grid-template-rows: min-content auto;
max-width: 1080px;
margin: 0 auto;
min-height: 100vh;
height: auto;
- background-color: #000;
+ background-color: $bg;
}
.landing-page-container {
@@ -115,11 +120,13 @@ h2 > span.publish-date {
padding: 1em;
}
-.links-container {
- text-align: center;
+.sticky-wrapper {
+ position: sticky;
+ top: 1em;
}
-.content-container {
+.links-container {
+ text-align: center;
}
.post-container {
diff --git a/templates/base.html b/templates/base.html
index 43b0b77..a5d743a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -22,23 +22,25 @@
{% endblock %}
</div>
<div class="sidebar-container">
- <p>Hello, my name is Yaroslav de la Peña Smirnov, welcome to my
- weblog. Sometimes I write software, sometimes I might write my mind
- here. </p>
- <div class="links-container">
- <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a>
- <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a>
- <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a>
+ <div class="sticky-wrapper">
+ <p>Hello, my name is Yaroslav de la Peña Smirnov, welcome to my
+ weblog. Sometimes I write software, sometimes I might write my mind
+ here. </p>
+ <div class="links-container">
+ <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a>
+ <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a>
+ <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a>
+ </div>
+ <h3>Navigation</h3>
+ <ul class="navigation-list">
+ <li><a href="/">Landing page</a></li>
+ <li><a href="/weblog/">Weblog ~</a></li>
+ <li><a href="/weblog/archive">Weblog archive</a></li>
+ </ul>
+ <h3>Contact</h3>
+ <p>If you want to tell me something, you can contact me by email at:</p>
+ <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a>
</div>
- <h3>Navigation</h3>
- <ul class="navigation-list">
- <li><a href="/">Landing page</a></li>
- <li><a href="/weblog/">Weblog ~</a></li>
- <li><a href="/weblog/archive">Weblog archive</a></li>
- </ul>
- <h3>Contact</h3>
- <p>If you want to tell me something, you can contact me by email at:</p>
- <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a>
</div>
{% endblock %}
</div>