aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 93476286ff353ea34c7387218a2c615edb979d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: Mitja Felicijan
author: Mitja Felicijan
email: mitja.felicijan@gmail.com
url: https://mitjafelicijan.com
lang: en

description: >-
  You do not learn by relaxing. You learn by violently assaulting your problem
  until it surrenders its mysteries to you.

markdown: kramdown
highlighter: rouge

plugins:
  - jekyll-feed
  - jekyll-minifier
  - jekyll-sitemap
  - jekyll-seo-tag

jekyll-minifier:
  uglifier_args:
    harmony: true

exclude:
  - bin/
  - Makefile
  - .sass-cache/
  - .jekyll-cache/
  - gemfiles/
  - Gemfile
  - Gemfile.lock
  - node_modules/
  - vendor/bundle/
  - vendor/cache/
  - vendor/gems/
  - vendor/ruby/