-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
25 lines (25 loc) · 1016 Bytes
/
_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
theme: jekyll-theme-cayman
title: Algorithmic Trading Bot
description: Some of the most commonly utilized algorithmic trading strategies with backtesting on well-known stocks like AAPL and DJI.
show_downloads: true
google_analytics: #
google_analytics_anonymize: false
darkmode: true
hide_first_title: true # Useful if README.md is used on both github and pages
logo: assets/images/Algotrading-Bot-Logo.png
syntax_theme: ./jekyll-theme-cayman.css # Leave empty for default, otherwise link to a pygments stylesheet
colors:
gradient_left: "#155799"
gradient_right: "#159957"
header: "#fff"
android_theme: "#000" # this default to gradient_color
link: "#1e6bb8" # this default to gradient_color
section_title: "#155799" # this default to gradient_color
buttons:
zip_url: http://example.com/
zip_title: algtradingbot.zip
zip_hide: true
tar_url: http://example.com/
tar_title: algtradingbot.tar
tar_hide: true
github_hide: false # hides "View on Github"