mirror of
https://github.com/status-im/keycard-site.git
synced 2025-02-22 18:18:27 +00:00
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
# Hexo Configuration
|
|
## Docs: https://hexo.io/docs/configuration.html
|
|
## Source: https://github.com/hexojs/hexo/
|
|
|
|
# Site
|
|
title: Keycard - Secure, Contactless, Open Source, Crypto Hardwallet
|
|
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.
|
|
author: Status Research & Development GmbH
|
|
|
|
language: [en, de]
|
|
locale: en
|
|
i18n:
|
|
type: [page, post]
|
|
permalink_defaults:
|
|
lang: en
|
|
i18n_dir: :lang
|
|
|
|
menubutton: Get Keycard
|
|
|
|
# URL
|
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
|
url: http://keycard.tech
|
|
root: /
|
|
permalink: :year/:month/:day/:title/
|
|
post_asset_folder: true
|
|
|
|
# Pagination
|
|
## Set per_page to 0 to disable pagination
|
|
per_page: 0
|
|
|
|
# Extensions
|
|
## Plugins: https://hexo.io/plugins/
|
|
## Themes: https://hexo.io/themes/
|
|
theme: keycard
|
|
|
|
prism_plugin:
|
|
mode: 'preprocess'
|
|
theme: 'atom-dark'
|
|
line_number: false
|
|
|
|
highlight:
|
|
enable: false
|
|
|
|
autoprefixer:
|
|
enable: true
|
|
browsers:
|
|
- 'last 2 versions'
|
|
node_sass:
|
|
outputStyle: nested
|
|
precision: 5
|
|
sourceComments: false |