-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (35 loc) · 859 Bytes
/
_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
theme: jekyll-theme-midnight
title: Conor Sheehan
author: ConorSheehan1
description: Mostly a tech blog with some project notes and a little web archiving
# https://talk.jekyllrb.com/t/error-your-site-could-not-be-built-no-repo-name-found/5688/3
repository: ConorSheehan1/ConorSheehan1.github.io
url: "https://conorsheehan1.github.io"
baseurl: ""
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-tags
- jekyll-sitemap
paginate: 5
paginate_path: "/projects/page:num/"
# Generate feed/by_tag/devto.xml for dev.to to consume
feed:
tags: true
exclude:
- README.md
- LICENSE.md
- Gemfile
- Gemfile.lock
- scripts/*
- spec/*
- vendor/*
- dev.md
sass:
sass_dir: _scss
tag_page_layout: tag_page
tag_page_dir: tag
# required or tag cloud doesn't work
safe: false
# https://github.com/github/pages-gem/issues/399
github: [metadata]