mirror of
https://github.com/jlengrand/jlengrand.github.io.git
synced 2026-03-10 08:31:22 +00:00
70 lines
2.3 KiB
YAML
70 lines
2.3 KiB
YAML
title: Look up to the future
|
|
tagline: Coding, Rants and other thoughts
|
|
description: Coding, Rants and other thoughts
|
|
# Your site's domain goes here. Leave localhost server or blank when working locally.
|
|
url: http://jlengrand.github.io
|
|
|
|
# Owner/author information
|
|
owner:
|
|
name: Julien Lengrand-Lambert
|
|
avatar: us.jpg
|
|
bio: "French guy living in the Netherlands. Developer @spacemetric during the day, bouldering at night."
|
|
email: julien@lengrand.fr
|
|
# Social networking links are used in author-bio sidebar. Update and remove as you like.
|
|
twitter: jlengrand
|
|
facebook:
|
|
github: jlengrand
|
|
linkedin: julienlengrand/en
|
|
instagram:
|
|
lastfm:
|
|
tumblr:
|
|
# for stack overflow, user profile is of type http://stackoverflow.com/users/282677/jlengrand
|
|
stackoverflow:
|
|
# For Google Authorship https://plus.google.com/authorship
|
|
google_plus: https://plus.google.com/u/0/+julienlengrandlambert
|
|
|
|
# Analytics and webmaster tools stuff goes here
|
|
google_analytics: UA-24607514-3
|
|
google_verify: _Do35mFeypIchoXtVkG92HL2nYyO04b7LQfyjPWH6Tk
|
|
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
|
|
bing_verify: AF414988894958F833EBF5587CF134FD
|
|
|
|
# Links to include in top navigation
|
|
# For external links add external: true
|
|
links:
|
|
- title: About
|
|
url: /about/
|
|
- title: Posts
|
|
url: /posts/
|
|
- title: Pieces of my world
|
|
url: http://www.fluidr.com/photos/49365498@N03/sets
|
|
external: true
|
|
- title: Computer Vision Companies
|
|
url: /computer-vision-companies/
|
|
|
|
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
timezone: Europe/Amsterdam
|
|
future: true
|
|
pygments: true
|
|
markdown: kramdown
|
|
|
|
# https://github.com/mojombo/jekyll/wiki/Permalinks
|
|
# permalink: /:categories/:title/
|
|
permalink: /:year/:month/:title
|
|
|
|
kramdown:
|
|
auto_ids: true
|
|
footnote_nr: 1
|
|
entity_output: as_char
|
|
toc_levels: 1..6
|
|
use_coderay: false
|
|
|
|
coderay:
|
|
coderay_line_numbers:
|
|
coderay_line_numbers_start: 1
|
|
coderay_tab_width: 4
|
|
coderay_bold_every: 10
|
|
coderay_css: class
|
|
|
|
include: [".htaccess"]
|
|
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] |