forked from vlad17/vlad17.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
76 lines (67 loc) · 2.1 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
title: Vlad Feinberg
description: Vlad's Blog
author: Vlad Feinberg
about: dev | ml | math
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "LICENSE", "Gemfile", "Gemfile.lock"]
urls:
- text: Home
url: /
icon: fa-home
layout: post
- text: About
url: /about
icon: fa-comments
- text: Categories
url: /categories
icon: fa-folder
- text: Featured
url: /featured
icon: fa-star
- text: Search
url: /search.html
icon: fa-search
# vyom: temporary disable xml feed from header site navigation
# - text: XML Feed
# url: /feed.xml
# icon: fa-feed
github: https://github.com/vlad17
social:
- icon: fa-linkedin
link: 'https://www.linkedin.com/in/vladimir-feinberg-64b92895'
- icon: fa-stack-exchange
link: 'http://stackexchange.com/users/1611424/vf1'
- icon: fa-github
link: 'https://github.com/vlad17'
share:
twitter_username: \#
fb_appid: 000000000000
#url: "https://amazing-hoover-335b7f.netlify.app"
enableTags: true
tagarray: []
paginate: 20
per_page: 20
paginate_path: "/page:num/"
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
permalink: /:year/:month/:day/:title.html
# update about page featured image content here
about_page_image_url: "/static/img/about-page.JPG"
about_page_image_caption: "My friends and I at Pinecrest Lake after a hike to Eagle Peak."
# vyom: 210623
# upwork project:
# featured image used on posts if no image is set for it in the post front matter
featured_image: "/static/img/logo.jpg"
# vyom: 210623
# upwork project:
# Set custom excerpts for posts
excerpt_separator: <!--more-->
# vyom: 210624 Add site level meta keywords if not set
global_meta_keywords: Vlad Feinberg, Princeton, Computer Science
# vyom: 210624 Add og:image
# site logo for og:image. site_url is added infront of this path. To enable external file links, {{ site_url }} needs to be removed from default.html file og:image meta tag
global_site_logo: "/static/img/logo.jpg"
# url for meta tags for identification of site
canonical_url: "https://vladfeinberg.com"