Fix a few stale external links
This commit is contained in:
parent
df7b6dd8c6
commit
41e6091e0d
|
@ -51,7 +51,7 @@ A big shoutout to all the contributors who help make Lektor awesome!
|
||||||
## Improvements
|
## Improvements
|
||||||
|
|
||||||
* Added support for setting the output_path in the project file. (thank you [George Kussumoto](https://github.com/georgeyk))
|
* 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))
|
* 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))
|
* 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))
|
* 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))
|
||||||
|
|
|
@ -7,7 +7,7 @@ cover_image: happyhols1.jpg
|
||||||
description:
|
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.
|
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.
|
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).
|
You can view the source code for the site on [GitHub](https://github.com/jurgenizer/hh-lektor).
|
||||||
|
|
|
@ -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).
|
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
|
cover_image: 1-frontpage.jpg
|
||||||
|
|
|
@ -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.
|
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).
|
||||||
|
|
Loading…
Reference in New Issue