Skip to content

Netzfreiheit/STI-UI

 
 

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 SaveTheInternet in Europe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.0%
  • JavaScript 20.1%
  • HTML 17.7%
  • Ruby 12.6%
  • Shell 1.6%