From 0988db1e81ebf39fafa1a8a54370be05aeaeec1b Mon Sep 17 00:00:00 2001 From: qubitsu Date: Fri, 13 Jul 2018 14:26:22 -0700 Subject: [PATCH] Remove linkrot from Pelican resources section The site linked in the second bullet of the Pelican resources section seems to have become a link farm. --- content/pages/04-web-development/35-pelican.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/pages/04-web-development/35-pelican.markdown b/content/pages/04-web-development/35-pelican.markdown index 46d608ea1..17aebd96b 100644 --- a/content/pages/04-web-development/35-pelican.markdown +++ b/content/pages/04-web-development/35-pelican.markdown @@ -47,10 +47,6 @@ to hosting services such as Amazon S3 and GitHub Pages. walks through installing, generating the boilerplate and customizing your first static site using Pelican. -* [The Long Road to Building a Static Blog with Pelican](http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html) - is a fantastic read that really gets into the details throughout the - walkthrough. - * [How I built this website, using Pelican](http://duncanlock.net/blog/2013/05/17/how-i-built-this-website-using-pelican-part-1-setup/) walks through getting your first Pelican site generated and running.