specify static files to be copied
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M config.toml → config.toml
@@ -27,6 +27,10 @@ ] wildcard_domain = "aln.pe" redirect_other_hostnames = true +static_files = [ + "public_key.asc" +] + [[taxonomies]] name = "tags" feed = true