Just Arrived - Website

Just Arrived website, https://justarrived.se, built using Jekyll.

:warning: The development of this project should be against the dev branch. master is strictly a release branch.

Install

script/setup

Develop

script/server

Deploy

script/deploy

Translation

:warning: In order to manage translations you need to have the Transifex client installed and configured.

Push translations, push source language to Transifex.

script/push-translations

Pull translations, pull translated content from Transifex.

script/pull-translations

Event tracking

There is a very simple way of adding tracking events to elements on the page.

Example:

<a href="#"
  data-action="click"
  data-action-label="Newcomer reg. popup">

click is the default value for data-action unless something else is explicitly set.

Blog posts

front matter:

---
layout: post
title: Title of blog post
locale: sv
canonical_url: http://example.com
---