-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
110 lines (92 loc) · 2.63 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Site settings
title: The Bitcoin Association of Hong Kong
location: Hong Kong
description: "Fostering and promoting Bitcoin and its technology in Hong Kong."
baseurl: ""
url: "https://www.bitcoin.org.hk"
future: true
include:
- .well-known
# podcast stuff
podcast_url: https://www.bitcoin.org.hk/podcast/
podcast_album_art: /images/bahk-logo-big-podcast.png
podcast_title: The Bitcoin Lecture Series
podcast_owner: The Bitcoin Association of Hong Kong
podcast_email: [email protected]
podcast_category: Technology
podcast_subcategory_one:
podcast_subcategory_two:
podcast_explicit: "no"
podcast_author: The Bitcoin Association of Hong Kong
podcast_description: The talks and panels at events held by the Bitcoin Association of Hong Kong
podcast_summary: The Bitcoin Lecture Series is a series of podcasts and videos sharing the talks and panels at events held by the Bitcoin Association of Hong Kong with the global Bitcoin and blockchain communities.
podcast_subtitle: Join us in learning more about Bitcoin and blockchain!
# More settings
accent: "#E74C3C"
github: "bitcoinhk/bitcoinhk.github.io"
contact: "[email protected]"
organizers: "The Community"
email: "[email protected]"
# Get Meetup Notifications, visible or hidden
notifications: "visible"
# Build settings
markdown: kramdown
permalink: pretty
timezone: Asia/Hong_Kong
plugins:
- jekyll-redirect-from
prose:
rooturl: '_posts'
siteurl: 'https://www.bitcoin.org.hk/'
media: 'media'
ignore:
- index.html
- meetups.html
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "select"
options:
- name: 'meetup'
value: 'meetup'
- name: 'blog'
value: 'blog'
- name: "author"
field:
element: "text"
label: "Author (Passcard w/ leading +)"
value: ""
- name: "permalink"
field:
element: "text"
label: "Permalink"
value: ""
- name: "date"
field:
element: "text"
label: "Date (YYYY-MM-DD HH:MM:SS)"
value: "2014-06-08 10:30:00"
- name: "host"
field:
element: "text"
label: "Host"
value: ""
- name: "address"
field:
element: "text"
label: "Address"
value: ""
- name: "link"
field:
element: "text"
label: "Link to RSVP site (Meetup.com, etc)"
value: ""
- name: "background"
field:
element: "text"
label: "Background (CSS)"
value: "url() #FF0000"