2019-06-20 13:53:43 +02:00
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
2019-12-11 15:17:51 +01:00
title : Keycard - Secure, Contactless, Open Source, Crypto Hardwallet
2019-06-21 12:34:11 +02:00
description : Keycard is a new type of smartcard built with an open API for simple integration with crypto wallets and hardware. Designed to safely send, store, and receive cryptocurrencies in a seamless contactless experience.
2019-06-20 13:53:43 +02:00
author : Status Research & Development GmbH
2019-06-21 12:34:11 +02:00
2019-06-25 13:37:48 +02:00
language : [ en, de]
2019-06-25 13:30:53 +02:00
locale : en
i18n :
type : [ page, post]
permalink_defaults :
lang : en
2019-06-21 12:34:11 +02:00
i18n_dir : : lang
2019-06-25 13:30:53 +02:00
2019-06-21 12:34:11 +02:00
menubutton : Get Keycard
2019-06-20 13:53:43 +02:00
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
2019-12-13 04:59:26 +01:00
url : http://keycard.tech
2019-06-20 13:53:43 +02:00
root : /
permalink : : year/:month/:day/:title/
2019-06-21 12:34:11 +02:00
post_asset_folder : true
2019-06-20 13:53:43 +02:00
# Pagination
## Set per_page to 0 to disable pagination
2019-06-25 13:30:53 +02:00
per_page : 0
2019-06-20 13:53:43 +02:00
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme : keycard
2019-12-11 15:17:51 +01:00
prism_plugin :
mode : 'preprocess'
theme : 'atom-dark'
line_number : false
highlight :
enable : false
2019-06-20 13:53:43 +02:00
autoprefixer :
enable : true
browsers :
- 'last 2 versions'
node_sass :
outputStyle : nested
precision : 5
sourceComments : false