diff --git a/index.html b/index.html
index 5618908..23e7e09 100644
--- a/index.html
+++ b/index.html
@@ -151,6 +151,7 @@
tilde.cafe
tilde.club
tilde.fun
+tilde.green
tilde.guru
tilde.institute
tilde.pink
diff --git a/sync.py b/sync.py
index 5883b35..65ae833 100755
--- a/sync.py
+++ b/sync.py
@@ -24,6 +24,7 @@ ARGS = [
{'dn':'tilde.cafe', 'sub': True},
{'dn':'tilde.club', 'sub': False},
{'dn':'tilde.fun', 'root': 'html', 'sub': False},
+ {'dn':'tilde.green', 'sub': True},
{'dn':'tilde.guru', 'sub': False},
{'dn':'tilde.institute', 'sub': True},
{'dn':'tilde.pink', 'sub': False},