Browse Source

deleting test posts

master
jon 2 years ago
parent
commit
e5280a8cbd
  1. 17
      content/photo/2022/09/631de708/index.md
  2. 15
      content/photo/2022/09/631de772/index.md
  3. 15
      content/photo/2022/09/631dedeb/index.md
  4. 14
      content/photo/2022/09/631dee40/index.md
  5. 83
      themes/nipponalba/layouts/index.jp.html

17
content/photo/2022/09/631de708/index.md

@ -1,17 +0,0 @@
---
category:
- test
date: '2022-09-11 22:47:52'
draft: false
gtsurl: 'https://gts.kelbie.scot/@jon/statuses/01GCPCXR5W78X85WPJAVSER911'
photo:
- { value: /images/2022/09/1662904067792-454609-700.jpeg, alt: '' }
posttype: photo
sensitive: 'true'
slug: 631de708
thumbnail:
- /images/2022/09/1662904067792-454609-300.jpeg
visibility: public
title: photo
---
Test

15
content/photo/2022/09/631de772/index.md

@ -1,15 +0,0 @@
---
date: '2022-09-11 22:49:38'
draft: false
gtsurl: 'https://gts.kelbie.scot/@jon/statuses/01GCPD101VQSEXJVQZQBPYMK5H'
photo:
- { value: /images/2022/09/1662904174059-598886-700.jpeg, alt: '' }
posttype: photo
sensitive: 'false'
slug: 631de772
thumbnail:
- /images/2022/09/1662904174059-598886-300.jpeg
visibility: public
title: photo
---
Test

15
content/photo/2022/09/631dedeb/index.md

@ -1,15 +0,0 @@
---
date: '2022-09-11 23:17:15'
draft: false
gtsurl: 'https://gts.kelbie.scot/@jon/statuses/01GCPEKHNSK4G994KHNR1SK44X'
photo:
- { value: /images/2022/09/1662905831456-767481-700.jpeg, alt: '' }
posttype: photo
sensitive: 'false'
slug: 631dedeb
thumbnail:
- /images/2022/09/1662905831456-767481-300.jpeg
visibility: public
title: photo
---
Test

14
content/photo/2022/09/631dee40/index.md

@ -1,14 +0,0 @@
---
date: '2022-09-11 23:18:40'
draft: false
photo:
- { value: /images/2022/09/1662905915399-888984-700.jpeg, alt: '' }
posttype: photo
sensitive: 'false'
slug: 631dee40
thumbnail:
- /images/2022/09/1662905915399-888984-300.jpeg
visibility: public
title: photo
---
Test

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

@ -1,83 +0,0 @@
{{ 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://www.hw.ac.uk/documents/pams/202122/B91FI_202122.pdf" class="u-url" title="勉強しています: B91WF Wort Boiling and Fermentation">B91WF Wort Boiling and Fermentation</a></b> @ Heriot Watt University, MSc in Brewing and Distilling programのコースの一つです。<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/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></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