-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·101 lines (77 loc) · 3.51 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
#-------------------------------
# Site Settings
title: That's So Crazy It Just Might Work
logo: '/images/logo.png'
description: How hard could it be? ... oh
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
color_scheme: auto # You can choose three modes auto, light, and dark. By default, the auto mode is set, which means the user can choose the light or dark mode themself.
#-------------------------------
# Author Settings
author:
author__name: Josh Patterson
author__bio: I fist heard about AI when I was 6 or 7 while watching the Australian TV show Beyond 2000. It took some twists and turns but I got here in the end :-)
author__avatar: '/images/bailey_cover.jpg'
social:
- {icon: "ion-logo-twitter", link: "https://twitter.com/mlallthethings"}
- {icon: "ion-logo-facebook", link: "https://tenor.com/view/nope-bored-over-it-ignore-annoyed-gif-15670100"}
- {icon: "ion-logo-instagram", link: "https://tenor.com/view/nope-bored-over-it-ignore-annoyed-gif-15670100"}
- {icon: "ion-logo-pinterest", link: "https://tenor.com/view/nope-bored-over-it-ignore-annoyed-gif-15670100"}
- {icon: "ion-logo-youtube", link: "https://www.youtube.com/channel/UCdokEl2TiYmBr3J5N0metwA"}
# Example of adding a new link to the footer - {icon: "ion-logo-dribbble", link: "https://dribbble.com"}
# Other icons can be found at https://ionicons.com/v4/
#-------------------------------
# Hero Settings
hero:
hero__title: That's So Crazy It Might Just Work
hero__description: Ahh that massive tech company with billions of dollars of resources, 100's of PhDs and compute did this cool thing. I'm sure I can whip it up on my laptop in a weekend between naps.
hero__image: '/images/bailey_cover.jpg'
#-------------------------------
# Newsletter
mailchimp: enable # To enable the mailchimp form, use the value 'enable'. To disable the form, leave the field blank.
mailchimp__identifier: frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3 # Add your MailChimp form identifier. For example - frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3
mailchimp__input__text: Subscribe here
mailchimp__button__text: Get a new tip
#-------------------------------
# Gallery Footer Section
gallery:
gallery__title: Gallery
gallery__columns: 3
gallery__images:
- alt: 'Empores of the Multiverse'
url: '/images/bailey_cover.jpg'
- alt: 'Nerds'
url: '/images/nao11.jpg'
#-------------------------------
# Contact Settings
contact:
email: [email protected] # Add your email for contant form
description: We have cake! --- (cake not provided) # Add a description of your form
# NOTE
# Menso theme comes with a contact form built-in. You can use this form with Formspree (https://formspree.io/) service and get up to 50 submissions for free. Also, you can easily switch to another service if you want.
#-------------------------------
# Comment Section (Disqus)
disqus-identifier: demo-menca # Add your shortname for Disqus Comment. For example demo-menca
#-------------------------------
# Google Analytics
google-analytics: # Add your GA Tracking Id
#-------------------------------
# Build Settings
markdown: kramdown
permalink: /:title
plugins:
- jekyll-paginate
- jekyll-sitemap
paginate: 9
paginate_path: "/page/:num"
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
sass:
sass_dir: _sass
style: compressed