-
Notifications
You must be signed in to change notification settings - Fork 2
/
new.yml
49 lines (49 loc) · 892 Bytes
/
new.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
# blog name
name:
# blog url (required)
# url: https://myblog.com/
url:
# description of this blog.
desc:
# blog feed url. rss or atom.
rss:
# author of this blog
author:
# the languages used by this blog. default is en.
# e.g.
# langs: fr
# langs: [zh, en]
langs:
# github url of the author
github:
# add categories for this blog.
# only alphabet, number, - are allowed. - can't appear at the beginning and the end.
# e.g.
# categories:
# - Personal
# Available values:
# - Personal
# - Team
# - Product
# - Platform
# - Other
#
categories:
- Personal
# add tags for this blog.
# only alphabet, number, - are allowed. - can't appear at the beginning and the end.
# e.g.
# tags:
# - javascript
# - python
# - architecture
# - design-pattern
# - tutorial
#
# these styles are supported also.
# tags: [foo, bar]
# tags: foo, bar
# tags: foo bar
tags:
- JavaScript
---