mirror of
https://github.com/nicolabs/nicolabs.net.git
synced 2025-09-21 00:32:01 +02:00
+ post's related posts with jekyll-tagging-related_posts but not activating it since it looks wrong + `rel="me"` for mastodon verification ~ about page updated - removed unused `about.md` & `assets/index.html`
60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
# SEO settings
|
|
title: nicolabs
|
|
description: Work in progress.
|
|
keywords: "android, development, java, javascript, python, web"
|
|
url: https://nicolabs.net
|
|
#baseurl: ""
|
|
baseurl: null
|
|
|
|
repo: https://github.com/nicolabs/nicolabs.github.io
|
|
#disqus_shortname: "nicolabs"
|
|
|
|
# Build settings
|
|
permalink : /:year/:title/
|
|
markdown : kramdown
|
|
highlighter : rouge
|
|
|
|
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 you call technology and this is my lab's log."
|
|
thumb : /images/author.png
|
|
url : https://nicolabs.net/contact
|
|
github : https://github.com/nicolabs
|
|
twitter : nic0b0
|
|
mastodon : https://mastodon.social/@nicobo
|
|
|
|
# social settings
|
|
og_locale: en_US
|
|
og_locale_alternate: [fr_FR]
|
|
|
|
plugins:
|
|
- bourbon
|
|
- jekyll-mentions
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll/tagging
|
|
- jekyll-tagging-related_posts
|
|
|
|
jekyll-mentions:
|
|
base_url: https://mastodon.social
|
|
|
|
# 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"]
|