-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
94 lines (81 loc) · 2.13 KB
/
Copy path_config.yml
File metadata and controls
94 lines (81 loc) · 2.13 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
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
88
89
90
91
92
93
94
# Plugins
plugins:
- github-pages
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-github-metadata
- jemoji
- jekyll-seo-tag
- jekyll-loading-lazy
# Dependencies
highlighter: rouge
markdown: kramdown
# Permalinks
# excerpt_separator: ''
# Build in UK time. Without this Jekyll uses the build machine's timezone,
# which is UTC on GitHub Pages. A post dated with no time sits at 00:00, so
# during BST it stays "in the future" for the first hour of the day and
# future: false silently drops it from the build.
timezone: Europe/London
# Setup
title: "solrevdev tech radar"
short_title: "solrevdev"
tagline: "A blog about things I find on the web, tools and technologies that I like."
description: "solrevdev is a blog by the software engineer John Smith about things he finds on the web, tools and technologies that he likes."
url: "https://solrevdev.com"
baseurl: ""
# Minify css
sass:
style: compressed
# Contacts
author:
name: "John Smith"
url: "https://solrevdev.com/about/"
email: "john@solrevdev.com"
github: "https://github.com/solrevdev"
facebook: "https://www.facebook.com/solrevdevtechradar"
instagram: "https://www.instagram.com/solrevdev"
twitter: "https://www.twitter.com/solrevdev"
# Outputting
paginate: 5
# Custom vars
version: "2.1.0"
github: [metadata]
# Setting `exclude` replaces Jekyll's default list rather than adding to it, so
# the defaults are repeated here. Anything not excluded is copied to _site and
# served from solrevdev.com. `media/` stays: older posts link to images in it.
exclude:
# Jekyll defaults, restored
- .sass-cache
- .jekyll-cache
- gemfiles
- Gemfile
- Gemfile.lock
- node_modules
- vendor
# Repo documentation, not site content
- README.md
- readme.md
- LICENSE.md
- licence.md
- license.md
- claude.md
- CLAUDE.md
- warp.md
- WARP.md
- agent.md
- AGENT.md
- agents.md
- AGENTS.md
# Build and editor tooling
- Rakefile
- script
- frontmatter.json
- .github
# Social Sharing
facebook_app_id: "1213637668669023"
theme: jekyll-theme-cayman
prose:
siteurl: "https://solrevdev.com"
media: "media"