Skip to content

Commit 621607f

Browse files
vl-devVladislav Matusluizdepra
authored
Multiline info - enhancement (#578)
* Multiline info * Vladislav Matus added as a contributor Co-authored-by: Vladislav Matus <[email protected]> Co-authored-by: Luiz F. A. de Prá <[email protected]>
1 parent 4bb81da commit 621607f

File tree

4 files changed

+201
-10
lines changed

4 files changed

+201
-10
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@
9898
- [cuso4-5h2o](https://www.cuso4.me)
9999
- [freeformz](https://icanhazdowntime.org)
100100
- [Roberto Gongora](https://yourfavourite.blog)
101+
- [Vladislav Matus](https://github.com/matusvla)
101102
- [Kirill Feoktistov](https://feoktistoff.org)

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enableEmoji = true
1515
author = "John Doe"
1616
description = "John Doe's personal website"
1717
keywords = "blog,developer,personal"
18-
info = "Full Stack DevOps and Magician"
18+
info = ["Full Stack DevOps", "Magician"]
1919
avatarURL = "images/avatar.jpg"
2020
#gravatar = "[email protected]"
2121
footerContent = "Enter a text here."

layouts/partials/home.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
<div class="avatar"><img src="https://www.gravatar.com/avatar/{{md5 .}}?s=240&d=mp" alt="gravatar"></div>
1010
{{ end }}
1111
<h1>{{ .Site.Params.author }}</h1>
12+
{{ if reflect.IsSlice .Site.Params.info }}
13+
<h2>{{ range .Site.Params.info }}{{.}}<br>{{ end}}</h2>
14+
{{ else }}
1215
<h2>{{ .Site.Params.info }}</h2>
16+
{{ end }}
1317
{{ with .Site.Params.social }}
1418
<ul>
1519
{{ range sort . "weight" }}

resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content

Lines changed: 195 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@charset "UTF-8";
12
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
23
/* Document
34
========================================================================== */
@@ -304,7 +305,7 @@ template {
304305
display: none; }
305306

306307
/*!
307-
Fork Awesome 1.1.7
308+
Fork Awesome 1.2.0
308309
License - https://forkaweso.me/Fork-Awesome/license
309310

310311
Copyright 2018 Dave Gandy & Fork Awesome
@@ -319,8 +320,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
319320
* -------------------------- */
320321
@font-face {
321322
font-family: 'ForkAwesome';
322-
src: url("../fonts/forkawesome-webfont.eot?v=1.1.7");
323-
src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.1.7") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.1.7") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.1.7") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular") format("svg");
323+
src: url("../fonts/forkawesome-webfont.eot?v=1.2.0");
324+
src: url("../fonts/forkawesome-webfont.eot?#iefix&v=1.2.0") format("embedded-opentype"), url("../fonts/forkawesome-webfont.woff2?v=1.2.0") format("woff2"), url("../fonts/forkawesome-webfont.woff?v=1.2.0") format("woff"), url("../fonts/forkawesome-webfont.ttf?v=1.2.0") format("truetype"), url("../fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular") format("svg");
324325
font-weight: normal;
325326
font-style: normal;
326327
font-display: block; }
@@ -2854,6 +2855,165 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
28542855
.fa-biometric:before {
28552856
content: "\f32b"; }
28562857

2858+
.fa-wire:before {
2859+
content: "\f32c"; }
2860+
2861+
.fa-tor-onion:before {
2862+
content: "\f32e"; }
2863+
2864+
.fa-volume-mute:before {
2865+
content: "\f32f"; }
2866+
2867+
.fa-bell-ringing:before {
2868+
content: "\f32d"; }
2869+
2870+
.fa-bell-ringing-o:before {
2871+
content: "\f330"; }
2872+
2873+
.fa-hal:before {
2874+
content: "\f333"; }
2875+
2876+
.fa-jupyter:before {
2877+
content: "\f335"; }
2878+
2879+
.fa-julia:before {
2880+
content: "\f334"; }
2881+
2882+
.fa-classicpress:before {
2883+
content: "\f331"; }
2884+
2885+
.fa-classicpress-circle:before {
2886+
content: "\f332"; }
2887+
2888+
.fa-open-collective:before {
2889+
content: "\f336"; }
2890+
2891+
.fa-orcid:before {
2892+
content: "\f337"; }
2893+
2894+
.fa-researchgate:before {
2895+
content: "\f338"; }
2896+
2897+
.fa-funkwhale:before {
2898+
content: "\f339"; }
2899+
2900+
.fa-askfm:before {
2901+
content: "\f33a"; }
2902+
2903+
.fa-blockstack:before {
2904+
content: "\f33b"; }
2905+
2906+
.fa-boardgamegeek:before {
2907+
content: "\f33c"; }
2908+
2909+
.fa-bunny:before {
2910+
content: "\f35f"; }
2911+
2912+
.fa-buymeacoffee:before {
2913+
content: "\f33d"; }
2914+
2915+
.fa-cc-by:before {
2916+
content: "\f33e"; }
2917+
2918+
.fa-creative-commons-alt:before,
2919+
.fa-cc-cc:before {
2920+
content: "\f33f"; }
2921+
2922+
.fa-cc-nc-eu:before {
2923+
content: "\f341"; }
2924+
2925+
.fa-cc-nc-jp:before {
2926+
content: "\f342"; }
2927+
2928+
.fa-cc-nc:before {
2929+
content: "\f340"; }
2930+
2931+
.fa-cc-nd:before {
2932+
content: "\f343"; }
2933+
2934+
.fa-cc-pd:before {
2935+
content: "\f344"; }
2936+
2937+
.fa-cc-remix:before {
2938+
content: "\f345"; }
2939+
2940+
.fa-cc-sa:before {
2941+
content: "\f346"; }
2942+
2943+
.fa-cc-share:before {
2944+
content: "\f347"; }
2945+
2946+
.fa-cc-zero:before {
2947+
content: "\f348"; }
2948+
2949+
.fa-conway-hacker:before,
2950+
.fa-conway-glider:before {
2951+
content: "\f349"; }
2952+
2953+
.fa-csharp:before {
2954+
content: "\f34a"; }
2955+
2956+
.fa-email-bulk:before {
2957+
content: "\f34b"; }
2958+
2959+
.fa-email-bulk-o:before {
2960+
content: "\f34c"; }
2961+
2962+
.fa-gnu:before {
2963+
content: "\f34d"; }
2964+
2965+
.fa-google-play:before {
2966+
content: "\f34e"; }
2967+
2968+
.fa-heroku:before {
2969+
content: "\f34f"; }
2970+
2971+
.fa-hassio:before,
2972+
.fa-home-assistant:before {
2973+
content: "\f350"; }
2974+
2975+
.fa-java:before {
2976+
content: "\f351"; }
2977+
2978+
.fa-mariadb:before {
2979+
content: "\f352"; }
2980+
2981+
.fa-markdown:before {
2982+
content: "\f353"; }
2983+
2984+
.fa-mysql:before {
2985+
content: "\f354"; }
2986+
2987+
.fa-nordcast:before {
2988+
content: "\f355"; }
2989+
2990+
.fa-plume:before {
2991+
content: "\f356"; }
2992+
2993+
.fa-postgresql:before {
2994+
content: "\f357"; }
2995+
2996+
.fa-sass-alt:before {
2997+
content: "\f359"; }
2998+
2999+
.fa-sass:before {
3000+
content: "\f358"; }
3001+
3002+
.fa-skate:before {
3003+
content: "\f35a"; }
3004+
3005+
.fa-sketchfab:before {
3006+
content: "\f35b"; }
3007+
3008+
.fa-tex:before {
3009+
content: "\f35c"; }
3010+
3011+
.fa-textpattern:before {
3012+
content: "\f35d"; }
3013+
3014+
.fa-unity:before {
3015+
content: "\f35e"; }
3016+
28573017
.sr-only {
28583018
position: absolute;
28593019
width: 1px;
@@ -2885,7 +3045,7 @@ html {
28853045
body {
28863046
color: #212121;
28873047
background-color: #fafafa;
2888-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
3048+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
28893049
font-size: 1.8em;
28903050
font-weight: 400;
28913051
line-height: 1.8em; }
@@ -2910,7 +3070,7 @@ h3,
29103070
h4,
29113071
h5,
29123072
h6 {
2913-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
3073+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
29143074
font-weight: 600;
29153075
color: #000;
29163076
margin: 4rem 0 2.5rem 0; }
@@ -3012,7 +3172,9 @@ code {
30123172
font-size: 1.6rem;
30133173
font-weight: 400;
30143174
background-color: #e0e0e0;
3015-
color: #212121; }
3175+
color: #212121;
3176+
border-radius: 0.6rem;
3177+
padding: 0.3rem 0.6rem; }
30163178

30173179
blockquote {
30183180
border-left: 2px solid #e0e0e0;
@@ -3134,6 +3296,16 @@ img.emoji {
31343296
.content .post .post-meta .date .posted-on {
31353297
margin-left: 0;
31363298
margin-right: 1.5rem; }
3299+
.content .post .post-meta .tags .tag {
3300+
display: inline-block;
3301+
padding: 0.3rem 0.6rem;
3302+
background-color: #e0e0e0;
3303+
border-radius: 0.6rem;
3304+
line-height: 1.4em; }
3305+
.content .post .post-meta .tags .tag a {
3306+
color: #212121; }
3307+
.content .post .post-meta .tags .tag a:active {
3308+
color: #212121; }
31373309
.content figure {
31383310
margin: 0;
31393311
padding: 0; }
@@ -3173,7 +3345,7 @@ img.emoji {
31733345
font-size: 1.8rem;
31743346
flex: 2;
31753347
color: #212121;
3176-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
3348+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
31773349
font-weight: 700; }
31783350
.list ul li .title:hover, .list ul li .title:focus {
31793351
color: #1565c0; }
@@ -3311,7 +3483,7 @@ img.emoji {
33113483
.navigation span {
33123484
display: inline;
33133485
font-size: 1.7rem;
3314-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif;
3486+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
33153487
font-weight: 600;
33163488
line-height: 6rem;
33173489
color: #212121; }
@@ -3400,7 +3572,7 @@ img.emoji {
34003572
.pagination {
34013573
margin-top: 6rem;
34023574
text-align: center;
3403-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, sans-serif; }
3575+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, "PingFang SC", STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif; }
34043576
.pagination li {
34053577
display: inline;
34063578
text-align: center;
@@ -3416,6 +3588,20 @@ img.emoji {
34163588
text-align: center;
34173589
width: 3.2rem; }
34183590

3591+
.taxonomy li {
3592+
display: inline-block;
3593+
margin: 0.9rem; }
3594+
3595+
.taxonomy .taxonomy-element {
3596+
display: block;
3597+
padding: 0.3rem 0.9rem;
3598+
background-color: #e0e0e0;
3599+
border-radius: 0.6rem; }
3600+
.taxonomy .taxonomy-element a {
3601+
color: #212121; }
3602+
.taxonomy .taxonomy-element a:active {
3603+
color: #212121; }
3604+
34193605
.footer {
34203606
width: 100%;
34213607
text-align: center;

0 commit comments

Comments
 (0)