This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·45 lines (38 loc) · 1.71 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["README.md"] # files to exclude
highlighter: rouge
markdown: kramdown
disqus: beyond-sharepoint
google_analytics: UA-39041736-4
title: beyond-sharepoint
description: "Tools, Utilities and Information to bend SharePoint to your will; emphasis on simplicity and cross-platform compatability"
url: "https://beyond-sharepoint.github.io"
logo: "https://beyond-sharepoint.github.io/assets/media/beyond-sharepoint-transparent.png"
defaults:
-
scope:
path: "" # empty string for all files
values:
title: beyond-sharepoint
author:
name: Sean McLellan
email: [email protected]
github: beyond-sharepoint
twitter: oceanswave
# pinterest: asd123
linkedin: seanmclellan
bio: "Sean McLellan has over 12 years of experience in Microsoft platform solutions covering technologies such as SharePoint 2010, 2013, WCF, WCF Data Services, Asp.Net and MVC. Recently, Sean has gone all-in on blending traditional Microsoft-based development with JavaScript based solutions that increase developer productivity while enhancing the end-user experience. Sean has a passion for keeping abreast of the latest trends in web and cloud based technologies, and dabbles in flying arial drones from time to time."
email_md5: 2e84ca2dedb779003fc3aea6ce58cf90
#email_md5: 02f3a4e985fcf7fade6ea3557fe4dda0
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# set it as url of an image
# sidebar_background_image: https://www.dropbox.com/s/g9h23zrycedxtk5/sky.png?raw=1
BASE_PATH:
gems:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap