Try fix up the post more
This commit is contained in:
parent
855ac47157
commit
36cb85c9a9
2 changed files with 6 additions and 2 deletions
|
@ -238,6 +238,10 @@ jekyll-archives:
|
||||||
|
|
||||||
keep_files: ["files", "cv.pdf", "releases", "A29D259B.txt", "transition-statement-2015-06-15.txt"]
|
keep_files: ["files", "cv.pdf", "releases", "A29D259B.txt", "transition-statement-2015-06-15.txt"]
|
||||||
|
|
||||||
|
kramdown:
|
||||||
|
input: GFM
|
||||||
|
no_fenced_code_blocks: false
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll/itafroma/archive
|
- jekyll/itafroma/archive
|
||||||
- jekyll-archives
|
- jekyll-archives
|
||||||
|
|
|
@ -16,7 +16,7 @@ title: GPG transition statement
|
||||||
|
|
||||||
This exact same text can be found at [this location](https://www.dennogumi.org/transition-statement-2015-06-15.txt).
|
This exact same text can be found at [this location](https://www.dennogumi.org/transition-statement-2015-06-15.txt).
|
||||||
|
|
||||||
{% highlight %}
|
````
|
||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
Hash: SHA512
|
Hash: SHA512
|
||||||
|
|
||||||
|
@ -102,4 +102,4 @@ tILBnEGzJjgiOnXHzHcld7+MG1Kut9EmFNTNNgDasLw7HenGTHt9G/rJq5mSwPZY
|
||||||
JJF3TtQUDXrgOoXUlD0=
|
JJF3TtQUDXrgOoXUlD0=
|
||||||
=4Yho
|
=4Yho
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
{% endhighlight %}
|
````
|
Reference in a new issue