发布于 2020-02-28 13:02:20
默认情况下,files/文件夹中的所有文件都将被复制到输出文件中。因此,如果您使用默认配置:在页面上拥有您的公钥,您可以简单地将其存储在files/key.txt中,并且它将以https://yourpage.com/key.txt的形式提供。
在conf.py中,您可以找到以下内容:
# One or more folders containing files to be copied as-is into the output.
# The format is a dictionary of {source: relative destination}.
# Default is:
# FILES_FOLDERS = {'files': ''}
# Which means copy 'files' into 'output'```https://stackoverflow.com/questions/59989576
复制相似问题