From ac3888b8485e1d2f8b49d80dd8ae31114d1e51e9 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Thu, 9 May 2019 00:20:04 -0400 Subject: [PATCH] Fix doc site build Failure: ERROR 2019/05/09 04:01:55 Failed to get JSON resource "https://aminb.org/micro.json": Failed to retrieve remote file: Not Found Seems like that site is no longer generated using Hugo. --- doc/data/users.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/data/users.toml b/doc/data/users.toml index b48483b..e36aa3f 100644 --- a/doc/data/users.toml +++ b/doc/data/users.toml @@ -315,13 +315,6 @@ site = "https://rakhim.org/" org_dir = "content-org" -[aminb] - author = "Amin Bandali" - source = "https://git.sr.ht/~bandali/aminb.org" - site = "https://aminb.org" - org_dir = "content-org" - api = "micro.json" - [elbaulp] author = "Alejandro Alcalde" source = "https://github.com/elbaulp/algui91-hugo/"