-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (46 loc) · 1.57 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
# Build settings
permalink : /blog/:year/:title/
markdown : kramdown
highlighter : rouge
gems: [jekyll-paginate]
paginate: 3
paginate_path: "/blog/page/:num/"
comments: true
destination: _site
sass:
sass_dir: _scss
style: compressed # expanded
# SEO settings
title: Aaron Rono
description: "A place for my thoughts and experiences while getting my hands on android and tech stuff"
keywords: "Jekyll, theme, free, SEO, blog, web, Android, developer, engineer, android developer, android engineer"
url: http://aroniez.github.io
baseurl: ""
# baseurl: ""
# google_analytics: UA-52446115-1
repo: http://github.com/Aroniez
disqus_shortname: "aroniez"
disqus_site_shortname: "aroniez"
# Author settings
author:
name : Aaron Rono
job : Software Engineer
bio : "Android Enthusiast, Data scientist. I'm contantly learning more about android and data science and loving it more and more as I do. I'm using code to touch and change lives of everyone for the better"
thumb : /images/author.png
email : [email protected]
url : http://aroniez.github.io
github : http://github.com/Aroniez
twitter :
facebook :
linkedin : https://www.linkedin.com/in/aaron-rono-88865077/
# navbar pages
navbar:
- slug: about
title: About
- slug: resume
title: Resume
# - slug: skills
# title: Skills
- slug: blog
title: Blog
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]