-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (34 loc) · 1.09 KB
/
_config.yml
File metadata and controls
40 lines (34 loc) · 1.09 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
# Setup
title: Tim Farrell
tagline: bio/ health x data/ AI
description: bio/ health x data/ AI
url: https://tmfarrell.github.io
baseurl: ''
# paginate: 5 # Using show-more pattern; uncomment for index pagination
permalink: pretty
markdown: kramdown
# Theme
remote_theme: riggraz/no-style-please
# Theme config (no-style-please)
theme_config:
appearance: "light"
back_home_text: ".."
date_format: "%Y-%m"
show_description: false
lowercase_titles: false
# About/contact
author:
name: Tim Farrell
url: https://twitter.com/tfarrell01
email: tfarrell01@gmail.com
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
# Custom vars
version: 1.0.0
exclude: [
"docs/", ".well-known/", ".github/", "indexer/", ".claude/", ".cursor/", "scripts/",
".env", "README.md", "LICENSE.md", "Makefile", "_data/talks.yaml", "_data/analyses.yaml",
"tmfarrell-github-io.conda_env.yml", "opencode.json", "token.json"
]