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.
 
 
 
 

83 lines
6.4 KiB

{{ define "main" }}
<section class="about">
<section class="welcome">
<p><b>こんにちは!</b> 私の小さな、常に進化し続けるデジタルスペースへようこそ!</p>
<p>現在、<a href="https://github.com/superseriousbusiness/gotosocial" target="_blank">GoToSocial</a>のアカウントをサイトに統合するためのスクリプトを書いていますが、最近、すべての投稿に対して<a href="https://cactus.chat/" target="_blank">カクタスコメント</a>を有効にしました!。 そのため、若干の混乱が生じる可能性があります。</p>
<p>また、私の更新情報をご覧になりたい方は、上部のフィードリンクをクリックして、お好みのフィードリンクをお好みのRSSリーダーにコピーしてください。<a href="https://www.asobou.co.jp/blog/life/rss-2" target="_blank">RSSが何か分からない場合は?</a></p>
</section>
<section class="h-feed">
<!--<section class="latest_note" style="display:none;"><h2>最新のノート</h2>
{{ range (first 1 (where .Site.RegularPages "Type" "=" "note")) }}
<article class="index-note h-entry entry">
<section class="author" style="display:none;">
<a rel="author" class="p-author h-card" rel="me" href="https://jon.kelbie.scot">{{ .Site.Params.Author }}<img src="/images/profile1.jpg"/></a>
</section>
<section class="e-content">{{ .Content }}
</section>
<section class="info">
<span class="categories_span">{{ with .Page.Params.category }}カテゴリー: {{ partial "taxonomy/categories.html" . }}{{ end }}</span><span class="info-date"><a href="{{ .Permalink }}" class="u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a></span><br/>
</section>
</article> {{ end }}
</section> -->
<h2>日本への移住チェックリスト - 引っ越し代が安い</h2>
<article class="index-note h-entry entry">
<section class="checklist">
<span id="h1">日本への移動する</span><span id="h2">&#10004;</span><span id="h3">醸造家になる</span><span id="h4">&#10007;</span>
</section>
</article>
<section class="latest_articles"><h2>最新の記事</h2>
{{ range (first 3 (where .Site.RegularPages "Type" "=" "article")) }}
<article class="index-article h-entry entry"><a class="u-url" href="{{ .Permalink }}" title="{{ .Title }}">
{{ if .Page.Params.image }}{{ range first 1 .Page.Params.image }} <img class="banner u-photo" src="{{ replace . "images" "images/300" }}"/>{{ end }}{{ end }}<span class="p-name entry-title">{{ .Title }}</span>
<section class="e-content">{{ .Description }}</section>
</a></article>{{ end }}</section>
<section class="latest_photos"><h2>最新の写真</h2>
{{ range (first 3 (where .Site.RegularPages "Type" "=" "photo")) }}
<article class="index-photo h-entry entry"><a class="u-url" href="{{ .Permalink }}">
<section class="e-content">
{{ if eq .Type "photo"}}
<section class="photos">
{{ $summary := .Content }}
{{ range first 1 .Page.Params.Photo }}
<figure class="index-photos">
{{ if isset . "value" }}
<img class="u-photo thumb" src="{{ replace .value "800." "300."}}" title="{{$summary}}" alt="{{ .alt }}"/>
{{ else }}
<img class="u-photo thumb" src="{{ replace . "800." "300."}}" title="{{$summary}}" alt="Alt not yet added, will fix!"/>
{{ end }}
{{end}}
<figcaption class="index-photos-caption">{{ len .Page.Params.Photo }} {{if eq (len .Page.Params.Photo) 1 }}photo{{ else }}photos{{ end }}</figcaption>
</figure>
</section>
{{end}}
</section>
</a></article>{{ end }}</section>
<h2>現在</h2>
<section class="index-note">
<b><i class="fa fa-graduation-cap" aria-hidden="true" target="_blank"></i> 勉強: <a href="https://curriculum.hw.ac.uk/coursedetails/B91CE?termcode=202223" class="u-url" title="勉強しています: B91CE Cereals, Malting and Mashing">B91CE Cereals, Malting and Mashing</a></b> Brewing and Distilling PGDip programme @ Heriot Watt Universityの一部として。<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> 発酵1: </b>梱包され、開梱される。<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> 発酵2: </b>梱包され、開梱される。<br/><br/>
<b><i class="fa fa-calendar" aria-hidden="true"></i> 計画:</b> 自社醸造所だけでなく、ブリューキッチンのレイアウトも。<br/><br/>
<b><i class="fa fa-book" aria-hidden="true" target="_blank"></i> 読書: <a href="https://www.themaltmiller.co.uk/product/water-a-comprehensive-guide-for-brewers/" class="u-url" title="現在読んでいます: Water: A Comprehensive Guide for Brewers" target="_blank">Water: A Comprehensive Guide for Brewers</a></b> by John Palmer and Colin Kaminski.<br/><br/></section>
<!-- <b><i class="fa fa-television" aria-hidden="true"></i></b> 見ているもの: マスターシェフ・オーストラリア シーズン14<br/><br/>
<b><i class="fa fa-gamepad" aria-hidden="true"></i> プレイ中: <a href="https://www.crusaderkings.com/" class="u-url" target="_blank" title="プレイ中: Crusader Kings III">Crusader Kings III</a></b> はストーリー、キャラクター、レガシーがしっかりしたグランドストラテジーゲームです。</section>
<section class="index_exercise">
<h2>最新のワークアウト</h2>
{{ range first 1 (sort .Site.Data.workouts "date" "desc")}}
<section class="exercise_grid">
<span class="type"><b>タイプ</b><br/>{{ .type | humanize }}</span>
<span class="exdate"><b>日付</b><br/>{{ dateFormat "2006/01/02" .date }}</span>
<span class="comment"><b>コメント</b><br/>{{ .comment | humanize }}</span>
<span class="image"><a href="{{ .image }}" class="u-url"><img src="{{ .thumb }}" title="{{ .comment }}" alt="route map of outdoor exercise from fitotrack app" /></a></span>
<span class="distance"><b>距離</b><br/>{{ .distance }}</span>
<span class="duration"><b>期間</b><br/>{{ .duration }}</span>
<span class="pace"><b>ペース</b><br/>{{ .pace }}</span>
<span class="calories"><b>消費カロリー</b><br/>{{ .calories }}</span>
</section>
{{ end }}
</section><br/><br/> -->
</section>
</section>
{{ end }}