forked from jessesquires/jessesquires.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (78 loc) · 1.65 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
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
# Dependencies
plugins:
- jekyll-sitemap
- jekyll-archives
# File rules
exclude:
# default excludes
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# custom excludes
- .gitignore
- Makefile
- Dangerfile
- LICENSE
- README.md
- assets/
- package.json
- package-lock.json
- scripts/
- .github/
- .nova/
include:
- .htaccess
# bootstrap js
- node_modules/bootstrap/dist/js/bootstrap.min.js
- node_modules/bootstrap/dist/js/bootstrap.min.js.map
# bootstrap icons
- node_modules/bootstrap-icons/font/bootstrap-icons.css
- node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff
- node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2
keep_files:
- .well-known
# Site
permalink: /blog/:year/:month/:day/:title/
excerpt_separator: <!--excerpt-->
sass:
style: compressed
# Metadata
title: 'Jesse Squires'
description: 'Turing complete with a stack of 0xdeadbeef'
url: 'https://www.jessesquires.com'
logo: logo.png
favicon: /favicon.ico
timezone: America/Los_Angeles
# Author
author:
name: 'Jesse Squires'
twitter: jesse_squires
avatar: avatar.jpg
# Archives Config
jekyll-archives:
enabled:
- year
layout: archive
permalinks:
year: '/blog/archive/:year/'
# Data
feeds:
limit: 30
rss: '/feed.xml'
json: '/feed.json'
rss-updates-only: '/feeds/updates.xml'
json-updates-only: '/feeds/updates.json'
# URLs
img_url: '/img/'
blog_url: '/blog/'
categories_url: '/blog/categories/'
tags_url: '/blog/tags/'
archive_url: '/blog/archive/'
stats_url: 'https://stats.jessesquires.com'