Coder Social home page Coder Social logo

blog-source's Introduction

利用node 的hexo 框架在github上搭建博客 @MyBlog

使用说明

  • 文章原稿位于source/_posts 目录下

  • 更新jasonzeng.top

    • 文章编辑完成后执行npm run update
    • 或者 ./bin/update.sh
    • 执行后会更新coding.net源码,并且登陆阿里云服务器拉取html文件,从而更新站点

本地开发备注

// 需要初始化目录
# 主题(_config.yml需要用自己的)
git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia

# html仓库1
git clone https://git.dev.tencent.com/jason-zi/jason-zi.git

# html仓库2
mkdir _github && cd _github
git clone https://github.com/zengxp0605/blog-source.git

# ssh_pull 目录拉取阿里云服务器的html代码
ssh_pull/config.js 示例
module.exports = {
	ali: {
		host: '106.15.21.01',
		user: 'root',
		password: 'my.pass',
	},
};

blog-source's People

Contributors

stanxlab 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.