-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
76 lines (64 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
title: Oinam Jekyll
description: 'A simple, clean, and minimal Jekyll Theme.'
# Set this to your domain; baseurl is for the folder in your domain, if you have one -- `blog`.
# you can leave both of them blank if you are deploying on a top-level domain.
url: https://oinam.github.io
baseurl: /oinam-jekyll
# footer
footer:
credit: true
custom: false
# if above footer:custom is 'true', then this will be printed instead
footer_custom: 'An ever Work-in-Progress effort by <a href="https://oinam.com">Oinam</a>.'
layout:
theme: default # default, vintage, nord
theme_highlighter: vs # default, more at css/highlighter (source: https://github.com/richleland/pygments-css)
theme_switch: true # enable or disable user toggle switch between light and dark theme
home_posts_no: 6
home_postheader_title: 'Recent posts'
home_postmeta_title: 'View all'
posts_home: /blog/
link_new_tab: true # should external links open in a new tab (true) or in the current tab (false)
header_desc: true # set to false to disable description in the Header.
# styles
styles:
font_family: sans # sans (default), serif, mixed-sans (sans-head, serif-body), mixed-serif (serif-head, sans-body)
# include only the styles you want [true | false]
forms: true
syntax_highlighter: true # Code Syntax Highlighter
inline: true # true to embed the styles in the HTML
markdown: kramdown
highlighter: rouge
permalink: pretty
permalink: /:title/
sass:
style: compressed # nested, compact, expanded or compressed
sourcemap: never
plugins:
- jekyll-optional-front-matter # https://github.com/benbalter/jekyll-optional-front-matter
- jekyll-titles-from-headings # https://github.com/benbalter/jekyll-titles-from-headings/
defaults:
- scope:
path: '_posts'
type: 'posts'
values:
layout: 'post'
permalink: '/:year/:title/'
titles_from_headings:
enabled: true
strip_title: true
collections: true
exclude:
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- gemfiles/
- LICENSE
- netlify.toml
- node_modules/
- oinam-jekyll-*.*
- oinam-jekyll.gemspec
- README.*
- server
- vendor/