bitcointranscripts / bitcointranscripts.github.io

A static Hugo site for hosting btctranscripts.com
https://btctranscripts.com
MIT License
5 stars 13 forks source link
bitcoin knowledge-base resources transcripts

Bitcoin Transcripts Website

A static Hugo site for hosting btctranscripts.com.

This repository is not the home of the transcripts themselves, which are pulled in as a git submodule. If wishing to add or modify a transcript, your contributions are welcome at bitcointranscripts.

Installation and building locally

To build locally, you first need to install Hugo, take a look at the Hugo install instructions.

Preview your transcript

Having a local build allows you to see how your transcript will be displayed in the website.

The preview_branch.sh script allows you to preview how the changes in your branch will be displayed by building locally the website using your branch as the content submodule. Usage:

./preview_branch.sh <your-github-account> <your-branch-name>

Website's metadata

Metadata about the content of the website are automatically generated and can be found at:

i18n

All i18n snippets can be found in the /i18n folder. Pre-configured languages are currently Spanish and Portuguese. If you'd like to propose a new language, you can do so by modifying the site config and translating the appropraite i18n file.

We'd love transcripts in other languages so we've made every effort to make i18n as easy as possible.

Attributions

This project was based on diyhpluswiki and would not be possible without the many years of work by kanzure.

The styling of this site is based on a modified version of the ace documentation theme.