Giter VIP home page Giter VIP logo

gitlab-clone-group's Introduction

colbin8r.me

Personal homepage of Colby Rogness.

Development

This project is built on Hexo. Hexo is a flexible static site generator built on Node.

You can immediately start a live development server (which watches for file changes):

$ npm start

You can force a manual build of the static site to the /public directory with:

$ npm run build

Deployment

The continuous deployment process is only 3 primary steps:

  1. Push to master on GitHub.
  2. Travis CI uses Hexo to generate a static site based on the master branch and pushes it to site on GitHub.
  3. Netlify, the host, watches the site branch and deploys the static site.

Travis CI is set to cancel currently queued builds when a new push is detected (although running builds will still continue), so it's okay to push several times in short succession.

Although deployment is automated, it's possible to generate a manual deployment with npm run deploy. This could be useful if, for instance, you wanted to deploy a branch other than master or deploy uncommitted code. The continuous deployment system can also be paused via one of two ways:

  1. Pause Travis CI watching master. You then use npm deploy to run a manual deployment to site. Best when deploying code not on master.
  2. Pause Netlify watching site. You then use Netlify to trigger a manual deployment from site. Best when deploying code on master, but maybe not at the time it was pushed to master.

Colors

Red: #E63946 (Accent) White (off-white): #F1FAEE Light Blue: #A8DADC Blue: #457B9D Dark Blue: #1D3557 (Primary)

gitlab-clone-group's People

Contributors

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