From 41e6091e0d44fd69765f654cdcb0f3c6a7555921 Mon Sep 17 00:00:00 2001 From: Jeff Dairiki Date: Wed, 27 Jul 2022 12:11:33 -0700 Subject: [PATCH] Fix a few stale external links --- content/blog/lektor-32-released/contents.lr | 4 ++-- content/showcase/happyhols/contents.lr | 2 +- content/showcase/mark-steve-samson/contents.lr | 2 +- content/showcase/terminal-labs/contents.lr | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/blog/lektor-32-released/contents.lr b/content/blog/lektor-32-released/contents.lr index ac5882a1..8e99a651 100644 --- a/content/blog/lektor-32-released/contents.lr +++ b/content/blog/lektor-32-released/contents.lr @@ -13,7 +13,7 @@ image: coffee-ground-1171092-1599x1066.jpg ---- height: 500 ---- -contents: +contents: #### text-block #### text: @@ -51,7 +51,7 @@ A big shoutout to all the contributors who help make Lektor awesome! ## Improvements * Added support for setting the output_path in the project file. (thank you [George Kussumoto](https://github.com/georgeyk)) -* Added support for deleting and excluding files for the rsync deployment publisher. (thank you [m-lib](https://github.com/m-lib)) +* Added support for deleting and excluding files for the rsync deployment publisher. (thank you [m-lnrs](https://github.com/m-lnrs)) * Several modernization and performance improvements to the admin UI (thank you [Jakob Schnitzer](https://github.com/yagebu)) * Improved speed of source info updates. (thank you [Jeff Dairiki](https://github.com/dairiki)) * Set colorspace to sRGB for thumbnails. This should result in significantly reduced thumbnail file size when the source image uses a more exotic colorspace. (thank you [Stavros Korokithakis](https://github.com/skorokithakis)) diff --git a/content/showcase/happyhols/contents.lr b/content/showcase/happyhols/contents.lr index 7dd309e3..384d125f 100644 --- a/content/showcase/happyhols/contents.lr +++ b/content/showcase/happyhols/contents.lr @@ -7,7 +7,7 @@ cover_image: happyhols1.jpg description: I created this project to learn about Lektor, Markdown, and the [Bulma](https://bulma.io/) CSS framework. I think they work well together and I had fun making this project. -The site is deployed on Netlify via a GitHub repo. I followed [this](https://www.netlify.com/blog/2016/05/25/lektor-on-netlify---a-step-by-step-guide/) tutorial to get it set up and working. +The site is deployed on Netlify via a GitHub repo. I followed [this](https://www.netlify.com/blog/2016/05/25/lektor-on-netlify-a-step-by-step-guide/) tutorial to get it set up and working. The contact form is powered by [FormSpree](https://formspree.io/), which is a super easy form solution for static sites. You can view the source code for the site on [GitHub](https://github.com/jurgenizer/hh-lektor). diff --git a/content/showcase/mark-steve-samson/contents.lr b/content/showcase/mark-steve-samson/contents.lr index afc65297..f8b936a4 100644 --- a/content/showcase/mark-steve-samson/contents.lr +++ b/content/showcase/mark-steve-samson/contents.lr @@ -6,6 +6,6 @@ description: This personal homepage was once powered by Jekyll. Porting to Lektor took less than half a day. The Open Source Projects section that used to be filled through XHR is now populated by a Lektor [plugin](https://github.com/marksteve/lektor-github-repos). -[View the Sourcecode on GitHub](https://github.com/marksteve/marksteve.github.io/tree/src) +[View the Sourcecode on GitHub](https://github.com/marksteve/marksteve.github.io/tree/lektor) --- cover_image: 1-frontpage.jpg diff --git a/content/showcase/terminal-labs/contents.lr b/content/showcase/terminal-labs/contents.lr index 62cb0665..3263564a 100644 --- a/content/showcase/terminal-labs/contents.lr +++ b/content/showcase/terminal-labs/contents.lr @@ -8,4 +8,4 @@ description: Terminal Labs is a consulting firm specializing in Python, Data Science, and DevOps. We love science and technology. We make clusters for fun, and enjoy experimenting to find and make better tools. That's what led us to find and try out Lektor. We love it. Right now a Lektor-based static site hosted on a CDN is just what we want, since it's is easy and fast to develop with and deploy, and is very performant. -You can view the source code for our site [here](https://bitbucket.org/terminal_labs/tl-lektor/src), or view any of our other public repositories over on our [GitHub page](https://github.com/terminal-labs). +You can view the source code for our site [here](https://github.com/terminal-labs/tl_web), or view any of our other public repositories over on our [GitHub page](https://github.com/terminal-labs).