Git Product home page Git Product logo

bitcoinabc.org's Introduction

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

To install rvm to $HOME/.rvm (as in a single-user setup), just execute the following:

gpg --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles
echo "source $HOME/.rvm/scripts/rvm" >> ~/.bash_profile

Otherwise, read rvm's installation documentation: https://rvm.io/rvm/install

Install ruby and other dependencies

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.

Troubleshooting

Permission issues when executing 'arc land'

If you are encountering various 'master not found on origin' or permission errors when attempting to land a diff for this website, then ensure your remotes are set to:

ssh://[email protected]:2221/source/bitcoin-abc-website.git

which can be verified via:

git remote -v

If you have a different remote connection for this website repo, update it:

git remote rm origin
git remote add origin ssh://[email protected]:2221/source/bitcoin-abc-website.git

bitcoinabc.org's People

Contributors

adrianharabula avatar bytesofman avatar daattali avatar dependabot[bot] avatar epwalsh avatar ethanmackie avatar eugenius1 avatar fabcien avatar fyookball avatar georgedonnelly avatar hristoyankov avatar jamesonzimmer avatar jasonbcox avatar jennydaman avatar johnkuney avatar kendaleiv avatar lrdodge avatar mengerian avatar nicoguiton avatar ocram85 avatar pirk avatar schancel avatar sdulfari avatar shrektan avatar stephentuso avatar therealbenforce avatar tony-ho avatar vietanhdev avatar xnerv avatar yonicd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.