《尽管去做 无压工作的艺术》读书笔记 Posted on 2019-10-16 | Edited on 2019-10-25 | In books 尽管去做(豆瓣) 尽管去做—无压工作的艺术 [美]戴维·艾伦 著 总结,最大程度地增加输出和最小程度地缩减输入 成功的商业人士的成功来源于解决的危机与把握的机遇,而不是在办公室制造问题因此经理主管们需要一方面需要战略战术来集中精力,不遗漏另一方面需要积极正确的工作准则,创造工作氛围和技能,保证投入 ... Read more »
Hexo中插入mermaid diagrams Posted on 2018-11-23 | Edited on 2019-10-20 | In hexo 以下是使用中的hexo插入mermaid diagrams的方法。感谢做插件的人! github参考link Mermaid diagrams介绍gitbook 安装插件1npm install hexo-filter-mermaid-diagrams 修改配置文件在hexo的_config.yml ... Read more »
Hexo中插入flowchart Posted on 2018-11-19 | Edited on 2019-10-23 | In hexo 以下是使用中的hexo插入flowchart的方法。 github参考link 安装插件npm 安装 1npm install --save hexo-filter-flowchart 修改配置文件在hexo的_config.yml文件(根目录的并非主题的)中,添加以下内容:1234flowchar ... Read more »
更换Hexo的网页图标/小图片Hexo change page favicon Posted on 2018-11-18 | Edited on 2019-10-20 | In hexo 说明本文介绍的是主题theme配置文件中的修改方式,也就是说仅适用于被修改的主题。另外还有在hexo根目录下设置favicon的方式,虽然这种方法的好处是无需再各个主题单独设置,以下原因没有使用:1.考虑到标签页/网页小图标favicon的颜色style等还是要和theme结合比较美观2.试了在he ... Read more »
Hexo中插入图片hexo asset image Posted on 2018-11-18 | Edited on 2019-10-23 | In hexo 介绍一下使用中的hexo插入图片的方法。 github参考link 安装插件npm 安装 1npm install hexo-asset-image --save 编辑配置文件在hexo的_config.yml文件中,做以下修改1post_asset_folder: true 做了这个修改的效果是, ... Read more »
Hello World Posted on 2018-11-08 | Edited on 2019-10-23 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 ... Read more »