-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (46 loc) · 1.42 KB
/
Copy path_config.yml
File metadata and controls
46 lines (46 loc) · 1.42 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
title: Codecraft Papers
description: scholarly and technical writings by Daniel Hardman
# Project page at dhh1128.github.io/papers. GitHub Pages injects these during its
# build; setting them explicitly makes local builds faithful (correct absolute
# canonical / og:image / asset URLs) and is the same value GH Pages uses.
url: "https://dhh1128.github.io"
baseurl: "/papers"
author:
name: "Daniel Hardman"
twitter: "dhh1128"
email: "daniel.hardman@gmail.com"
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-seo-tag # the {% seo %} tag (was implicit via the GH Pages default set)
- jekyll-default-layout # assigns default.html to layout-less documents
remote_theme: pages-themes/minimal@v0.2.0
show_downloads: false
include:
- robots.txt
- LICENSE
# Developer-facing docs and tooling — not part of the published archive. Keeping
# them out of the Jekyll build also avoids Liquid parsing their contents (e.g.
# ROADMAP.md contains Minijinja `{% block %}` examples that Liquid cannot parse).
# NOTE: a custom `exclude` replaces Jekyll's default list, so the usual defaults
# (Gemfile, node_modules, vendor) are re-listed here.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- AGENTS.md
- CLAUDE.md
- ROADMAP.md
- ZENSICAL-MIGRATION-KT.md
- docs/
- scripts/
- tests/
- requirements.txt
defaults:
- scope:
path: ""
values:
seo:
type: "Article"