如何在GPG中导入OpenKeychain备份
如何在GPG中导入OpenKeychain备份? 从OpenKeychain进行备份,选择你认为安全的方式将其传输到计算机,保存好备份代码。 进...
如何在GPG中导入OpenKeychain备份? 从OpenKeychain进行备份,选择你认为安全的方式将其传输到计算机,保存好备份代码。 进...
背景图片的设置 打开\themes\next\source\css\_custom中的custom.styl文件,如下填写代码: // Custom styles. body { background: url(/images/background.jpg);...
Hexo常用命令 写作命令 新建分页:hexo new page 名称 新建文章:hexo new 名称或hexo n 名称 新建草稿:hexo new draft 名称或hexo n draft 名称 草稿生...
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 troubleshooting or you can ask me on GitHub. Quick Start Create a new post $ hexo new "My New Post" More info: Writing Run server $ hexo server More info: Server Generate static files $ hexo generate More info: Generating Deploy to remote sites $ hexo deploy More info: Deployment