-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (61 loc) · 1.7 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
# Site setings
title: 'Cerebral Ideas'
name: 'Cerebral Ideas'
description: 'A blog covering a variety of subjects loosely related to software engineering, architecture & technical leadership'
meta_description: 'Software engineering & architecture, system design, web application, JavaScript, diversity & inclusion, culture'
greetings: 'Welcome to Cerebral Ideas'
logo:
icon_white: 'assets/images/inari-white.png'
icon_gray: 'assets/images/inari-gray.png'
favicon: 'assets/images/favicon.ico'
baseurl:
production_url: 'https://cerebralideas.github.io/'
# disqus: 'justgoodthemes'
# mailchimp_url: '//justgoodthemes.us3.list-manage.com/subscribe/post?u=78f1bab16028354caeb23aecd&id=4a7330d117'
cover_image: 'covers/6.jpeg'
# Add your GA Tracking Id
ga_analytics:
# Contact form setings
email: mleapyoq
contact_page_description: "Have a question? React out, but be patient!"
thankyou_page_description: "Your message has been successfully sent. We will contact you very soon!"
# Social links
github: 'cerebrl'
linkedin: 'cerebrl'
twitter: 'cerebralideas'
# facebook: 'username'
# codepen: 'username'
dribbble: 'cerebralideas'
# medium: '@username'
# instagram: 'username'
# pinterest: 'username'
# producthunt: '@username'
# Navigation
navigation:
- text: Home
url: /
- text: Who am I?
url: /about
- text: Standards of Excellence
url: /standards
# - text: Style Guide
# url: /style-guide
- text: Contact Me
url: /contact
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
# Pagination
paginate: 7
paginate_path: /page:num/
# Permalinks
permalink: /blog/:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed