-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
81 lines (69 loc) · 2.07 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
77
78
79
80
81
lang: en-US
# theme: jekyll-theme-minima
remote_theme: jekyll/minima
minima:
skin: classic # or auto if you want it to switch with your system settings.
title: Ray Kooyenga (org) Github Pages
author:
name: Ray Kooyenga
email: [email protected]
baseurl: ""
url: "https://rkooyenga.github.io"
name: rkooyenga.github.io
twitter:
picture:
twitter_username: rayktweets
github_username: rkooyenga
logo: https://avatars.githubusercontent.com/u/9654073?s=400&u=9337cc5310e21fb81fe9bf48601240aee6c47e5d&v=4 # path of site logo, e.g. "/assets/images/logo.jpeg"
links_to_prev_next: true
minima:
skin: classic
date_format: "%a, %b %-d, %Y"
social_links:
- { platform: github, user_url: "https://github.com/rkooyenga/" }
- { platform: twitter, user_url: "https://twitter.com/rayktweets/" }
- { platform: youtube, user_url: "https://www.youtube.com/@raykooyenga/" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/ray???/" }
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-pwa-plugin
- jekyll-tagging-related_posts
- jekyll-target-blank
- jekyll-postfiles
- jekyll-og-image
tagline: Ruby on Rails tips and tricks
github_edit_url: "https://github.com/rkooyenga/rkooyenga.github.io/blob/master/"
feed:
posts_limit: 1000
permalink: "/:title"
#pwa:
# enabled: true # Optional
# sw_src_filepath: service-worker.js # Optional
# sw_dest_filename: service-worker.js # Optional
# dest_js_directory: assets/js # Required
# precache_recent_posts_num: 5 # Optional
# precache_glob_directory: / # Optional
# precache_glob_patterns: # Optional
# - "{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff}"
# - index.html
# precache_glob_ignores: # Optional
# - sw-register.js
# - "fonts/**/*"
og_image:
output_dir: "assets/images/og"
# image: "/assets/image"
# domain: "rkooyenga.github.io"
border_bottom:
width: 20
fill:
# - "#820C02"
# - "#A91401"
# - "#D51F06"
# - "#DE3F24"
# - "#EDA895"
tag_page_layout: tag_page
tag_page_dir: tag
ignored_tags: [tags,to,ignore]