0%


  之前在新浪云上也搭过一个云签到,因为懒的原因一直没想把它迁移到自己的服务器上,奈何新浪后来改了扣费标准,云豆的消耗翻了一番,所以这几天抽空在服务器上搭了一个,顺便升到了最新版。
  安装之前在网上搜了一下,发现云签到的相关教程基本上都是基于各种PaaS平台,基于VPS搭建的屈指可数,找到的也不够详细。所以搭建完成以后决定写下整个流程,一方面是供别人参考,一方面是做个记录,以及给自己博客填充点东西。。
  开始之前先强调一下,本流程并不保证能完全正确,跟你的实际环境很可能会有出入,所以遇到问题请善用搜索。

阅读全文 »

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

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment