0%
emacs使用指南 -- spacemacs模板
Django基础
Python 基础
Python基础 import与from…import…
1 | If the import module in the same dir, use e.g: from . import core |
1 | import sys |
Python + Django + Bootstrap快速web开发
金融挖掘相关资料
github blog架设
建立Blog
尝试在github上面架设blog,参考了
如何搭建一个独立博客——简明Github Pages与Hexo教程
NexT主题配置
Blog架设在github pages
建立新的repository
建立username.github.io的repository
Hello World
Posted on
Edited on
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