-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
52 lines (42 loc) · 1.28 KB
/
_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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Dougclectica Rebooted
title: Dougclectica Rebooted
author: Doug Breaux
#email: [email protected]
description: > # this means to ignore newlines until "show_excerpts:"
Topics from my software development meanderings.
show_excerpts: true
baseurl: ""
url: "https://dougbreaux.github.io"
#theme: minima
#github_username: dougbreaux
#linkedin_username: dougbreaux
#rss: rss
# to get latest master
remote_theme: jekyll/minima
# https://github.com/jekyll/minima#available-skins
# solarized adjusts to user's dark/light system theme
# use solarized-light or -dark to force one
minima:
skin: solarized-light
social_links:
- { platform: github, user_url: "https://github.com/dougbreaux" }
- { platform: stackoverflow, user_url: "https://stackoverflow.com/users/796761/dbreaux" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/dougbreaux" }
#paginate: 10
kramdown:
# syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: false
gems:
# fake Disqus so can do utterances comments without changing base Minima post.html
disqus:
shortname: fake_disqus_utterances
plugins:
#- jekyll-feed
- jekyll-seo-tag
#- jekyll-paginate
prose:
rooturl: '_posts'
siteurl: 'https://dougbreaux.github.io/'
media: 'assets'