Add PGP signatures
This commit is contained in:
parent
50d6c80ec3
commit
e031db40ad
1
Makefile
1
Makefile
@ -41,4 +41,5 @@ build: ${OPTIMIZED_IMAGES}
|
|||||||
--include robots.txt \
|
--include robots.txt \
|
||||||
--blog \
|
--blog \
|
||||||
--rss
|
--rss
|
||||||
|
python ../shared-assets/pgp-sign.py $(wildcard _site/*.html)
|
||||||
tar -czf blog.tar.gz _site
|
tar -czf blog.tar.gz _site
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!--!
|
||||||
|
%%%SIGNED_PAGES_PGP_SIGNATURE%%%
|
||||||
|
-->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
Reference in New Issue
Block a user