-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (63 loc) · 2.03 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
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
title: SupeRails Blog
description: >- # this means to ignore newlines until "baseurl:"
My Ruby on Rails dev log. Tips and tricks that will save you time.
#baseurl: "" # the subpath of your site, e.g. /blog
url: "https://blog.corsego.com"
remote_theme: jekyll/minima
links_to_prev_next: true
minima:
skin: classic
date_format: "%a, %b %-d, %Y"
social_links:
- { platform: github, user_url: "https://github.com/yshmarov/" }
- { platform: linkedin, user_url: "https://www.linkedin.com/in/yshmarov/" }
- { platform: mastodon, user_url: "https://ruby.social/@yarotheslav/" }
- { platform: twitter, user_url: "https://twitter.com/yarotheslav/" }
- { platform: youtube, user_url: "https://www.youtube.com/@SupeRails/" }
plugins:
- 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/yshmarov/yshmarov.github.io/blob/master/"
feed:
posts_limit: 1000
author:
name: Yaroslav Shmarov
email: hello@superails.com
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/static-pages/yaro-cindy.jpg"
domain: "superails.com"
border_bottom:
width: 20
fill:
- "#820C02"
- "#A91401"
- "#D51F06"
- "#DE3F24"
- "#EDA895"
tag_page_layout: tag_page
tag_page_dir: tag
ignored_tags: [tags,to,ignore]