Code Monkey home page Code Monkey logo

blog's Introduction

Hexo Deploy CI Hexo Deploy CI

https://wongqingbin.github.io/

# _config.yml
deploy:
  type: git
  repo:
    github: [email protected]:wongqingbin/wongqingbin.github.io.git
    gitee: [email protected]:wongqingbin/wongqingbin.git
  branch: master
# hexo本地预览1
npm run server

# hexo本地预览2
npm install hexo-cli -g
hexo server

# hexo部署 hexo clean && hexo deploy
hexo clean
hexo generate
hexo deploy
# hexo g -d
# 新建文章
hexo new post -p python/Finder "Finder"
# post: 建立post类型模板的文章,source/_post为默认主目录,可省略不写
# -p --path: 指定路径和文件名称 mac/ 路径,Finder为.md名称
# "Finder": 文章标题title

# 新建页面
hexo new page -p wqb/snippet/pip "title"
hexo new page -p wqb/snippet/pip/index "title"
# source/ 为主目录,page不可省略

免费图床

使用开源项目申请jetbrains的免费linces

blog's People

Contributors

wongqingbin avatar

Watchers

James Cloos 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.