Browse Source

updating index pages

master
jon 2 years ago
parent
commit
f33f0439af
  1. 14
      themes/nipponalba/layouts/index.html
  2. 83
      themes/nipponalba/layouts/index.jp.html

14
themes/nipponalba/layouts/index.html

@ -54,14 +54,14 @@
</a></article>{{ end }}</section>
<h2>Currently</h2>
<section class="index-note">
<b><i class="fa fa-graduation-cap" aria-hidden="true" target="_blank"></i> Studying:</b> On a semester long break from the MSc in Brewing and Distilling programme @ Heriot Watt University.<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> Fermenter 1:</b> Packed up and ready for transport<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> Fermenter 2:</b> Packed up and ready for transport<br/><br/>
<b><i class="fa fa-calendar" aria-hidden="true"></i> Planning:</b> Our move to Japan and subsequent low-alcohol home brews.<br/><br/>
<b><i class="fa fa-book" aria-hidden="true" target="_blank"></i> Reading: <a href="https://www.themaltmiller.co.uk/product/ipa-book-mitch-steele/" class="u-url" title="Currently reading: IPA - Brewing Techniques, Recipes and the Evolution of INDIA PALE ALE">IPA - Brewing Techniques, Recipes and the Evolution of INDIA PALE ALE</a></b> by Mitch Steele.<br/><br/>
<b><i class="fa fa-television" aria-hidden="true"></i> Watching:</b> Masterchef Australia Season 14<br/><br/>
<b><i class="fa fa-graduation-cap" aria-hidden="true" target="_blank"></i> Studying: <a href="https://curriculum.hw.ac.uk/coursedetails/B91CE?termcode=202223" class="u-url" title="Studying: B91CE Cereals, Malting and Mashing" target="_blank">B91CE Cereals, Malting and Mashing</a></b> as part of the Brewing and Distilling PGDip programme @ Heriot Watt University.<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> Fermenter 1:</b> Packed up and ready to be unpacked<br/><br/>
<b><i class="fa fa-beer" aria-hidden="true"></i> Fermenter 2:</b> Packed up and ready to be unpacked<br/><br/>
<b><i class="fa fa-calendar" aria-hidden="true"></i> Planning:</b> The layout of the brew kitchen as well as our own brewery.<br/><br/>
<b><i class="fa fa-book" aria-hidden="true" target="_blank"></i> Reading: <a href="https://www.themaltmiller.co.uk/product/water-a-comprehensive-guide-for-brewers/" class="u-url" title="Reading: Water: A Comprehensive Guide for Brewers" target="_blank">Water: A Comprehensive Guide for Brewers</a></b> by John Palmer and Colin Kaminski.<br/><br/>
<!-- <b><i class="fa fa-television" aria-hidden="true"></i> Watching:</b> nothing in particular.<br/><br/>
<b><i class="fa fa-gamepad" aria-hidden="true"></i> Playing: <a href="https://www.crusaderkings.com/" class="u-url" target="_blank" title="Currently playing: Crusader Kings III">Crusader Kings III</a></b> a grand strategy game with strong story, character and legacy development.</section>
<!-- <section class="index_exercise">
<section class="index_exercise">
<h2>Latest Workout</h2>
{{ range first 1 (sort .Site.Data.workouts "date" "desc")}}
<section class="exercise_grid">

83
themes/nipponalba/layouts/index.jp.html

@ -0,0 +1,83 @@
{{ 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/>
<!-- <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 }}
Loading…
Cancel
Save