12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- TITLE="Freecoin - complementary currency toolkit"
- DESCRIPTION="Freecoin aims to leverage the use of social digital currencies in a reliable, simple and resilient way."
- KEYWORDS="blockchain, bitcoin, currency, voucher, free, software, open source, wallet, multi-sig, credit, mutual"
- # representative image, 1200x627 pixels is full column banner, 400 is half
- # exact size indicated above is important to avoid resizes server-side
- IMAGE="images/pitch.jpg"
- # list of types: http://ogp.me/#types
- TYPE="website"
- # What is the root of this website url, after the domain
- # full url includes http and no trailing slash i.e. http://www.dyne.org
- # leave blank if relative, or just subdir i.e /blog
- WEB_ROOT="https://freecoin.dyne.org"
- # A twitter handler is necessary to activate open-graph compatible
- # information that works also with twitter.
- TWITTER="@DyneOrg"
- #
- # Anything below is safe to leave untouched
- #
- # What file extension to use for html files
- EXTENSION=".html"
- # What is the root of this website url, after the domain
- # leave blank if relative, or for instance /blog/
- WEB_ROOT=""
- # What is the url for files in case indexing is used
- # this can be different from WEB_ROOT in order to serve
- # files from a position different from the web pages
- # FILES_ROOT=""
-
- # Uncomment for Flowtype
- FLOWTYPE=1
- # What is the size ratio of text with respect to the width
- # of its container element. This is better than setting the
- # text size in an absolute way (we use Flowtype)
- FONT_RATIO=35
- EXIF_CLEAN=1
|