笔记¶
Calibre and its Pugins for e-hentai Books
导言
在经过实际使用和比较之后,我从众多的阅读器中选择了kavita,并且发现了其读取文件的局限性。我现在需要一个类似tmm
或者AVDC
的元数据刮削器来实现文件夹的重构和元数据的处理。
冲浪了一小时后,calibre + ehentai 1应该是可行的解决办法。
LANraragi 使用 nhentai刮削也行。
Dokuwiki
导言
在安装好dokuwiki后(请参考"Deploy Dokuwiki to localhost"),我们需要思考
- 如何批量导入sudo和普通用户
- 如何创建和组织wiki内容,
- 内容的备份和高效部署。(e.g.,结合github进行备份
Web Design 3 : Future Features
导言
If I have time, i will consider to add these js
functions in the future.
Web Design 2 : Content Organization & Link Content using go template
导言
link hugo theme content using go template
Web Design 1 : Layout Overview
导言
我是一个前端新手,想从头写前端。follwing TOP-DOWN design idea:
- 字体(标题,正文),主题色,
- 水平竖直 的大功能区layout 划分
- 模块内设计
And i always confused by the chaotic class naming used for css style. And i hate to use xxx.min.css
, 为什么要使用一堆没用上的css集合。我暂时真难以理解。