Giter Site home page Giter Site logo

aig787 / wwudevops.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wwudevops/wwudevops.github.io

0.0 3.0 0.0 378 KB

Home Page: http://wwudevops.github.io

License: ISC License

Ruby 20.62% ApacheConf 1.58% HTML 34.89% JavaScript 0.10% CSS 42.81%

wwudevops.github.io's Introduction

WWU DevOps Site Source Code

#How to get it# ###Installing Ruby### To build and view the source code you have to have Ruby installed (we recommend rbenv). ###Installing dependencies###

 ~$: gem install bundle 
 ~$: bundle install

###Cloning branches### Clone the source branch (this one) with

git clone https://github.com/wwudevops/wwudevops.github.io --branch source --single-branch

The master branch is actually where all the built files go so GitHub is able to host the site for us, so clone that one to the build directory of the repository you just cloned.

~$: cd wwudevops.github.io
~$: git clone -b master https://github.com/wwudevops/wwudevops.github.io build

The site is built with the static site generator Middleman.

#How to edit it# Layouts for the site are written in haml and posts should be done in markdown. To create a new post make a file named {year}-{month}-{day}-{post-name}.html.md (e.g. 2014-11-10-first-post.html).

#How to preview changes# To preview changes you should run the Middleman server on localhost:4567 with the command middleman server. Depending on your Ruby configuration, it may complain about some dependency conficts in which case it can be started with bundle exec middleman server.

#How to build changes# Changes can be built with middleman build (or bundle exec middleman build). This will update the files in the cloned build directory with your latest changes. For those changes to take effect, they have to be committed and pushed up to the remote.

~$: cd build
~$: git status  # check before you commit
~$: git add .
~$: git commit

wwudevops.github.io's People

Contributors

aig787 avatar

Watchers

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