Skip to content

baby636/bitcoinabc.org

 
 

Repository files navigation

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 94.4%
  • CSS 2.9%
  • Shell 1.1%
  • Ruby 0.9%
  • JavaScript 0.5%
  • Dockerfile 0.1%
  • Makefile 0.1%