This repository was archived by the owner on Mar 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathnetlify.toml
More file actions
70 lines (59 loc) · 1.42 KB
/
Copy pathnetlify.toml
File metadata and controls
70 lines (59 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[build]
publish = "public"
command = "mkdir -p public"
[[redirects]]
from = "/"
to = "https://tdhopper.com/tags/dirichlet-processes/"
status = 301
force = true
[[redirects]]
from = "/dirichlet-distribution/"
to = "https://tdhopper.com/blog/dirichlet-distribution/"
status = 301
force = true
[[redirects]]
from = "/hdp-sampling/"
to = "https://tdhopper.com/blog/hdp-sampling/"
status = 301
force = true
[[redirects]]
from = "/nonparametric-lda/"
to = "https://tdhopper.com/blog/nonparametric-lda/"
status = 301
force = true
[[redirects]]
from = "/mixture-model/"
to = "https://tdhopper.com/blog/mixture-model/"
status = 301
force = true
[[redirects]]
from = "/collapsed-gibbs/"
to = "https://tdhopper.com/blog/collapsed-gibbs/"
status = 301
force = true
[[redirects]]
from = "/hdp-lda/"
to = "https://tdhopper.com/blog/hdp-lda/"
status = 301
force = true
[[redirects]]
from = "/econtalk-topics/"
to = "https://tdhopper.com/blog/econtalk-topics/"
status = 301
force = true
[[redirects]]
from = "/nomenclature/"
to = "https://tdhopper.com/blog/nomenclature/"
status = 301
force = true
[[redirects]]
from = "/antoniak/"
to = "https://tdhopper.com/blog/antoniak/"
status = 301
force = true
# Catch-all: send anything else to the tag landing page
[[redirects]]
from = "/*"
to = "https://tdhopper.com/tags/dirichlet-processes/"
status = 301
force = true