jon.kelbie.scot website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

56 lines
3.3 KiB

<section class="h-card p-author">
<img class="u-photo" src="{{ .Site.Params.ProfilePicture }}" alt="profile picture">
<span rel="author" class="title p-name" rel="me">{{ .Site.Params.Author }}</span><br/>
<ul class="social-links">
{{ range $item := .Site.Params.socialIcons }}
<li><a href="{{ $item.url | safeURL }}" rel="me" >
<i class="{{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
</a></li>
{{ end }}
<li><span id="line"><a href="#"><i class="fa fa-line fa-2x fa-fw" aria-hidden="true" title="LINE QR Code"></i>
<span><img src="images/lineid.jpg" title="LINE QR Code" alt="LINE QR code"/></span></a></span></li>
<li><span id="session"><a href="#"><img src="images/session.png" title="Session ID QR Code" alt="Session messenger icon"/>
<span><img src="images/sessionid.png" title="Session ID QR Code" alt="Session messenger id QR code"/></span></a></span></li>
</ul>
<section class="description">
<h4 class="p-note">{{ .Site.Params.description }}<br/>
Pronouns: <span class="p-x-pronoun-nominative">he</span>/<span class="p-x-pronoun-oblique">him</span>/<span class="p-x-pronoun-posessive">his</span></h4>
<section class="interests">
<span class="p-category">Craft Beer</span>
<span class="p-category">Single Malt Whisky</span>
<span class="p-category">Homebrewing</span>
<span class="p-category">Scottish Politics</span>
<span class="p-category">Scottish History</span>
<span class="p-category">Japanese History</span>
<span class="p-category">Tech</span>
<span class="p-category">Veganism</span>
<span class="p-category">Cooking</span></section>
</section>
<section style="display:none">
<span class="p-country-name">Scotland or Japan</span>
<a class="u-email" rel="me" href="mailto:jon@kelbie.scot"></a>
<a class="u-url u-uid" rel="me" href="https://jon.kelbie.scot"></a>
</section>
<hr/>
<section class="panel panel-default">
<span class="panel-heading"><a href="{{ "/category/" | relLangURL }}">Categories</a></span>
{{ if not (eq (len $.Site.Taxonomies.category) 0) }}
{{ $fontUnit := "rem" }}
{{ $largestFontSize := 1.6 }}
{{ $smallestFontSize := 1.0 }}
{{ $max := len (index $.Site.Taxonomies.category.ByCount 0).Pages }}
{{ $min := len (index $.Site.Taxonomies.category.ByCount.Reverse 0).Pages }}
<div id="category-cloud">
{{ range $name, $taxonomy := $.Site.Taxonomies.category }}
{{ $count := len $taxonomy.Pages }}
{{ $weigth := div (sub (math.Log $count) (math.Log $min)) (sub (math.Log $max) (math.Log $min)) }}
{{ $currentFontSize := (add $smallestFontSize (mul (sub $largestFontSize $smallestFontSize) $weigth) ) }}
<!--Current font size: {{$currentFontSize}}-->
<a href="{{ "/category/" | relLangURL }}{{ $name | urlize }}/" style="font-size:{{$currentFontSize}}{{$fontUnit}}">{{ .Page.Title }}</a>
{{ end }}
</div>
{{ end }}
</section>
<hr/>
<section class="site-info">&copy; {{ now.Format "2006"}} | <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> | <a href="{{ .Permalink }}index.xml"><i class="fa fa-rss fa-fw" aria-hidden="true" title="Blog RSS feed"></i></a><br/>
Made with ❤ and <a href="https://gohugo.io/">Hugo</a> by {{ .Site.Params.author }}<br/><b>Inter</b> font by <a href="https://rsms.me/" target="_blank">Rasmus</a></section>