forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (46 loc) · 1.46 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
layout: sidebar
style: light
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"
projects:
sort_by: pushed
limit: 9
exclude:
archived: true
forks: false
projects:
- personal-website
- app-version-history
- issue-mcve
- poi-android
include:
- Triple-T/gradle-play-publisher
- firebase/FirebaseUI-Android
- googlesamples/easypermissions
- yshrsmz/LicenseAdapter
social_media:
twitter: SUPERCILEX
stackoverflow: 4548500
medium: SUPERCILEX
topics:
- name: Android
web_url: https://github.com/topics/android
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/android/android.png
- name: Kotlin
web_url: https://github.com/topics/kotlin
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/kotlin/kotlin.png
- name: Gradle
web_url: https://github.com/topics/gradle
image_url: https://raw.githubusercontent.com/github/explore/59009b1589a883459c0ae19044e3e7e3ec0c4e0a/topics/gradle/gradle.png
- name: Firebase
web_url: https://github.com/topics/firebase
image_url: https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/firebase/firebase.png