Fix key addition
This commit is contained in:
parent
20cbcc81fb
commit
0cd01676bc
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
The best way to reach me is by email, use the ProtonMail-backed address: [antoine@ayakael.net](mailto:antoine@ayakael.net). If you contact me using a non-ProtonMail emai, you can encrypt using [this PGP key](/keys/publickey.antoine@ayakael.net-72498db60f2a3d5786517585eba2a86db6fcb3ab.asc).
|
The best way to reach me is by email, use the ProtonMail-backed address: [antoine@ayakael.net](mailto:antoine@ayakael.net). If you contact me using a non-ProtonMail emai, you can encrypt using [this PGP key](/keys/publickey.antoine-at-ayakael.net-72498db60f2a3d5786517585eba2a86db6fcb3ab.asc).
|
||||||
|
|
||||||
You can also send me a direct message on my Mastodon account: [@agora.ilot.io@ayakael](https://agora.ilot.io/@ayakael)
|
You can also send me a direct message on my Mastodon account: [@agora.ilot.io@ayakael](https://agora.ilot.io/@ayakael)
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ srcdir: ./content
|
||||||
# where to build the wiki
|
# where to build the wiki
|
||||||
destdir: ./public
|
destdir: ./public
|
||||||
# base url to the wiki
|
# base url to the wiki
|
||||||
url: https://pages.gitlab.io/ikiwiki
|
url: https://ayakael.net
|
||||||
# url to the ikiwiki.cgi
|
# url to the ikiwiki.cgi
|
||||||
cgiurl: ''
|
cgiurl: ''
|
||||||
# do not adjust cgiurl if CGI is accessed via different URL
|
# do not adjust cgiurl if CGI is accessed via different URL
|
||||||
|
@ -99,7 +99,7 @@ ENV: {}
|
||||||
# time zone name
|
# time zone name
|
||||||
timezone: :/etc/localtime
|
timezone: :/etc/localtime
|
||||||
# regexp of normally excluded files to include
|
# regexp of normally excluded files to include
|
||||||
#include: ^\.htaccess$
|
include: ^(\.htaccess|.*/keys/.*.asc)$
|
||||||
# regexp of files that should be skipped
|
# regexp of files that should be skipped
|
||||||
#exclude: ^(*\.private|Makefile)$
|
#exclude: ^(*\.private|Makefile)$
|
||||||
# specifies the characters that are allowed in source filenames
|
# specifies the characters that are allowed in source filenames
|
||||||
|
|
Loading…
Reference in a new issue