MarcoFalke / bitcoin-core-review-club

Bitcoin Core PR Review club website

Home Page:https://bitcoincore.reviews/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin-core-review-club

Simple Jekyll site for hosting the Bitcoin Core PR Review club at https://bitcoincore.reviews/.

Development

You'll need Ruby and Jekyll to run the site locally. Ruby 2.6 is recommended. Once they are set up:

  • Clone the repository and go into the directory
  • Run bundle install
  • Run make preview
  • Go to http://localhost:4000

In case of any issues, don't hesitate to run the following to update rubygems, bundler, and dependencies: gem update --system && gem update && bundle update

Making a new post

See the CONTRIBUTING.md doc for how to create a post for an upcoming meeting.

Changing Site Data

All site configurations are either contained in _config.yml or _data/settings.yml. Some data is duplicated between the two due to the way Jekyll injects variables, so be sure to update both.

Running the Test Suite

To run all tests: rake test or just rake

To run one test file: rake TEST=test/test_rake_posts_new

To run an individual test in a test file: rake TEST=test/test_rake_posts_new TESTOPTS=--name=test_rake_posts_new

Before running tests for the first time, you may need to run bundle update.

Before running the test_all_links test (or all of the tests, which includes it), the site needs to be started up locally with make preview, or with make clean preview if any meeting logs were changed, to pre-render the logs through the auto_logs_markup plugin.

Attributions

Thanks to LeNPaul for the Jekyll starter kit this was forked from and to Will O'Beirne for pointing me in that direction.

About

Bitcoin Core PR Review club website

https://bitcoincore.reviews/


Languages

Language:SCSS 39.2%Language:Ruby 23.6%Language:HTML 23.2%Language:Sass 7.9%Language:C++ 5.0%Language:Makefile 0.7%Language:CSS 0.4%