Skip to content

AndyliStudio/BehavioralGeneticsSQL-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BehavioralGeneticsSQL-blog

介绍

使用hexo来管理以及发布网站博客,只需要通过写markdown文件就可以发布博客。

使用

  1. 克隆本项目并安装
git clone https://github.com/AndyliStudio/BehavioralGeneticsSQL-blog.git
cd BehavioralGeneticsSQL-blog
npm install
npm install hexo-cli -g
hexo server
  1. 新建终端,开始写博客
hexo new post "title" //新建博客文章
hexo new page "title" //新建页面
hexo new draft "title" //新建草稿
  1. 发布博客
hexo clean
hexo generate
hexo deploy

常见问题

  1. hexo server启动hexo后发现打开http://localhost:4000出现404错误

关闭hexo,在终端中输入netstat -tunpl看看4000端口是否被占用了,如果已被占用,你可以通过hexo server -p 5000在另一个端口启动hexo。如果不是端口占用引起的访问页面错误,你可以试试打开127.0.0.1:4000.

About

人类基因数据库博客管理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published