-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
58 lines (50 loc) · 1.62 KB
/
_config.yml
File metadata and controls
58 lines (50 loc) · 1.62 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
# Site Settings
title: "Digital Humanities Craft"
description: "Blogging about applied generative AI, LLM and Prompt Engineering for research support"
url: "https://dhcraft.org"
baseurl: "/excellence"
# Author
author:
name: "Christopher Pollin"
email: "christopher.pollin@dhcraft.org"
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:categories/:title/
# Collections
collections:
posts:
output: true
permalink: /blog/:title/
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Exclude from processing
# Only process blog markdown posts - everything else is static
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/
- .sass-cache/
- .jekyll-cache/
- system_prompts/ # Documentation only, no Jekyll needed
# NOTE: assets/ excluded on GitHub Pages but needed for local testing
# Comment out the next line for local testing with `bundle exec jekyll serve`
# - assets/ # Served from parent site in production
- README.md # Repository documentation
- CLAUDE.md # AI assistant documentation
- CITATION.cff # Citation metadata
# Note: Static files (index.html, promptotyping/, blog/index.html, blog/interactive/) are NOT excluded
# Jekyll will copy them to _site/ without Liquid processing (no front matter = no processing)
# blog/interactive/ contains self-contained HTML apps (interactive blog articles with custom UI)
# SEO and Social
linkedin_username: christopher-pollin-463b0a204
mastodon:
- username: chpollin
instance: fedihum.org
github_username: chpollin
# Timezone
timezone: Europe/Vienna