diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-28 09:57:18 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-28 09:57:18 -0700 |
commit | 0d7bf678f84f60a11e7c7cdbaa31bfe6ef21166c (patch) | |
tree | 8049704e51c38fd0f99cc2ff0c7bc2894bb01d7c /_config.yml | |
parent | 66cb2c2a765e1395ac2e25506a13dec498764b15 (diff) | |
download | kau-0d7bf678f84f60a11e7c7cdbaa31bfe6ef21166c.tar.gz kau-0d7bf678f84f60a11e7c7cdbaa31bfe6ef21166c.tar.bz2 kau-0d7bf678f84f60a11e7c7cdbaa31bfe6ef21166c.zip |
Test git pagge
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 2f7efbe..dbfaf2f 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,8 @@ -theme: jekyll-theme-minimal
\ No newline at end of file +title: KAU +description: An extensive collection of Kotlin Android Utils +show_downloads: true +theme: jekyll-theme-minimal + +gems: + - jekyll-mentions + - jekyll-readme-index
\ No newline at end of file |