From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 90A8B3B2A3 for ; Sat, 11 Jun 2016 16:05:10 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 4110A40B3D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1465675506; bh=qt+E022gJsBvUhsP2fKHyJd7BrdQ1+Ue/YgD4sJG+rM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bVu5okJvFIk1Iv4a1fGgh82nw05rgINvHr6nO2NPhtx+s9tzH9cMOHjKnWu38uB59 XjJqA9jeyjy4nJW0EwgjO2sEluZdYP5hYMEkvYGVzdbsp3ZKzaHeSVFttw7ohhYpjG AHEEvBz5KTpv8GMKwsPGN36Ij7pDul46FpjVizeM= Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 04BD376B3BD; Sat, 11 Jun 2016 22:05:05 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Rich Brown Cc: Dave Taht , bloat References: <86DAC1A9-D218-40A4-AD48-D9C0B4B01103@gmail.com> <87twh0j5dg.fsf@toke.dk> <87inxfk28r.fsf@toke.dk> Date: Sat, 11 Jun 2016 22:05:04 +0200 In-Reply-To: (Rich Brown's message of "Sat, 11 Jun 2016 15:24:47 -0400") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87wplvij9r.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Bloat] bufferbloat.net is sorely missed/Now it's back! X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2016 20:05:10 -0000 Rich Brown writes: > The new site just went live here in the shrubs of New Hampshire, USA. > (It wasn't working ~10 minutes ago.) Awesome! The letsencrypt servers seem to have picked up the change too, so there's now a cert in place and non-https redirects to serve via https. > WOW! This is a wonderful piece of work! It manages to regain most of > the structure of the separate parts of the Redmine system. Thanks! Yeah, tried to keep the structure from the Redmine install. The only thing that may not be too obvious from the git repo is that the static site uses the /project prefix as its root. This is to take advantage of the built-in 'section' functionality of Hugo. The Hugo output is simply put in a subfolder on the server, and I configured it to redirect / to /projects. > I just forked the repo and will start looking for places to make it > better. Thanks! Awesome! Will update the README with a few pointers on how it's structured (unless you beat me to it ;)). > PS I will leave my placeholder github.io site up in case anyone wants > to go back via the Wayback Machine. > http://richb-hanover.github.io/bufferbloat-site/ Cool. Also added the archive.org 404 helper to the 404 page for the new site :) -Toke