-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (32 loc) · 704 Bytes
/
_config.yml
File metadata and controls
37 lines (32 loc) · 704 Bytes
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
# Welcome to Jekyll!
title: Lazery Reflections
description: Random thoughts about testing and technology.
baseurl: ""
url: "https://ardesco.lazerycode.com"
# Build settings
markdown: kramdown
sass:
style: compressed
sass_dir: _sass
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
plugins_dir: jekyll-redirect-from
whitelist:
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- vendor
# About/contact
email: hi@lazeryattack.com
author:
name: Mark Collin
contact:
linkedin: https://www.linkedin.com/in/ardesco/
github: https://github.com/ardesco
twitter: https://twitter.com/ardesco
# Page routing
tag_page: '/tags'
category_page: '/categories'