-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
48 lines (46 loc) · 2.5 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
# Site settings
author: Yevgeniy Brikman
title: "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams -- an O'Reilly book by Yevgeniy Brikman."
twitter_title: "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams -- an O'Reilly book by @brikis98."
short_title: "Hello, Startup"
medium_title: "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams"
email: [email protected]
image: "https://www.hello-startup.net/images/hello-startup-large.jpg"
baseurl: ""
url: "https://www.hello-startup.net"
twitter_username: brikis98
twitter_url: "https://twitter.com/brikis98"
homepage: "https://www.ybrikman.com"
github: "https://github.com/brikis98"
goodreads_author: "https://www.goodreads.com/author/show/13496405.Yevgeniy_Brikman"
goodreads_book: "https://www.goodreads.com/book/show/24915480-hello-startup-a-programmer-s-guide-to-building-products-technologies"
site_github: "https://github.com/brikis98/hello-startup-site"
company: "https://www.gruntwork.io"
blog: "https://www.ybrikman.com/writing"
talks: "https://www.ybrikman.com/talks"
photos: "https://www.ybrikman.com/photos"
linkedin: "https://www.linkedin.com/in/jbrikman"
#buy_oreilly_link: "http://www.jdoqocy.com/click-7745743-11290546?url=http%3A%2F%2Fshop.oreilly.com%2Fproduct%2F0636920034360.do%3Fcmp%3Daf-code-books-video-product_cj_0636920034360_%25zp&cjsku=0636920034360"
buy_oreilly_link: "http://shop.oreilly.com/product/0636920034360.do"
buy_safari_link: "https://www.safaribooksonline.com/library/view/hello-startup/9781491910016/"
buy_oreilly_text: "Buy "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams" from the O'Reilly Store."
buy_safari_text: "Buy "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams" from Safari Books Online."
mobile_app_name: "Hello, Startup App"
ios_link: "#"
android_link: "#"
ios_text: "Buy "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams" from the Apple App Store."
android_text: "Buy "Hello, Startup: A Programmer's Guide to Building Products, Technologies, and Teams" from the Google Play Store."
left_column_size: 5
right_column_size: 7
# Build settings
sass:
sass_dir: "/assets/css"
style: :compressed
highlighter: rouge
exclude: ["www", "mobile/www", "node_modules"]
timezone: 'America/Los_Angeles'
# Plugins (GitHub Pages only support a few)
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate