Skip to content

Commit a1d52ca

Browse files
committed
Move author detail to a file of its own to make it easily configuration.
1 parent 4f83f86 commit a1d52ca

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

_config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,7 @@ analytics:
7777

7878

7979
# Site Author
80-
author:
81-
name: "StompJS"
82-
avatar: # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
83-
bio: "STOMP library for JavaScript/TypeScript."
84-
location:
85-
email:
86-
links:
87-
- label: "stompjs"
88-
icon: "fab fa-fw fa-github"
89-
url: "https://github.com/stomp-js/stompjs"
90-
- label: "rx-stomp"
91-
icon: "fab fa-fw fa-github"
92-
url: "https://github.com/stomp-js/rx-stomp"
93-
- label: "ng2-stompjs"
94-
icon: "fab fa-fw fa-github"
95-
url: "https://github.com/stomp-js/ng2-stompjs"
80+
author: "stompjs"
9681

9782
# Site Footer
9883
footer:

_data/authors.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
stompjs:
2+
name: "StompJS"
3+
avatar: # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
4+
bio: "STOMP library for JavaScript/TypeScript."
5+
location:
6+
email:
7+
links:
8+
- label: "stompjs"
9+
icon: "fab fa-fw fa-github"
10+
url: "https://github.com/stomp-js/stompjs"
11+
- label: "rx-stomp"
12+
icon: "fab fa-fw fa-github"
13+
url: "https://github.com/stomp-js/rx-stomp"
14+
- label: "ng2-stompjs"
15+
icon: "fab fa-fw fa-github"
16+
url: "https://github.com/stomp-js/ng2-stompjs"

0 commit comments

Comments
 (0)