Skip to content

herahussain/library

 
 

Repository files navigation

Engine Room Library

Build Status

Editing the Microtasking Page

The editable text in this page is stored available here: /_posts/2015-12-07-microtasking.md Note that the section names (Definition, Examples, etc.) cannot change or the menu will cease to work. For help formatting Markdown, check the GitHub Markdown Basics

Creating a New Page

Create a markdown (.md) file in the _posts directory with a filename matching YYYY-MM-DD-title.md. Add the required jekyll front-matter lines at the beginning of each page.

---
    layout: page
    title: PAGE TITLE
---

page content

Running the Library Locally

In the command line, run: jekyll serve --watch --baseurl '' Open a web browser to http://localhost:4000/page_name to see your content.

Deploying Updates

Please commit your changes and push to the gh-pages branch. Travis CI ensures each push to gh-pages results in a recompiled version of the site is pushed to the master branch. We set up a Git hook with a simple php deploy script that will pull any new changes to our server with every push.

If you have write access to this repo, you can check if the build is successful on Travis.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.9%
  • HTML 13.2%
  • JavaScript 13.1%
  • Ruby 3.4%
  • Shell 1.4%