-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
51 lines (42 loc) · 1.18 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 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