diff --git a/_posts/2024-04-07-integrating-jekyll-with-decap-cms.md b/_posts/2024-04-07-integrating-jekyll-with-decap-cms.md index 839ad04..d96c588 100644 --- a/_posts/2024-04-07-integrating-jekyll-with-decap-cms.md +++ b/_posts/2024-04-07-integrating-jekyll-with-decap-cms.md @@ -6,7 +6,7 @@ permalink: jekyll --- ## Introduction -Yesterday, I rewrote my blog to use Jekyll. I was previously using a backwards stupid method to fetch new posts on each page load from the server filesystem. If this content changed often it may have been a viable strategy but the posts are static and logically should be in the filesystem +Yesterday, I rewrote my blog to use [Jekyll](https://jekyllrb.com/). I was previously using a backwards stupid method to fetch new posts on each page load from the server filesystem. If this content changed often it may have been a viable strategy but the posts are static and logically should be in the filesystem ## Jekyll