nicolabs.net/_config.yml
nicobo 054fdd7bbe
Moved 'author' assets to /assets/about/
Added my public PGP key
2019-10-26 14:59:16 +02:00

68 lines
1.9 KiB
YAML

# SEO settings
title: nicolabs
description: Work in progress.
keywords: "android, development, java, javascript, python, web"
url: https://www.nicolabs.net
#baseurl: ""
baseurl: null
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
disqus_shortname: nicolabs
# Build settings
permalink : /:year/:title
markdown : kramdown
highlighter : rouge
# TODO Test Paginator ; see https://github.com/sverrirs/jekyll-paginate-v2/
#pagination:
# enabled: true
# per_page: 6
# permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
# #locale: en
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
bio : "I'm interested into whatever is called technology and this is my <strong class=\"author-name\" itemprop=\"name\">lab's</strong> log."
thumb : /assets/about/nicobo.png
url : https://nicolabs.net/contact
github : https://github.com/nicolabs
twitter : nic0b0
mastodon:
instance: https://mastodon.social
username: "@nicobo"
# social settings
og_locale: en_US
og_locale_alternate: [fr_FR]
# It looks like the following list is totally controlled on github pages : https://help.github.com/articles/configuring-jekyll-plugins/
# More accurate : https://github.com/github/pages-gem/blob/master/lib/github-pages/plugins.rb
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
# navbar pages
navbar:
- slug : about
title: About
- 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"]