Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 639 Bytes

File metadata and controls

28 lines (17 loc) · 639 Bytes

Status

Important

Repository Archived as it is no longer in use, or being actively developed (see Slack Thread).

Public Docs

Static site for the public API documentation, built on Jekyll.

Installation

Install Jekyll:

More details: http://jekyllrb.com/docs/installation

(Jekyll set up is specially tricky for Windows, there is a nice blog on how to set it up.)

gem install jekyll Grab the project:

git clone https://github.com/findmypast/tech-blog.git cd tech-blog Build and run locally:

jekyll serve Deployment

Commit to master, and it will go live.