-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (36 loc) · 844 Bytes
/
_config.yml
File metadata and controls
46 lines (36 loc) · 844 Bytes
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
destination: _site
title: Musing of Kurt Wolf
email: itguy614@gmail.com
description: >-
Musings of Kurt Wolf, a collection of thoughts, ideas, and reflections on
various topics including technology, life, and personal experiences.
baseurl: ""
url: "https://wolfienet.com"
google_analytics: G-CEVH6TG4M7
author: Kurt Wolf
theme: bulma-clean-theme
fixed_navbar: top
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
- kramdown-parser-gfm
- jekyll-redirect-from
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
permalink: /:year/:title
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
paginate: 5
paginate_path: "/blog/page:num"
livereload: true