forked from mmistakes/jekyll-theme-hpstr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (59 loc) · 1.54 KB
/
Copy path_config.yml
File metadata and controls
68 lines (59 loc) · 1.54 KB
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
title: karl82's interest
description: >-
Different post which I want to keep/share
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://karl82.github.com" # the base hostname & protocol for your site, e.g. http://example.com
repository: "karl82/karl82.github.com"
# Build settings
markdown: kramdown
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-include-cache
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
related: true
show_date: true
date_format: "%Y-%m-%d"
minimal_mistakes_skin: neon
enable_copy_code_button: true
atom_feed:
hide: true
analytics:
provider: "google-gtag"
google:
tracking_id: "UA-77457346-1"
anonymize_ip: false # default
author:
name : "Karel Rank"
avatar : "/assets/images/bio-photo.jpg"
bio : "My awesome biography constrained to a sentence or two goes here."
location : "WA, USA"
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/karl82"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/j8rykqu2xz3vtn/"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/