diff --git a/config.yml b/config.yml index 7be07d0..b0557b1 100644 --- a/config.yml +++ b/config.yml @@ -10,9 +10,6 @@ menus: - name: Blog pageRef: /posts weight: 20 - - name: Donate - pageRef: /donate - weight: 50 - name: Services pageRef: /services weight: 60 \ No newline at end of file diff --git a/content/donate/_index.md b/content/donate/_index.md deleted file mode 100644 index 73b088f..0000000 --- a/content/donate/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Donate" ---- -If you like what I post or what I do, I encourage you to donate in order to help me make more cool stuff. If you can't, it's okay. -| method | address | -|--------|---------| -|Monero|49vVgf6hZiiiJmk1R618fZQDfu2mwBjgkFj7P8msqfcobtXhZgtMFYqZAUHdJjYTeq2PRpm3HpaRsPowbYWS8DC4Mxv3teV| diff --git a/hugo.toml b/hugo.toml index e269a1d..e630f76 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,11 +13,6 @@ name = "Blog Posts" pageRef = "/posts" weight = 20 -[[menus.main]] -name = "Donate" -pageRef = "/donate" -weight = 50 - [[menus.main]] name = "Services" pageRef = "/services"