nanopi neo2 black 有音频接口,可以用它来放个音乐,折腾一下做个音乐闹钟吧。
首先查看cron是否运行
1 |
|
nanopi neo2 black 有音频接口,可以用它来放个音乐,折腾一下做个音乐闹钟吧。
1 |
|
使用hexo结合github搭建自己的个人博客网站,非常方便,而且免费,对于个人来说是一个不错的选择。不过有一个缺点是没有评论系统。需要自己额外引入评论插件。
现在常用的评论插件有三种:
disqus:已经被墙了,暂时不考虑。
gitment:基于github的一个评论系统,但是作者长时间没有维护,需要使用自己的服务器。
gitalk:也是基于github的一个评论系统,目前可以正常使用。
主题不同添加gitalk的方法也略有区别,有的主题本身带有gitalk评论,打开相应的开关就可以。我使用的主题是beantech,本身没有gitalk评论系统。
手机上屏幕小,看视频特别难受,并且有些软件没与PC版,应该怎么办?下面我来介绍一种方法,将手机屏幕投屏到电脑上。
条件:1.装有win10的PC。
2. 手机具有无线投屏功能(现在大多数手机都有无线投屏功能,只是名字可能有些不同,下面一以荣耀V10手机为例给大家演示)
问题描述:在使用pycharm过程中,ctrl+c,ctrl+v,ctrl+d等快捷键无法使用。
解决办法:file->setting->Editor下面有一个Vim Emulation选项。
Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme.
This BeanTech theme created by YuHsuan modified from the original Porter Kaijun
I publish the whole project for your convenience, so you can just follow the instruction down below, then you can easily customiz your own blog!
Let’s begin!!!
1 |
|
Modify _config.yml
file with your own info.
Especially the section:
Replace to your own repo!
1 |
|
Copy your avatar image to <root>/img/
and modify the _config.yml
:
1 |
|
and activate your personal widget you like
1 |
|
if you want to add sidebar widget, please add at layout/_widget
.
Copy your signature image to <root>/img/signature
and modify the _config.yml
:
1 |
|
My icon is using iron man, you can change to your own icon at css/image
.
You can decide to show post tags or not.
1 |
|
1 |
|
My markdown render engine plugin is hexo-renderer-markdown-it.
1 |
|
and if you want to change the header anchor ‘ℬ’, you can go to layout/post.ejs
to change it.
1 |
|
Some hexo command:
1 |
|
Please Star this Project if you like it! Follow would also be appreciated!
Peace!