文章参考:https://github.com/bingohuang/play-docker-imageshttps://www.cnblogs.com/zhaodalei/p/16474682.htmlhttps://blog.csdn.net/inthat/article/details/124060033
开源在线Markdown编辑器editor.md,emoji表情修复平常写Blog喜欢使用Markdown,之前使用的在线编辑器加载速度有点不满意,所以自己搭建了个emoji表情修复原来项目中使用的是www.emoji-cheat-sheet.com网站的表情包,不知道怎么回事反正就是不显示了,这里使用本地替换:laughing:表情包下载地址https://github.com/SemiW...
<?php $this->options->title(); ?><?php if ($this->is('index')) : ?> - 此心拖泥带水,是人生苦处<?php endif; ?></title>
Typecho代码实现文章页面添加文章时效提醒在合适的地方插入如下代码:<section style="background-color: #fff2f2;padding: 5px;"> <p>本文最后更新于<?php echo date('Y年m月d日', $this->modified); ?>;如果文章内容失效,或者遇到问题...