-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path_config.yml
79 lines (74 loc) · 2.4 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
# Website settings
url: "https://www.ybrikman.com"
# Internal nav
nav:
main:
books: "/books"
blog: "/blog"
talks: "/speaking"
projects: "/projects"
photos: "https://www.flickr.com/photos/brikis98/albums/"
blog:
all: "/blog"
popular: "/blog/popular"
tags: "/blog/tags"
rss: "/feed.xml"
# Bio settings
name: "Yevgeniy Brikman"
description: "The home page of Yevgeniy (Jim) Brikman, co-founder of Gruntwork, author of "Hello, Startup" and "Terraform: Up & Running", and software engineer at LinkedIn, TripAdvisor, Cisco Systems, and Thomson Financial."
thumbnail_path: "profile-photos/yevgeniy-brikman-medium.jpg"
bitcoin_address: "1G8qEUVUS8BBSwSWNM4EWR622vUpGtee66"
hello_startup_url: "https://www.hello-startup.net/"
website_repo_url: "https://github.com/brikis98/yevgeniy-brikman-homepage"
atomic_squirrel_url: "https://www.atomic-squirrel.net/"
gruntwork_url: "https://www.gruntwork.io/"
terraform_up_and_running_url: "https://www.terraformupandrunning.com/"
terraform_up_and_running_code_url: "https://github.com/brikis98/terraform-up-and-running-code"
fundamentals_of_devops_url: "https://www.fundamentals-of-devops.com/"
# URLs
contact_urls:
twitter:
url: "https://twitter.com/brikis98"
label: "Twitter"
icon: "fa-brands fa-twitter-square"
username: "@brikis98"
linkedin:
url: "https://www.linkedin.com/in/jbrikman"
label: "LinkedIn"
icon: "fa-brands fa-linkedin"
bluesky:
url: "https://bsky.app/profile/brikis98.bsky.social"
label: "Bluesky"
icon: "fa-brands fa-square-bluesky"
facebook:
url: "https://www.facebook.com/brikis98"
label: "Facebook"
icon: "fa-brands fa-facebook-square"
slideshare:
url: "https://www.slideshare.net/brikis98"
label: "SlideShare"
icon: "fa-brands fa-slideshare"
github:
url: "https://github.com/brikis98/"
label: "GitHub"
icon: "fa-brands fa-github-square"
email:
url: "mailto:jim@ybrikman.com"
label: "Email"
value: "jim@ybrikman.com"
icon: "fa-solid fa-envelope-square"
# Jekyll build settings
paginate: 10
paginate_path: "/blog/page:num"
permalink: "/blog/:year/:month/:day/:title/"
sass:
sass_dir: "/assets/css"
style: :compressed
highlighter: rouge
timezone: 'America/Los_Angeles'
repository: brikis98/yevgeniy-brikman-homepage
# Plugins (GitHub Pages only support a few)
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate