Browse Source

testing new micropub endpoint

master
jk 4 years ago
parent
commit
1a919f5ff6
  1. 1
      config.toml
  2. 5
      content/article/2020-provisional-plans/index.md
  3. 2
      content/article/beer-journal-introduction/index.md
  4. 2
      themes/nipponalba/layouts/_default/single.html
  5. 2
      themes/nipponalba/layouts/partials/head.html

1
config.toml

@ -5,6 +5,7 @@ theme=["nipponalba"]
summarylength=30
enableEmoji=true
defaultContentLanguage="en"
ignoreErrors = ["error-remote-getjson"]
[outputs]

5
content/article/2020-provisional-plans/index.md

@ -2,11 +2,10 @@
title: "2020 Provisional Plans"
date: 2020-01-20T23:56:53+01:00
Description: "Big plans for a busy year"
Blog: ["Whitabootery"]
category:
category: ["Whitabootery"]
tag:
- "Plans"
- "Japan"
tag:
- "brewing"
- "JLPT"
- "vegan"

2
content/article/beer-journal-introduction/index.md

@ -34,7 +34,7 @@ I've been a member of the [Beer52](https://www.beer52.com) craft beer club since
![Some reading materials](/images/img_20190325_140100.jpg)
So, the purpose of this blog will be primarily self-education and note-taking but I hope that it provides some interesting reading for fellow enthusiasts who like myself don't necessarily have all the jargon knowledge of more seasoned professionals.
So, the purpose of this blog will be primarily self-education and note-taking but I hope that it provides some interesting reading for fellow enthusiastsuasts who like myself don't necessarily have all the jargon knowledge of more seasoned professionals.
このブログでビールの試飲や醸造の記録を書きながら、ビールの作り方について学んでいこうと思っています。このブログで他の方と興味を共有できれば幸いです。

2
themes/nipponalba/layouts/_default/single.html

@ -35,7 +35,7 @@
{{ if fileExists $relpathJSON }}
<span class="syndication">
{{ $mJSON := getJSON $pathJSON }}
Syndicated to <a href="{{ $mJSON.url }}">Pleroma</a></span>{{ end }}
Syndicated to <a href="{{ printf $mJSON.url}}">Pleroma</a></span>{{ end }}
<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></section>
<a href="https://brid.gy/publish/mastodon"></a>
<section id="interactions"><h4>Interactions</h4>

2
themes/nipponalba/layouts/partials/head.html

@ -18,7 +18,7 @@
<link rel="webmention" href="https://webmention.io/jk.nipponalba.scot/webmention" />
<link rel="pingback" href="https://webmention.io/jk.nipponalba.scot/xmlrpc" />
<link rel="microsub" href="https://aperture.p3k.io/microsub/506">
<link rel="micropub" href="https://jk.nipponalba.scot/api/index.php">
<link rel="micropub" href="https://jk.nipponalba.scot/api/nanopub/nanopub.php>
<link href="https://jk.nipponalba.scot/api/media-endpoint.php" rel="media_endpoint"/>
<link rel="micropub_media" href="https://jk.nipponalba.scot/api/media-endpoint.php"/>
<link rel="pgpkey" href="/nipponalba-scot-key.txt">