Image Gallery
壁紙
收藏的一些壁纸
漫威
关于漫威的图片
OH MY GIRL
关于OH MY GIRL的图片
Hello World
Welcome to Fanfer’s Blog(https://fanfer.top)! This is your very first post.
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
basic usage
图床更新
12345$ # 将更改提交$ git add .$ git commit -m "更新图片"$ # 推送至github仓库$ git push
部署更新
1$ hexo clean; hexo generate; hexo deploy