Giter Club home page Giter Club logo

yujiayinshi.github.io's Introduction

很久以前,就想要写技术博客,写过一段时间CSDN博客,也会在简书上面写一些,也折腾过Jekyll、Hexo,最后还是选择使用Hexo,主题选用了Hexo-theme-hiker,风格简单清新,整体很舒服,个人觉得是很不错的主题。

快速开始

安装

$ npm install hexo-cli -g
$ hexo init blog

下载Hexo-theme-hiker,置于hexo项目的theme目录下,修改_config.yml文件中的theme为hiker。

创建一篇文章或页面

$ hexo new "My New Post"
$ hexo new page about

更多: Writing

运行

$ hexo server

更多: Server

生成静态文件

$ hexo generate

更多: Generating

部署至站点

同步到git,安装git插件,并修改_config.yml文件中,将deploy下的type设为git

$ npm install hexo-deployer-git –save
$ hexo deploy

直接部署

$ hexo deploy

更多: Deployment

yujiayinshi.github.io's People

Contributors

yujiayinshi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.