holgern / btcguide.github.io

https://btcguide.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btcguide.github.io

For regular users, just visit https://btcguide.github.io/ to see GitHub Pages render this content as a static website.


For advanced users, you can host this locally with jekyll (setup instructions: Ubuntu; macOS):

$ bundle exec jekyll serve

Then visit: http://127.0.0.1:4000

To spell check (takes ~3s):

$ pyspelling -c .spellcheck.yml 
Spelling check passed :)

Notes:

  • See .wordlist.txt for all the exception words.
  • $ brew install aspell && pip install pyspelling are needed.

Create pdf/epub/mobi

  1. Install latex

  2. Install pandoc

  3. Build the documents with

create_pdf.bat
create_ebook.bat

or

create_pdf.sh
create_ebook.sh
  1. The mobi file can be created from the epub file using kindle previewer

About

https://btcguide.github.io/

License:MIT License


Languages

Language:Lua 54.2%Language:HTML 33.7%Language:CSS 5.5%Language:SCSS 3.3%Language:Shell 1.5%Language:Batchfile 1.3%Language:Ruby 0.5%