Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
-rw-r--r-- README.md
-rw-r--r-- index.md
-rw-r--r-- logo.ttf
-rw-r--r-- template.html
-rw-r--r-- theme.css
README

Cryptofart

Development

HTML Generation

The final HTML page is generated with the help of Pandoc.

pandoc index.md -o index.html --template=template.html

Font subsetting

Font used for the logo is DM Serif Text. To subset the font for the final page, install the fonttools utility and run the following command:

pyftsubset /path/to/font/file.ttf --text=crypto·fa --output-file=logo.ttf