Just Arrived website, https://justarrived.se, built using Jekyll.
dev
branch. master
is strictly a release branch.
script/setup
script/server
script/deploy
Push translations, push source language to Transifex.
script/push-translations
Pull translations, pull translated content from Transifex.
script/pull-translations
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.
front matter:
---
layout: post
title: Title of blog post
locale: sv
canonical_url: http://example.com
---