-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
112 lines (99 loc) · 2.92 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# SITE CONFIGURATION
baseurl: ""
url: "https://binaryresearch.github.io"
title: Binary Research # site's title
description: "binary analysis, reverse engineering, security research, machine learning" # used by search engines
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
image: assets/img/julian-avatar.jpg # seo tag
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
avatar: assets/img/julian-avatar.jpg
color_image: /assets/img/cyberpunk1.jpg # In post when you set color
favicon: assets/img/julian-avatar.jpg
# Header and footer text
header_text: Into the Machine
header_feature_image: assets/img/cyberpunk1.jpg
footer_text: content created by julian
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
# Icons
rss: true # Make sure you created a feed.xml with feed.xml layout
email_address: # Full email address, e.g. "sam@example.com"
behance:
bitbucket:
dribbble:
facebook:
flickr:
gitlab:
github: "BinaryResearch"
instagram:
keybase:
linkedin: # Full URL
pinterest:
reddit:
soundcloud:
stack_overflow:
stack_exchange: https://reverseengineering.stackexchange.com/users/18317/julian?tab=profile
steam:
tumblr:
twitter: _SYS_V # "twitter username"
vimeo:
wordpress:
youtube:
# Sharing options
share_buttons:
facebook: true
twitter: true
tumblr:
pinterest:
pocket:
reddit: true
linkedin:
wordpress:
email: true
# Scripts / Features
google_analytics: UA-148048580-1 # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: binaryresearch-github-io
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_share_on: "Share on"
str_add_to: "Add to"
str_email: "Email"
str_tweet: "Tweet"
str_pin_it: "Pin it"
str_next_post: "Next post"
str_previous_post: "Previous post"
str_next_page: "Next"
str_previous_page: "Prev"
str_javascript_required_disqus: "Please enable JavaScript to view comments."
# Post navigation
post_navigation: true
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
# PAGINATION
paginate: 10
paginate_path: "blog/page:num"
# AUTHORS
authors:
julian: # author-id
name: julian
avatar: "assets/img/avatars/julian-avatar.jpg"
url: "https://github.com/BinaryResearch"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate, jekyll-seo-tag]
exclude: [".jekyll-cache", "Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", ".idea",
"LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js"]
# theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github