-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (28 loc) · 923 Bytes
/
_config.yml
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
markdown: kramdown
highlighter: rouge
permalink: '/:title'
google_analytics: UA-40719525-1
kramdown:
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
title: Rants on Software Development
description: > # this means to ignore newlines until "show_excerpts:"
Personal website and rants on software development from Rafael Revi.
show_excerpts: false # set to true to show post excerpts on the homepage
show_intro: false # set to true to show post intro on the homepage
minima:
skin: solarized
social_links:
- { platform: github, user_url: "https://github.com/rrevi" }
- { platform: linkedin, user_url: "https://linkedin.com/in/rafaelrevi" }
date_format: "%Y-%m-%d" # http://shopify.github.io/liquid/filters/date/
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme