Izumiko / hugo-encrypt

Port of hugo_encryptor in golang
MIT License
39 stars 11 forks source link

加密后页面无法解密 #4

Closed Kabochar closed 1 year ago

Kabochar commented 3 years ago

作者你好。使用工具以后,能正常运行加密,但是无法进行页面的解密处理。另外 hugo-encrypt.html 上使用 i18n 异常。文本内容无法正确实现。是否在哪个环节操作错误?

运行环境

go version:1.14.12 windows/amd64 hugo version:v0.82.1-60618210+extended

运行命令:hugo --cleanDestinationDir --gc && hugo-encrypt -sitePath ./public

运行结果

$ hugo --cleanDestinationDir --gc && hugo-encrypt -sitePath ./public
Start building sites …

                   | EN
-------------------+------
  Pages            | 109
  Paginator pages  |  20
  Non-page files   |   0
  Static files     |  22
  Processed images |   0
  Aliases          |  11
  Sitemaps         |   1
  Cleaned          |   0

Total in 534 ms
Processing public\post\ff78fa4d\index.html, 0
SHA1: 8c 55 34 2a e3 1c 07 f8 9f 75 01 a3 9d 81 85 69 24 a6 a8 39

config.toml HugoEncrypt 配置

[params.HugoEncrypt]
    Password = "123"
    Storage = "local"   # or 'local'
Izumiko commented 3 years ago

方便提供一份测试用的数据吗?我在这边生成一下你的网站看看