Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info: Generating Deploy to remote sites$ hexo deploy More info: Deployment
Zotero pdf2zh
Zotero pdf2zh配置教程前提条件:安装了Docker desktop 在自己电脑上找一个喜欢的位置,创建主文件夹命名为zotero_pdf2zh,后面称其为root目录 进入 zotero_pdf2zh 文件夹,在内部再创建一个同名的子文件夹 zotero-pdf2zh。 进入这个子文件夹,在里面创建一个名为 translated 的空文件夹。 在root目录中,新建docker-compose.yaml,内容如下: services: zotero-pdf2zh: build: context: . dockerfile: Dockerfile args: # 使用更新、更稳定的 pdf2zh_next 引擎 - ZOTERO_PDF2ZH_FROM_IMAGE=awwaawwa/pdfmathtranslate-next:latest - ZOTERO_PDF2ZH_SERVER_FILE...