Git Product home page Git Product logo

bskyb.github.io's Introduction

Sky Developers Portal

A developers portal, in the open. For developers at Sky (past, present and future) and by developers at Sky.

So, you want to write a blog post?

Great! You really should and it's easy to do. Don't get put off if you've never done this sort of thing before.

You'll need to do a little bit of work with github as our approval process uses the standard github pull request process.

Steps to get started

For those familiar with git and github pull requests, skip forward to installing jekyll.

gem install jekyll
  • Run jekyll from within your cloned project
jekyll serve
  • Create a new file in the _posts directory. Every file represents a post. Each file should take the format YYYY-MM-DD-.markdown. As an example “2015-04-13-hello-world”

  • Open the file and include the following header

---
layout: post
title:  “title”
date:   YYYY-MM-DD HH:MM:SS
categories: blog category
image: a link to an image to be used
excerpt: “An excerpt you want to appear in the blog summary screen”
---

An example is as follows:-

---
layout: post
title:  "Sky at Google I/O"
date:   2015-05-12 08:52:19
categories: conferences
image: images/test.png
excerpt: "Sky are attending Google I/O - here's what we're planning to see any why"
---
  • Write your awesome post using standard markup. See the examples or documentation. If you're running Jekyll, the site will automatically update on saving your post.

  • Add, commit and push your post

  • Create a pull request into master. Then wait for it to be merged. It will automatically appear on developers.sky.com once merged.

A quick note on images

Images can either be served from an external location (in which case, include the full url). Alternatively, add them to the “images” directory. They’ll then appear in images/

bskyb.github.io's People

Contributors

kierenhughes90 avatar kitsonk avatar sboundy avatar skyguide avatar

Watchers

 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.