Git Product home page Git Product logo

blogwithhexo's Introduction

Build Status

GitHub Pages的站点类型有三种

1. 用户站点

为了发布用户站点,你必须创建一个仓库,仓库的名字叫做<user>.github.io.

2. 组织站点

为了发布组织站点,您必须创建一个仓库,仓库名字叫做<organization>.github.io

3. 项目站点
http(s)://<user>.github.io/<repository> 或 http(s)://<organization>.github.io/<repository>。

GitHub Pages 站点的发布来源

用户和组织站点的默认发布来源是 master 分支。 如果用户和组织站点的仓库是 master 分支,您的站点将从该分支自动发布。 您无法为用户或组织站点选择不同的发布来源。

项目站点的默认发布来源是 gh-pages 分支。 如果项目站点的仓库有 gh-pages 分支,您的站点将从该分支自动发布。

项目站点也可以从 master 分支或 master 分支上的 /docs 文件夹发布。 要从这些来源之一发布站点,您必须配置不同的发布来源。

lineuman.github.io

https://lineuman.github.io/

项目站点

https://lineuman.github.io/blog/

https://lineuman.github.io/mainpage/

项目流程

提交代码->触发CI->CI构建

hexo

_config.yml文件说明

travis-ci

token

branch

Environment Variables

travis-ci

blogwithhexo's People

Contributors

dependabot[bot] avatar lineuman 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.