-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (43 loc) · 850 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Site Settings
title: Operational models encyclopedia
tagline: LAMMOC
email: your-email@domain.com
description: Lorem Ipsum
theme: bulma-clean-theme
url: "https://www.github.com/ericmiguel"
permalink: pretty
favicon: favicon.png
gh_sponsor: ericmiguel
hide_share_buttons: true
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
livereload: true
sass:
style: compressed
source_dir: _sass
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: true
-
scope:
path: ""
type: "posts"
values:
author: "Eric Miguel"
layout: post
image: https://via.placeholder.com/1200x800
show_sidebar: true
markdown: kramdown
highlighter: rouge
footer_menu: example_footer_menu