baby636 / bitcoinabc.org

BitcoinABC.org website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitcoinABC.org Website

This is built using Github pages which uses Jekyll as a native static site framework.

It was not necessary to install Jekyll to build this. It is simply a fork of an implementation of the "beautiful Jekyll" theme. Please refer upstream for helpful notes on using Jekyll and Github Pages.

Basic Install Instructions

Install rvm: https://rvm.io/rvm/install

rvm install "$(cat .ruby-version)"
gem install jekyll bundler
bundle install

Then run the build locally:

bundle exec jekyll serve

Providing Translations

  1. Copy the file in _posts/ that you wish to translate.
  2. Set lang to the desired language code.
  3. Verify that multiLangId is the same as the base filename without the language code.
  4. Translate the file.

About

BitcoinABC.org website

License:MIT License


Languages

Language:HTML 94.5%Language:CSS 2.9%Language:Shell 1.1%Language:Ruby 0.9%Language:JavaScript 0.5%Language:Dockerfile 0.1%Language:Makefile 0.1%