10 Commits

Author SHA1 Message Date
Michael Bradley, Jr
178264bad9 site: test whether linkjuice is defined not whether it's falsy 2019-08-26 09:44:01 -05:00
Michael Bradley, Jr
7f1f313796 site: fix path for copy-paste button 2019-08-26 09:44:01 -05:00
timhartmann
178d8cd632 feat(homepage): add section with logos from companies, who use embark 2019-07-15 09:10:47 +02:00
Pascal Precht
ae5b92ff45 chore(docs): remove encoded special chars for paginator buttons 2019-06-21 10:51:14 -04:00
Pascal Precht
ebe61f4085 fix(docs): ensure paginator helper has __() local
Templates used for rendering data inside helpers need to all over their local variables
passed down so they can be evaluated against some context object.

We didn't pass down the i18n `__()` function to the paginator template of our custom
theme resulting in compilation errors during site generation.

This commit fixes it.
2019-06-21 10:51:14 -04:00
Robin Percy
f81e25710f 1 grammatical change hangover from other PR. 2019-06-20 09:04:58 -04:00
Pascal Precht
5e18674504 chore: localize static sites
This commit localizes messages of the mostly static sites of embark's
website. This is needed to have them internationalized into different
languages.
2019-06-20 10:49:26 +02:00
Pascal Precht
9239012bc6 chore(site): fix typos 2019-05-10 16:54:21 -04:00
Pascal Precht
b5db6857a8
fix: add missing linkjuice built
We lost this when we moved the site into the monorepo because
all `dist` folders were ignored.

Co-Authored-By: PascalPrecht <pascal.precht@googlemail.com>
2019-05-07 17:42:32 +02:00
Pascal Precht
64731cf985 chore: move embark site into mono repo 2019-04-29 13:00:58 +02:00