diff --git a/content/license/_index.md b/content/license/_index.md
index 16bf725..756ec18 100644
--- a/content/license/_index.md
+++ b/content/license/_index.md
@@ -1,6 +1,6 @@
---
title: "license"
-bookHidden: true
+weight: 1000
---
# Don't Be Evil License (DBEL) 1.0
diff --git a/content/misc/_index.md b/content/misc/_index.md
index 428728d..efe3365 100644
--- a/content/misc/_index.md
+++ b/content/misc/_index.md
@@ -1,5 +1,5 @@
---
-title: "misc projects"
+title: "misc"
weight: 30
---
# misc projects
diff --git a/content/nimphs/_index.md b/content/nimphs/_index.md
index 97395c3..7e5ae1c 100644
--- a/content/nimphs/_index.md
+++ b/content/nimphs/_index.md
@@ -7,7 +7,9 @@ weight: 20
---
the [nimphs](#) are a family of families of ml algorithms written in [nim](https://nim-lang.org), a low level systems language, with syntax similar to [python](https://python.org).
-all of them use the [arraymancer](https://mratsim.github.io/Arraymancer/index.html) library, and all of them are in extreme pre-alpha, except for melite
+all of them use the [arraymancer](https://mratsim.github.io/Arraymancer/index.html) library, and all of them are in extreme pre-alpha stage of development.
+
+finally, all of them are licensed under a custom licence, the [dont be evil license](/license), which i wrote.
## nyrids
[nyrids](#) are nlp models:
diff --git a/content/setup/_index.md b/content/setup/_index.md
index df9a5ae..4184c48 100644
--- a/content/setup/_index.md
+++ b/content/setup/_index.md
@@ -22,7 +22,7 @@ there are many more distros that I have tried for a brief period, but in most ca
[here](https://git.sr.ht/~aethrvmn/nixconfig) you can find my current nixos files and [here](https://git.sr.ht/~aethrvmn/dotfiles) you can find my current dotfiles.
## version control
-I have been using [github](https://github.com/aethrvmn) since 2017, but I am currently moving/have moved to [sourcehut](https://sr.ht/~aethrvmn) for data privacy.
+I have been using [github](https://github.com/aethrvmn) since 2017, but I am currently moving/have moved to [sourcehut](https://sr.ht/~aethrvmn) for data privacy, as well as self-hosting my own [forgejo](https://forgejo.org) instance.
I do not consent to github's eula or privacy policy.
diff --git a/hugo.toml b/hugo.toml
index ff61395..518eaa2 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -31,8 +31,16 @@ disableKinds = ['taxonomy']
weight=10
[[menu.after]]
- name="the dont be evil licence"
- url="/license"
+ name="@aethrvmn@sigmoid.social"
+ url="https://sigmoid.social/@aethrvmn"
+ weight=30
+[[menu.after]]
+ name="t.me/aethrvmn"
+ url="https://t.me/aethrvmn"
+ weight=20
+[[menu.after]]
+ name="mail"
+ url="mailto:aethrvmn@apotheke.earth"
weight=10
[params]
diff --git a/layouts/partials/docs/inject/menu-after.html b/layouts/partials/docs/inject/menu-after.html
index e69de29..d224357 100644
--- a/layouts/partials/docs/inject/menu-after.html
+++ b/layouts/partials/docs/inject/menu-after.html
@@ -0,0 +1 @@
+
contact
diff --git a/layouts/partials/docs/menu.html b/layouts/partials/docs/menu.html
index d03857c..5ce7fd1 100644
--- a/layouts/partials/docs/menu.html
+++ b/layouts/partials/docs/menu.html
@@ -12,9 +12,9 @@
{{ partial "docs/menu-filetree" . }}
{{ end }}
-