请问如何把端点星的所有文章备份在电脑,以供离线查看。
1.整站全站下载工具,其实就是爬虫。 ⑴ http://blog.sina.com.cn/s/blog_6c922b450101itfs.html ⑵ 用程序只爬文字,爬下来所有文字保存在一个txt文件中。 ⑶ 用程序依次点击链接(比如 https://terminus2049.github.io/archive/2018/07/19/Letter-To-SYSU-Headmaster.html ),然后自动保存为html或mhtml的形式。最后整合到一个文件夹中。
2.把jekyll博文转化成pdf或epub的形式。 https://github.com/abeMedia/jekyll-pdf https://github.com/lmullen/jekyll-ebook https://github.com/glejeune/jekyll-epub https://idratherbewriting.com/documentation-theme-jekyll/mydoc_generating_pdfs.html
希望各位大佬做一个程序或一个详细的教程,让非it的小白 一键运行 也能成功备份文章。 谢谢了。
额,想多了。 用BT Sync同步即可,然后照着写一个 make-chm.wsf 即可。 参考编程随想的博客: https://program-think.blogspot.com/2015/03/blog-sync.html https://github.com/posclegom/programthink https://github.com/posclegom/programthinkbook
命令行工具wget下载整站
哈哈哈,git clone && jeklly serve 就行了