315 lines
9.0 KiB
YAML
315 lines
9.0 KiB
YAML
# Welcome to Jekyll!
|
|
#
|
|
# This config file is meant for settings that affect your entire site, values
|
|
# which you are expected to set up once and rarely need to edit after that.
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# `jekyll serve`. If you change this file, please restart the server process.
|
|
|
|
# Theme Settings
|
|
#
|
|
# Review documentation to determine if you should use `theme` or `remote_theme`
|
|
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme
|
|
|
|
# theme : "minimal-mistakes-jekyll"
|
|
theme : "minimal-mistakes-jekyll"
|
|
|
|
# remote_theme : "mmistakes/minimal-mistakes"
|
|
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
|
|
|
# Site Settings
|
|
locale : "en-US"
|
|
title : "Steffen Illium"
|
|
title_separator : "---"
|
|
subtitle : " " # site tagline that appears below site title in masthead
|
|
name : Dr. Steffen Illium
|
|
description : "Personal Website"
|
|
url : "https://steffenillium.de" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
|
baseurl : "" # the subpath of your site, e.g. "/blog"
|
|
repository : "illiumst" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
|
teaser : "/assets/images/newshot_2.jpg" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
|
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
|
masthead_title : "portfolio" # overrides the website title displayed in the masthead, use " " for no title
|
|
breadcrumbs : false # true, false (default)
|
|
words_per_minute : 200
|
|
reCaptcha:
|
|
siteKey :
|
|
secret :
|
|
atom_feed:
|
|
path : # blank (default) uses feed.xml
|
|
hide : true # true, false (default)
|
|
|
|
# SEO Related
|
|
google_site_verification : ZNT7_sXtFdgqBLCPLavTHWcviZRk__BNvClY8I-sFjU
|
|
bing_site_verification :
|
|
naver_site_verification :
|
|
yandex_site_verification :
|
|
baidu_site_verification :
|
|
|
|
# Social Sharing
|
|
og_image : "/assets/images/newshot_2.jpg" # Open Graph/Twitter default site image
|
|
# For specifying social profiles
|
|
# - https://developers.google.com/structured-data/customize/social-profiles
|
|
social:
|
|
type : # Person or Organization (defaults to Person)
|
|
name : # If the user or organization name differs from the site's name
|
|
links : # An array of links to social media profiles
|
|
- https://www.linkedin.com/in/steffen-illium/
|
|
|
|
# Site Author
|
|
author:
|
|
name : "Dr. Steffen Illium"
|
|
avatar : "/assets/images/newshot_2.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
|
|
bio : "Senior AI Consultant @[XITASO](https://xitaso.com), [AI Researcher](/research/) [PhD](https://www.mobile.ifi.lmu.de/team/steffen-illium/) by [LMU Munich](https://www.lmu.de/en/index.html)"
|
|
location : "Augsburg"
|
|
links:
|
|
- label: "LMU-Munich"
|
|
icon: "fa fa-link"
|
|
url: "https://www.mobile.ifi.lmu.de/team/steffen-illium/"
|
|
- label: "Scholar"
|
|
icon: "ai ai-google-scholar"
|
|
url: "https://scholar.google.de/citations?hl=en&pli=1&user=NODAd94AAAAJ"
|
|
- label: "Arxive"
|
|
icon: "ai ai-arxiv"
|
|
url: "https://arxiv.org/a/illium_s_1.html"
|
|
- label: "Researchgate"
|
|
icon: "ai ai-researchgate"
|
|
url: "https://www.researchgate.net/profile/Steffen-Illium"
|
|
|
|
|
|
|
|
# Site Footer
|
|
footer:
|
|
links:
|
|
- label: "Email"
|
|
icon: "fas fa-fw fa-envelope"
|
|
url: "mailto:steffen.illium@ifi.lmu.de"
|
|
- label: "LinkedIn"
|
|
icon: "fab fa-fw fa-linkedin"
|
|
url: "https://www.linkedin.com/in/steffen-illium/"
|
|
- label: "GitHub"
|
|
icon: "fab fa-fw fa-github"
|
|
url: "https://github.com/illiumst"
|
|
|
|
|
|
# Reading Files
|
|
include:
|
|
- .htaccess
|
|
- _pages
|
|
exclude:
|
|
- "*.sublime-project"
|
|
- "*.sublime-workspace"
|
|
- vendor
|
|
- .asset-cache
|
|
- .bundle
|
|
- .jekyll-assets-cache
|
|
- .sass-cache
|
|
- assets/js/plugins
|
|
- assets/js/_main.js
|
|
- assets/js/vendor
|
|
- Capfile
|
|
- CHANGELOG
|
|
- config
|
|
- Gemfile
|
|
- Gruntfile.js
|
|
- gulpfile.js
|
|
- LICENSE
|
|
- log
|
|
- node_modules
|
|
- package.json
|
|
- package-lock.json
|
|
- Rakefile
|
|
- README
|
|
- tmp
|
|
- /docs # ignore Minimal Mistakes /docs
|
|
- /test # ignore Minimal Mistakes /test
|
|
- Dockerfile
|
|
- nginx_default.conf
|
|
keep_files:
|
|
- .git
|
|
- .svn
|
|
encoding: "utf-8"
|
|
# markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
|
|
|
|
|
# Conversion
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
lsi: false
|
|
excerpt_separator: "\n\n"
|
|
incremental: true
|
|
|
|
|
|
# Markdown Processing
|
|
kramdown:
|
|
input: GFM
|
|
hard_wrap: false
|
|
auto_ids: true
|
|
footnote_nr: 1
|
|
entity_output: as_char
|
|
toc_levels: 1..6
|
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
enable_coderay: false
|
|
parse_block_html: true
|
|
|
|
|
|
# Sass/SCSS
|
|
sass:
|
|
sass_dir: _sass
|
|
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
|
|
|
|
|
# Outputting
|
|
permalink: /:categories/:title/
|
|
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
|
|
|
|
# Pagination with jekyll-paginate
|
|
paginate: 5 # amount of posts to show
|
|
paginate_path: /page:num/
|
|
|
|
# Pagination with jekyll-paginate-v2
|
|
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
|
|
# for configuration details
|
|
pagination:
|
|
# Set enabled to true to use paginate v2
|
|
# enabled: true
|
|
debug: false
|
|
collection: 'posts'
|
|
per_page: 10
|
|
permalink: '/page/:num/'
|
|
title: ':title - page :num'
|
|
limit: 0
|
|
sort_field: 'date'
|
|
sort_reverse: true
|
|
category: 'posts'
|
|
tag: ''
|
|
locale: ''
|
|
trail:
|
|
before: 2
|
|
after: 2
|
|
|
|
|
|
# Plugins (previously gems:)
|
|
plugins:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-gist
|
|
- jekyll-feed
|
|
- jekyll-include-cache
|
|
- jekyll-scholar
|
|
- jekyll-data
|
|
- jekyll-archives
|
|
- jekyll-webp
|
|
- jemoji
|
|
|
|
# mimic GitHub Pages with --safe
|
|
whitelist:
|
|
- jekyll-paginate
|
|
- jekyll-sitemap
|
|
- jekyll-gist
|
|
- jekyll-feed
|
|
jekyll-include-cache
|
|
|
|
|
|
# Archives
|
|
# Type
|
|
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
|
|
# - Jekyll Archives plugin archive pages ~> type: jekyll-archives
|
|
# Path (examples)
|
|
# - Archive page should exist at path when using Liquid method or you can
|
|
# expect broken links (especially with breadcrumbs enabled)
|
|
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
|
|
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
|
|
# - <base_path>/my-awesome-category/index.html ~> path: /
|
|
# category_archive:
|
|
# type: jekyll-archives
|
|
# path: /categories/
|
|
tag_archive:
|
|
type: jekyll-archives
|
|
path: /tags/
|
|
# https://github.com/jekyll/jekyll-archives
|
|
jekyll-archives:
|
|
enabled:
|
|
# - categories
|
|
- tags
|
|
layouts:
|
|
category: archive-taxonomy
|
|
tag: archive-taxonomy
|
|
permalinks:
|
|
category: /:name/
|
|
tag: /tags/:name/
|
|
|
|
|
|
# HTML Compression
|
|
# - https://jch.penibelst.de/
|
|
compress_html:
|
|
clippings: all
|
|
ignore:
|
|
envs: development
|
|
|
|
|
|
# Defaults
|
|
defaults:
|
|
# _posts
|
|
- scope:
|
|
path: ""
|
|
type: posts
|
|
values:
|
|
layout: single
|
|
author_profile: true
|
|
read_time: false
|
|
comments: false
|
|
share: false
|
|
related: true
|
|
show_date: false
|
|
|
|
scholar:
|
|
style: acm-siggraph
|
|
bibliography: _bibliography.bib
|
|
repository: "./assets/publications"
|
|
bibliography_template: bibtemplate
|
|
source: ""
|
|
sort_by: year,month
|
|
order: descending
|
|
group_by: year
|
|
group_order: descending
|
|
relative: "/publications"
|
|
|
|
############################################################
|
|
# Site configuration for the WebP Generator Plugin
|
|
# The values here represent the defaults if nothing is set
|
|
webp:
|
|
enabled: true
|
|
|
|
# The quality of the webp conversion 0 to 100 (where 100 is least lossy)
|
|
quality: 80
|
|
|
|
# List of directories containing images to optimize, nested directories will only be checked if `nested` is true
|
|
# By default the generator will search for a folder called `/img` under the site root and process all jpg, png and tiff image files found there.
|
|
img_dir: ["/assets/"]
|
|
|
|
# Whether to search in nested directories or not
|
|
nested: true
|
|
|
|
# add ".gif" to the format list to generate webp for animated gifs as well
|
|
formats: [".jpeg", ".jpg", ".png", ".tiff"]
|
|
|
|
# File extensions for animated gif files
|
|
gifs: [".gif"]
|
|
|
|
# Set to true to always regenerate existing webp files
|
|
regenerate: false
|
|
|
|
# Local path to the WebP utilities to use (relative or absolute)
|
|
# Omit or leave as nil to use the utilities shipped with the gem, override only to use your local install
|
|
# Eg : "/usr/local/bin/cwebp"
|
|
webp_path: nil
|
|
|
|
# List of files or directories to exclude
|
|
# e.g. custom or hand generated webp conversion files
|
|
exclude: []
|
|
|
|
# append '.webp' to filename after original extension rather than replacing it.
|
|
# Default transforms `image.png` to `image.webp`, while changing to true transforms `image.png` to `image.png.webp`
|
|
append_ext: true
|
|
############################################################ |