-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
119 lines (108 loc) · 3.63 KB
/
Copy path_config.yml
File metadata and controls
119 lines (108 loc) · 3.63 KB
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
113
114
115
116
117
118
119
# Site configuration
# 1. Files excluded from Jekyll builds
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 5. Collections
# 6. Jekyll collections settings
# 7. Site settings
# 8. Site navigation
# 1. Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- screenshot.png
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- demo/*
- alembic-jekyll-theme.gemspec
- scripts/*
# 2. Installed Gems
gems:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-feed
- jemoji
# 3. Gem settings
paginate: 5 # jekyll-paginate > items per page
paginate_path: blog/page:num # jekyll-paginate > blog page
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: SoCalPowerShell # jekyll-seo-tag > Owners twitter username
author: SoCalPowerShell # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: SoCalPowerShell # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/SoCalPowerShell
- https://www.linkedin.com/in/SoCalPowerShell
- https://github.com/SoCalPowerShell
# 4. Jekyll settings
sass:
style: compressed # Style compression
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!--more--> # Marks end of excerpt in posts
timezone: Europe/London # Timezone for blog posts and alike
# 5. Collections
collections:
posts:
title: News and Events # Needed for Siteleaf
output: true
description: "Recent news and events posted by the group organizers" # The post list page content
feature_text: Get-Topic 'News and Events'
# 6. Jekyll collections settings
defaults:
-
scope:
path: ""
type: pages
values:
layout: page # Default layout
image: "/assets/default-social-image.png" # Default image for sharing
-
scope:
path: ""
type: posts
values:
layout: post # Default layout
image: "/assets/default-social-image.png" # Default image for sharing
# 7. Site settings
encoding: utf-8 # Make sure the encoding is right
title: "SoCal PowerShell" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/logo.svg" # Site logo, also used in jekyll-seo-tag
description: "Comming Soon" # Site description and default description, also used in jekyll-seo-tag
url: "http://www.SoCalPowerShell.org" # Site url, also used in jekyll-seo-tag
repo: "https://github.com/SoCalPowerShell/SoCalPowerShell.github.io"
email: "SoCalPowerShell@gmail.com"
# disqus: "alembic-1" # Blog post comments, uncomment the option and set the site ID from your Disqus account
avatarurl: "https://www.gravatar.com/avatar/4031fe73ac898f311324778b6059d8a6" # Uses avatars for favicons to get multple sites, eg Gravatar, Twitter, GitHub
# 8. Site navigation
navigation_header:
Home: /
News: /blog/
Meeting Schedule: /schedule/
About: /about/
navigation_footer:
Created by Kevin Marquette: https://kevinMarquette.github.io
social_links: # Appears in sidebar. Set the urls then uncomment and comment out as desired
Twitter: https://twitter.com/SoCalPowerShell
#LinkedIn: https://www.linkedin.com/in/SoCalPowerShell
#Google+: https://plus.google.com/+SoCalPowerShell
GitHub: https://github.com/SoCalPowerShell
RSS: /feed.xml
sharing_links: # Appear at the bottom of single blog posts, uncomment and comment out as desired. Colours set the button colour
Twitter: "#1DA1F2"
# facebook: "#3B5998"
# Google+: "#DC4E41"
# Pinterest: "#BD081C"
# LinkedIn: "#0077B5"
# tumblr: "#36465D"
# Reddit: "#FF4500"
# Hacker News: "#ff6600"
# Designer News: "#2D72D9"
# Email: ""