-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
80 lines (69 loc) · 1.95 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
# Site settings
name: 'CS Cheerleader'
description: "Ria Galanos' musings during her first year as a software engineer."
meta_description: 'A blog about the first year of a software engineer.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
baseurl:
production_url: http://cscheerleader.com/
disqus: 'cscheerleader-com'
mailchimp_url:
#'//gmail.us3.list-manage.com/subscribe/post?u=522e242c58a077f18018b81be&id=31996b5f19'
cover_image: 'bc_1.jpg'
# Add your GA Tracking Id
ga_analytics: 'UA-143421382-1'
# Author
author:
name: 'Ria Galanos'
image: 'authorimage.jpg'
greetings: "Hello, world. I'm Ria Galanos."
description: |
<strong>Software engineer. Computer science education consultant. Android hobbyist.</strong><br>
This is a glimpse into my first year as a software engineer. I hope to take some of the mystery out of what it's like to work at a fast-paced tech company.
bio: "Software engineer. Computer science education consultant. Android hobbyist."
# Contact form setings
email: '[email protected]'
contact_page_description: "Looking forward to reading what you have to say!"
thankyou_page_description: "Your message has been successfully sent. I will reply soon."
# Social links
twitter: 'cscheerleader'
#facebook: 'username'
linkedin: 'riagalanos'
github: 'riagalanos'
#codepen: 'username'
#dribbble: 'username'
#medium: '@username'
#instagram: 'username'
#pinterest: 'username'
#producthunt: '@username'
rss: 'https://cscheerleader.com/feed.xml'
# Navigation
navigation:
- text: About
url: /about
- text: CV
url: /cv
- text: APCS A
url: /apcs-a
- text: Contact Me
url: /contact
# Required Plugins
plugins_dir:
- jekyll-paginate
- jekyll-tagsgenerator
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
plugins:
- jemoji
# Pagination
paginate: 5
paginate_path: /page:num/
# Permalinks
permalink: /:title
# Other
markdown: kramdown
# Sass
sass:
sass_dir: _sass
style: compressed