forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (39 loc) · 1.53 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
layout: stacked
style: dark
host: 0.0.0.0
plugins:
- jekyll-octicons
- jekyll-github-metadata
- jemoji
permalink: /:year/:month/:day/:title/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
repos:
- dev-graphql
- dev-app
- pokedex-gatsby
- hybrid-birds
topics:
- name: JavaScript
web_url: https://github.com/topics/javascript
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/javascript/javascript.png
- name: Node.js
web_url: https://github.com/topics/nodejs
image_url: https://raw.githubusercontent.com/github/explore/fd96fceccf8c42c99cbe29cf0f8dcc4736fcb85a/topics/nodejs/nodejs.png
- name: React
web_url: https://github.com/topics/react
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/react/react.png
- name: GraphQL
web_url: https://github.com/topics/graphql
image_url: https://raw.githubusercontent.com/github/explore/5c058a388828bb5fde0bcafd4bc867b5bb3f26f3/topics/graphql/graphql.png
- name: Docker
web_url: https://github.com/topics/docker
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/docker/docker.png
- name: Linux
web_url: https://github.com/topics/linux
image_url: https://raw.githubusercontent.com/github/explore/6c6508f34230f0ac0d49e847a326429eefbfc030/topics/linux/linux.png