Skip to content
/ STI-UI Public
forked from AKVorrat/STI-UI

Frontend code for the new savetheinternet.eu website

Notifications You must be signed in to change notification settings

sebalis/STI-UI

This branch is 115 commits behind AKVorrat/STI-UI:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5aea654 · Jun 29, 2016
Jun 28, 2016
Jun 1, 2016
May 2, 2016
Jun 28, 2016
Jun 28, 2016
Jun 28, 2016
Jun 28, 2016
May 27, 2016
Apr 27, 2016
May 2, 2016
Apr 27, 2016
Apr 27, 2016
May 13, 2016
May 31, 2016
May 17, 2016
May 10, 2016
Jun 28, 2016
May 2, 2016
May 31, 2016
Jun 28, 2016

Repository files navigation

STI-UI

Frontend code for savetheinternet.eu

Translations

The content files for each language (based on the English originals) can be found here:

./content/site/[TWO_LETTER_CODE]/

Example - content files for English site:

content/site/en
├── config.yml
├── faq
│   └── index.md
└── index.md

Set language to be ready for building (and deployment)

To mark certain languages ready to be built (and deployed) add the corresponding two-letter-codes as a new line in:

./translations-ready.yml

Build & Deploy

!! Please refrain from building this for translation purposes, the only things needed for doing translations are the listed steps from above. !!

Setup build environment:

  • Download and install ruby 2.3.0
  • Install ruby dependencies:
cd /STI-UI
bundle install
  • Download and install node.js v5.7.1 via the official installer or via nodenv (we use 5.7.1 locally in themes/sti).
  • Install node.js dependencies:
cd /STI-UI
npm install

Run without parameters to see usage of build & deploy script:

cd /STI-UI
./build_and_deploy.sh

About

Frontend code for the new savetheinternet.eu website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.4%
  • HTML 22.0%
  • JavaScript 18.8%
  • Ruby 9.3%
  • Shell 1.5%