LandRegistry/landregistry.github.io

Name: landregistry.github.io

Owner: HM Land Registry

Description: null

Created: 2014-08-06 07:19:29.0

Updated: 2017-05-05 13:33:39.0

Pushed: 2017-05-05 13:39:18.0

Homepage:

Size: 88980

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Land Registry Digital Service Website

Build Status

Overview for the Land Registry digital service teams: http://www.landregistryconcept.co.uk

Made with Jekyll, Bootstrap & Font Awesome.

Tested with HTML Proofer.

Deployed by Travis CI.

Hosted by MaxCDN and GitHub Pages.

Prerequisites
Getting started

Install the same version of ruby locally as GitHub pages is using. Currently 2.1.7. Check here for correct version. Then:

rvm install ruby-2.1.7

Then:

rvm use ruby-2.1.7 <– optional if no other rubies in RVM

Then:

gem install bundler

Finally:

clone git@github.com:LandRegistry/landregistry.github.io.git
andregistry.github.io
le install
le exec jekyll serve

IF YOU RUN bundle update DO NOT CHECK IN Gemfile.lock unless you're certain everything works! Stick to bundle install unless you need to update something specifically.

Running tests

This is the same script that Travis runs during the build, run this locally before pushing to avoid broken builds:

ript/cibuild

To add a new page

To add a new page to the site, place a `.html, ``.markdown`,.md`` or `.textile` file in the root directory.

Each page must start with a Front Matter block in the following format:


ut: default
e: Manifesto
alink: /manifesto/

For consistent page formatting, use the `default` layout for static pages.

Your new page content will be place inside the `<body>, within a ``

``` to support responsive web design, so please be mindful of that when designing pages and refer to the Bootstrap CSS documentation.

All pages in the root directory will automatically be added to the navigation bar..


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.