source for sakino.kelbie.scot
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.

57 lines
3.0 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. <section class="h-card p-author">
  2. <img class="u-photo" src="{{ .Site.Params.ProfilePicture }}" alt="profile picture"><br/>
  3. <span rel="author" class="title p-name" rel="me">{{ .Site.Params.Author }}</span><br/>
  4. <ul class="social-links">
  5. {{ range $item := .Site.Params.socialIcons }}
  6. <a href="{{ $item.url | safeURL }}" rel="me" >
  7. <i class="fa {{ $item.icon }}" aria-hidden="true" title="{{ $item.title }}"></i>
  8. </a>
  9. {{ end }}
  10. </ul>
  11. <section class="description">
  12. <h4 class="p-note">{{ .Site.Params.description }}<br/>
  13. Pronouns: <span class="p-x-pronoun-nominative">she</span>/<span class="p-x-pronoun-oblique">her</span>/<span class="p-x-pronoun-posessive">hers</span></h4>
  14. <section class="interests">
  15. <span class="p-category">Education</span>
  16. <span class="p-category">Parenting</span>
  17. <span class="p-category">Language</span>
  18. <span class="p-category">Exercise</span>
  19. <span class="p-category">Environment</span>
  20. <span class="p-category">Food</span>
  21. <span class="p-category">Community</span>
  22. <span class="p-category">Minimalism</span>
  23. <span class="p-category">Materialism</span></section>
  24. </section>
  25. <section style="display:none">
  26. <span class="p-country-name">Scotland or Japan</span>
  27. <a class="u-email" rel="me" href="mailto:sakino@kelbie.scot"></a>
  28. <a class="u-url u-uid" rel="me" href="https://sakino.kelbie.scot"></a>
  29. </section>
  30. </section>
  31. <hr/>
  32. <section class="panel panel-default">
  33. <div class="panel-heading">
  34. <b>Categories</b>
  35. <div style="float: right"><a href="{{ "/category/" | relLangURL }}">- full list -</a></div>
  36. </div>
  37. {{ if not (eq (len $.Site.Taxonomies.category) 0) }}
  38. {{ $fontUnit := "rem" }}
  39. {{ $largestFontSize := 1.6 }}
  40. {{ $smallestFontSize := 1.0 }}
  41. {{ $max := len (index $.Site.Taxonomies.category.ByCount 0).Pages }}
  42. {{ $min := len (index $.Site.Taxonomies.category.ByCount.Reverse 0).Pages }}
  43. <div id="category-cloud">
  44. {{ range $name, $taxonomy := $.Site.Taxonomies.category }}
  45. {{ $count := len $taxonomy.Pages }}
  46. {{ $weigth := div (sub (math.Log $count) (math.Log $min)) (sub (math.Log $max) (math.Log $min)) }}
  47. {{ $currentFontSize := (add $smallestFontSize (mul (sub $largestFontSize $smallestFontSize) $weigth) ) }}
  48. <!--Current font size: {{$currentFontSize}}-->
  49. {{if not (in (slice "1" "2" "3" "4" "5") $name)}}<a href="{{ "/category/" | relLangURL }}{{ $name | urlize }}/" style="font-size:{{$currentFontSize}}{{$fontUnit}}">{{ .Page.Title }}</a>{{ end }}
  50. {{ end }}
  51. </div>
  52. {{ end }}
  53. </section>
  54. <hr/>
  55. <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/>
  56. Made with ❤ and <a href="https://gohugo.io/">Hugo</a> <br/>by <a href="https://jon.kelbie.scot" target="_blank">Jon Kelbie</a><br/><b>Inter</b> font by <a href="https://rsms.me/" target="_blank">Rasmus</a></section>