/hmrc.github.io

Information about the HMRC GitHub organisation, repositories and approaches to software

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Join the chat at https://gitter.im/hmrc/hmrc.github.io Stories in Ready

Information about the HMRC GitHub organisation, repositories and approaches to software

Getting Started

Requirements

Running locally

  • Clone this repo
  • Run bundle install
  • Run bundle exec jekyll serve
  • Open a browser at http://localhost:4000

Making changes

  • Create/edit .md files in the /_posts/ folder
  • Directory structure gets turned into urls
    • i.e. /pages/foo/bar/index.md becomes localhost:4000/pages/foo/bar