Skip to content

Commit 55af7d5

Browse files
committed
Quartz sync: Jan 3, 2026, 5:37 PM
1 parent 2fe8d27 commit 55af7d5

File tree

4 files changed

+54
-13
lines changed

4 files changed

+54
-13
lines changed

content/notes/install-windows-11-ltsc.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

content/notes/simple-jj-workflow-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- git
99
draft: false
1010
created: 2025-10-12T16:27
11-
updated: 2025-12-31T17:24
11+
updated: 2026-01-03T11:08
1212
---
1313
A minimal guide for using JJ (Jujutsu) with Git repositories in colocated mode.
1414

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Windows 11 LTSC Development Setup
3+
description:
4+
aliases:
5+
tags:
6+
- note
7+
- windows-11-ltsc
8+
draft: true
9+
created: 2025-12-31T20:27
10+
updated: 2026-01-03T10:54
11+
---
12+
This guide provides the step-by-step instructions for creating a bloat free development environment on Windows 11 LTSC.

content/robots.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# OpenAI, ChatGPT
2+
# https://platform.openai.com/docs/gptbot
3+
User-agent: GPTBot
4+
Disallow: /
5+
6+
# Google AI (Bard, etc)
7+
# https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers
8+
User-agent: Google-Extended
9+
Disallow: /
10+
11+
# Block common crawl
12+
# I have mixed feelings on this one, but many models are trained on this data
13+
# It is also used to bootstrap new search indices though
14+
# https://commoncrawl.org/ccbot
15+
User-agent: CCBot
16+
Disallow: /
17+
18+
# Facebook
19+
# https://developers.facebook.com/docs/sharing/bot/
20+
User-agent: FacebookBot
21+
Disallow: /
22+
23+
# Cohere.ai
24+
# https://darkvisitors.com/agents/cohere-ai
25+
User-agent: cohere-ai
26+
Disallow: /
27+
28+
# Perplexity
29+
# https://docs.perplexity.ai/docs/perplexitybot
30+
User-agent: PerplexityBot
31+
Disallow: /
32+
33+
# Anthropic
34+
# https://darkvisitors.com/agents/anthropic-ai
35+
User-agent: anthropic-ai
36+
Disallow: /
37+
38+
# Anthropic
39+
# https://darkvisitors.com/agents/claudebot
40+
User-agent: ClaudeBot
41+
Disallow: /

0 commit comments

Comments
 (0)