Giter Club home page Giter Club logo

blog's Introduction

Blog

New post

$ hexo new [layout] <title>

New page

$ cd site-dir
$ hexo new page <page-name>

Config

  • project config: _config.yml
  • theme config: themes/theme-name/_config.yml

Test

$ hexo server

Questions

  • 使用 next 主题后,Travis CI 部署后网站无法访问

    $ rm themes/next/.git
    $ git rm --cached themes/next/
    $ git add directory
    $ git commit
    $ git push
    

    原因可能是 git clone next-repo themes/next 方式接入的 next 主题,提交时只是以 sub-module 存在,没有真正增加文件到项目中,Travis CI 不能正常集成部署这种依赖。

Related Links

blog's People

Contributors

lm1991 avatar meng-cn avatar

Watchers

 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.