2018-10-20 15:34:03 +02:00
|
|
|
# SEO settings
|
|
|
|
title: nicolabs
|
|
|
|
description: Work in progress.
|
|
|
|
keywords: "android, development, java, javascript, python, web"
|
2019-04-26 23:29:25 +02:00
|
|
|
url: https://www.nicolabs.net
|
2018-10-20 15:34:03 +02:00
|
|
|
#baseurl: ""
|
|
|
|
baseurl: null
|
|
|
|
|
2019-04-27 15:05:21 +02:00
|
|
|
repo:
|
|
|
|
url: https://github.com/nicolabs/nicolabs.github.io
|
|
|
|
# Path to add to `repo.url` to get the commits history root URL
|
|
|
|
commits_path: commits/master
|
2018-10-21 22:03:23 +02:00
|
|
|
disqus_shortname: nicolabs
|
2016-11-12 15:26:15 +01:00
|
|
|
|
|
|
|
# Build settings
|
2018-10-20 15:34:03 +02:00
|
|
|
permalink : /:year/:title/
|
|
|
|
markdown : kramdown
|
2018-10-20 17:26:09 +02:00
|
|
|
highlighter : rouge
|
2018-10-20 15:34:03 +02:00
|
|
|
|
|
|
|
paginate: 4
|
|
|
|
paginate_path: "/page/:num/"
|
|
|
|
comments: false
|
|
|
|
|
|
|
|
# Sass configuration
|
|
|
|
sass:
|
|
|
|
sass_dir: _sass
|
|
|
|
style: compressed # expanded
|
|
|
|
|
|
|
|
# Author settings
|
|
|
|
author:
|
|
|
|
name : nicobo
|
|
|
|
job : Software Engineer
|
2019-04-26 21:09:55 +02:00
|
|
|
bio : "I'm interested into whatever is called technology and this is my <strong class=\"author-name\" itemprop=\"name\">lab's</strong> log."
|
2018-10-20 15:34:03 +02:00
|
|
|
thumb : /images/author.png
|
|
|
|
url : https://nicolabs.net/contact
|
|
|
|
github : https://github.com/nicolabs
|
|
|
|
twitter : nic0b0
|
2018-10-22 20:07:46 +02:00
|
|
|
mastodon:
|
|
|
|
instance: https://mastodon.social
|
|
|
|
username: "@nicobo"
|
2018-10-20 15:34:03 +02:00
|
|
|
|
|
|
|
# social settings
|
|
|
|
og_locale: en_US
|
|
|
|
og_locale_alternate: [fr_FR]
|
|
|
|
|
2018-10-22 00:40:44 +02:00
|
|
|
# It looks like the following list is totally controlled on github pages : https://help.github.com/articles/configuring-jekyll-plugins/
|
2018-10-22 01:06:45 +02:00
|
|
|
# More accurate : https://github.com/github/pages-gem/blob/master/lib/github-pages/plugins.rb
|
2018-10-20 15:34:03 +02:00
|
|
|
plugins:
|
2018-10-22 00:40:44 +02:00
|
|
|
- jekyll-feed
|
2018-10-20 15:34:03 +02:00
|
|
|
- jekyll-sitemap
|
|
|
|
|
|
|
|
# navbar pages
|
|
|
|
navbar:
|
|
|
|
- slug : about
|
|
|
|
title: About
|
|
|
|
- slug : blog
|
|
|
|
title: Blog
|
2017-07-19 23:22:13 +02:00
|
|
|
|
2018-10-20 15:34:03 +02:00
|
|
|
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"]
|