blob: 677c32cee5b6cc4588ad05f007b11e55c52ae08d (
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
37
38
39
|
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
feed:
posts_limit: 100
exclude:
- bin/
- Makefile
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
|