forked from scottslowe/lowescott.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·36 lines (30 loc) · 1.01 KB
/
_config.yml
File metadata and controls
executable file
·36 lines (30 loc) · 1.01 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
# Dependencies
markdown: kramdown
highlighter: pygments
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: /:year/:month/:day/:title/
relative_permalinks: true
# Setup
title: "Scott's Weblog"
tagline: "The weblog of an IT pro specializing in networking, virtualization, and cloud computing"
description: "Since 2005, offering technical posts and how-to articles from an IT pro specializing in networking, virtualization, cloud computing, and Macs"
url: http://blog.scottlowe.org
baseurl: /
paginate: 10
# About/contact
author:
name: Scott Lowe
url: https://twitter.com/scott_lowe
email: scott.lowe@scottlowe.org
github: lowescott
twitter: scott_lowe
# Custom vars
version: 1.0.0
# Exclude Ruby gem stuff
exclude: ["vendor"]
# Gems
gems:
- jekyll-redirect-from
- jekyll-sitemap